Class GetManagedInstanceAnalyticContentRequest
- java.lang.Object
- 
- com.oracle.bmc.requests.BmcRequest<Void>
- 
- com.oracle.bmc.osmanagementhub.requests.GetManagedInstanceAnalyticContentRequest
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20220901") public class GetManagedInstanceAnalyticContentRequest extends BmcRequest<Void>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/osmanagementhub/GetManagedInstanceAnalyticContentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetManagedInstanceAnalyticContentRequest. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classGetManagedInstanceAnalyticContentRequest.Builderstatic classGetManagedInstanceAnalyticContentRequest.ReportFormatThe format of the report to download.static classGetManagedInstanceAnalyticContentRequest.ReportTypeThe type of the report the user wants to download.
 - 
Constructor SummaryConstructors Constructor Description GetManagedInstanceAnalyticContentRequest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetManagedInstanceAnalyticContentRequest.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’.IntegergetBugUpdatesAvailableEqualsTo()A filter to return instances that have the specified number of available bug updates.IntegergetBugUpdatesAvailableGreaterThan()A filter to return instances that have more available bug updates than the number specified.StringgetCompartmentId()The OCID of the compartment.List<String>getDisplayName()A filter to return resources that match the given display names.StringgetDisplayNameContains()A filter to return resources that may partially match the given display name.BooleangetIsManagedByAutonomousLinux()Indicates whether to list only resources managed by the Autonomous Linux service.StringgetLifecycleEnvironmentId()The OCID of the lifecycle environment.StringgetLifecycleStageId()The OCID of the lifecycle stage.List<ManagedInstanceLocation>getLocation()A filter to return only resources whose location matches the given value.List<ManagedInstanceLocation>getLocationNotEqualTo()A filter to return only resources whose location does not match the given value.StringgetManagedInstanceGroupId()The OCID of the managed instance group.StringgetOpcRequestId()Unique Oracle-assigned identifier for the request.List<OsFamily>getOsFamily()A filter to return only resources that match the given operating system family.GetManagedInstanceAnalyticContentRequest.ReportFormatgetReportFormat()The format of the report to download.GetManagedInstanceAnalyticContentRequest.ReportTypegetReportType()The type of the report the user wants to download.IntegergetSecurityUpdatesAvailableEqualsTo()A filter to return instances that have the specified number of available security updates.IntegergetSecurityUpdatesAvailableGreaterThan()A filter to return instances that have more available security updates than the number specified.List<ManagedInstanceStatus>getStatus()A filter to return only managed instances whose status matches the status provided.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.GetManagedInstanceAnalyticContentRequest.BuildertoBuilder()Return an instance ofGetManagedInstanceAnalyticContentRequest.Builderthat allows you to modify request properties.StringtoString()- 
Methods inherited from class com.oracle.bmc.requests.BmcRequestgetBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
 
- 
 
- 
- 
- 
Method Detail- 
getCompartmentIdpublic String getCompartmentId() The OCID of the compartment.This filter returns only resources contained within the specified compartment. 
 - 
getManagedInstanceGroupIdpublic String getManagedInstanceGroupId() The OCID of the managed instance group.This filter returns resources associated with this group. 
 - 
getLifecycleEnvironmentIdpublic String getLifecycleEnvironmentId() The OCID of the lifecycle environment.This filter returns only resource contained with the specified lifecycle environment. 
 - 
getLifecycleStageIdpublic String getLifecycleStageId() The OCID of the lifecycle stage.This resource returns resources associated with this lifecycle stage. 
 - 
getStatuspublic List<ManagedInstanceStatus> getStatus() A filter to return only managed instances whose status matches the status provided.
 - 
getDisplayNamepublic List<String> getDisplayName() A filter to return resources that match the given display names.
 - 
getDisplayNameContainspublic String getDisplayNameContains() A filter to return resources that may partially match the given display name.
 - 
getSecurityUpdatesAvailableEqualsTopublic Integer getSecurityUpdatesAvailableEqualsTo() A filter to return instances that have the specified number of available security updates.
 - 
getBugUpdatesAvailableEqualsTopublic Integer getBugUpdatesAvailableEqualsTo() A filter to return instances that have the specified number of available bug updates.
 - 
getSecurityUpdatesAvailableGreaterThanpublic Integer getSecurityUpdatesAvailableGreaterThan() A filter to return instances that have more available security updates than the number specified.
 - 
getBugUpdatesAvailableGreaterThanpublic Integer getBugUpdatesAvailableGreaterThan() A filter to return instances that have more available bug updates than the number specified.
 - 
getLocationpublic List<ManagedInstanceLocation> getLocation() A filter to return only resources whose location matches the given value.
 - 
getLocationNotEqualTopublic List<ManagedInstanceLocation> getLocationNotEqualTo() A filter to return only resources whose location does not match the given value.
 - 
getOsFamilypublic List<OsFamily> getOsFamily() A filter to return only resources that match the given operating system family.
 - 
getIsManagedByAutonomousLinuxpublic Boolean getIsManagedByAutonomousLinux() Indicates whether to list only resources managed by the Autonomous Linux service.
 - 
getReportFormatpublic GetManagedInstanceAnalyticContentRequest.ReportFormat getReportFormat() The format of the report to download.Default is CSV. 
 - 
getReportTypepublic GetManagedInstanceAnalyticContentRequest.ReportType getReportType() The type of the report the user wants to download.Default is ALL. 
 - 
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 GetManagedInstanceAnalyticContentRequest.Builder toBuilder() Return an instance ofGetManagedInstanceAnalyticContentRequest.Builderthat allows you to modify request properties.- Returns:
- instance of GetManagedInstanceAnalyticContentRequest.Builderthat allows you to modify request properties.
 
 - 
builderpublic static GetManagedInstanceAnalyticContentRequest.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>
 
 
- 
 
-