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.75.0/osmanagementhub/GetManagedInstanceContentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetManagedInstanceContentRequest. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classGetManagedInstanceContentRequest.Builderstatic classGetManagedInstanceContentRequest.ReportFormatThe format of the report to download.
 - 
Constructor SummaryConstructors Constructor Description GetManagedInstanceContentRequest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetManagedInstanceContentRequest.Builderbuilder()Return a new builder for this request object.booleanequals(Object o)Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.List<String>getAdvisoryName()The assigned erratum name.StringgetAdvisoryNameContains()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.StringgetManagedInstanceId()The OCID of the managed instance.StringgetOpcRequestId()Unique Oracle-assigned identifier for the request.GetManagedInstanceContentRequest.ReportFormatgetReportFormat()The format of the report to download.List<String>getVulnerabilityName()A filter to return vulnerabilities that match the given name.StringgetVulnerabilityNameContains()A filter to return vulnerabilities that partially match the given name.List<VulnerabilityTypes>getVulnerabilityType()A filter to return only vulnerabilities matching the given types.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.GetManagedInstanceContentRequest.BuildertoBuilder()Return an instance ofGetManagedInstanceContentRequest.Builderthat allows you to modify request properties.StringtoString()- 
Methods inherited from class com.oracle.bmc.requests.BmcRequestgetBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
 
- 
 
- 
- 
- 
Method Detail- 
getVulnerabilityTypepublic List<VulnerabilityTypes> getVulnerabilityType() A filter to return only vulnerabilities matching the given types.
 - 
getAdvisoryNamepublic List<String> getAdvisoryName() The assigned erratum name.It’s unique and not changeable. Example: ELSA-2020-5804 
 - 
getAdvisoryNameContainspublic String getAdvisoryNameContains() A filter to return resources that may partially match the erratum advisory name given.
 - 
getAdvisoryTypepublic List<AdvisoryTypes> getAdvisoryType() A filter to return only errata that match the given advisory types.
 - 
getVulnerabilityNamepublic 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. 
 - 
getVulnerabilityNameContainspublic 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. 
 - 
getReportFormatpublic GetManagedInstanceContentRequest.ReportFormat getReportFormat() The format of the report to download.Default is CSV. 
 - 
getOpcRequestIdpublic String getOpcRequestId() Unique Oracle-assigned identifier for the request.If you need to contact Oracle about a particular request, please provide the request ID. 
 - 
toBuilderpublic GetManagedInstanceContentRequest.Builder toBuilder() Return an instance ofGetManagedInstanceContentRequest.Builderthat allows you to modify request properties.- Returns:
- instance of GetManagedInstanceContentRequest.Builderthat allows you to modify request properties.
 
 - 
builderpublic static GetManagedInstanceContentRequest.Builder builder() Return a new builder for this request object.- Returns:
- builder for the request object
 
 - 
equalspublic boolean equals(Object o) Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.- Overrides:
- equalsin class- BmcRequest<Void>
 
 - 
hashCodepublic int hashCode() Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
- hashCodein class- BmcRequest<Void>
 
 
- 
 
-