Class GetManagedInstanceContentRequest
- java.lang.Object
-
- com.oracle.bmc.requests.BmcRequest<Void>
-
- com.oracle.bmc.osmanagementhub.requests.GetManagedInstanceContentRequest
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20220901") public class GetManagedInstanceContentRequest extends BmcRequest<Void>
Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/osmanagementhub/GetManagedInstanceContentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetManagedInstanceContentRequest.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetManagedInstanceContentRequest.Builder
static class
GetManagedInstanceContentRequest.ReportFormat
The format of the report to download.
-
Constructor Summary
Constructors Constructor Description GetManagedInstanceContentRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetManagedInstanceContentRequest.Builder
builder()
Return a new builder for this request object.boolean
equals(Object o)
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.List<String>
getAdvisoryName()
The assigned erratum name.String
getAdvisoryNameContains()
A filter to return resources that may partially match the erratum advisory name given.List<AdvisoryTypes>
getAdvisoryType()
A filter to return only errata that match the given advisory types.String
getManagedInstanceId()
The OCID of the managed instance.String
getOpcRequestId()
Unique Oracle-assigned identifier for the request.GetManagedInstanceContentRequest.ReportFormat
getReportFormat()
The format of the report to download.List<String>
getVulnerabilityName()
A filter to return vulnerabilities that match the given name.String
getVulnerabilityNameContains()
A filter to return vulnerabilities that partially match the given name.List<VulnerabilityTypes>
getVulnerabilityType()
A filter to return only vulnerabilities matching the given types.int
hashCode()
Uses getInvocationCallback and getRetryConfiguration to generate a hash.GetManagedInstanceContentRequest.Builder
toBuilder()
Return an instance ofGetManagedInstanceContentRequest.Builder
that allows you to modify request properties.String
toString()
-
Methods inherited from class com.oracle.bmc.requests.BmcRequest
getBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
-
-
-
-
Method Detail
-
getVulnerabilityType
public List<VulnerabilityTypes> getVulnerabilityType()
A filter to return only vulnerabilities matching the given types.
-
getAdvisoryName
public List<String> getAdvisoryName()
The assigned erratum name.It’s unique and not changeable.
Example: ELSA-2020-5804
-
getAdvisoryNameContains
public String getAdvisoryNameContains()
A filter to return resources that may partially match the erratum advisory name given.
-
getAdvisoryType
public List<AdvisoryTypes> getAdvisoryType()
A filter to return only errata that match the given advisory types.
-
getVulnerabilityName
public List<String> getVulnerabilityName()
A filter to return vulnerabilities that match the given name.For Linux instances, this refers to the advisory name. For Windows instances, this refers to the Windows update display name.
-
getVulnerabilityNameContains
public String getVulnerabilityNameContains()
A filter to return vulnerabilities that partially match the given name.For Linux instances, this refers to the advisory name. For Windows instances, this refers to the Windows update display name.
-
getReportFormat
public GetManagedInstanceContentRequest.ReportFormat getReportFormat()
The format of the report to download.Default is CSV.
-
getOpcRequestId
public String getOpcRequestId()
Unique Oracle-assigned identifier for the request.If you need to contact Oracle about a particular request, please provide the request ID.
-
toBuilder
public GetManagedInstanceContentRequest.Builder toBuilder()
Return an instance ofGetManagedInstanceContentRequest.Builder
that allows you to modify request properties.- Returns:
- instance of
GetManagedInstanceContentRequest.Builder
that allows you to modify request properties.
-
builder
public static GetManagedInstanceContentRequest.Builder builder()
Return a new builder for this request object.- Returns:
- builder for the request object
-
equals
public boolean equals(Object o)
Description copied from class:BmcRequest
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.- Overrides:
equals
in classBmcRequest<Void>
-
hashCode
public int hashCode()
Description copied from class:BmcRequest
Uses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
hashCode
in classBmcRequest<Void>
-
-