Class GetDatabaseFleetBackupMetricsRequest
- java.lang.Object
- 
- com.oracle.bmc.requests.BmcRequest<Void>
- 
- com.oracle.bmc.databasemanagement.requests.GetDatabaseFleetBackupMetricsRequest
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20201101") public class GetDatabaseFleetBackupMetricsRequest extends BmcRequest<Void>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/databasemanagement/GetDatabaseFleetBackupMetricsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDatabaseFleetBackupMetricsRequest. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classGetDatabaseFleetBackupMetricsRequest.Builderstatic classGetDatabaseFleetBackupMetricsRequest.SortByThe field to sort information by.
 - 
Constructor SummaryConstructors Constructor Description GetDatabaseFleetBackupMetricsRequest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetDatabaseFleetBackupMetricsRequest.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’.StringgetCompartmentId()The OCID of the compartment.DatabaseHostedIngetDatabaseHostedIn()Indicates whether the database is a cloud database or an external database.List<String>getDefinedTagEquals()A list of tag filters to apply.List<String>getDefinedTagExists()A list of tag existence filters to apply.StringgetEndTime()The end time of the time range to retrieve the health metrics of a Managed Database in UTC in ISO-8601 format, which is “yyyy-MM-dd’T’hh:mm:ss.sss’Z’”.StringgetFilterByMetricNames()The filter used to retrieve a specific set of metrics by passing the desired metric names with a comma separator.List<String>getFreeformTagEquals()A list of tag filters to apply.List<String>getFreeformTagExists()A list of tag existence filters to apply.IntegergetLimit()The maximum number of records returned in the paginated response.StringgetManagedDatabaseGroupId()The OCID of the Managed Database Group.StringgetOpcRequestId()The client request ID for tracing.StringgetPage()The page token representing the page from where the next set of paginated results are retrieved.GetDatabaseFleetBackupMetricsRequest.SortBygetSortBy()The field to sort information by.SortOrdersgetSortOrder()The option to sort information in ascending (\u2018ASC\u2019) or descending (\u2018DESC\u2019) order.StringgetStartTime()The start time of the time range to retrieve the health metrics of a Managed Database in UTC in ISO-8601 format, which is “yyyy-MM-dd’T’hh:mm:ss.sss’Z’”.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.GetDatabaseFleetBackupMetricsRequest.BuildertoBuilder()Return an instance ofGetDatabaseFleetBackupMetricsRequest.Builderthat allows you to modify request properties.StringtoString()- 
Methods inherited from class com.oracle.bmc.requests.BmcRequestgetBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
 
- 
 
- 
- 
- 
Method Detail- 
getDatabaseHostedInpublic DatabaseHostedIn getDatabaseHostedIn() Indicates whether the database is a cloud database or an external database.
 - 
getStartTimepublic String getStartTime() The start time of the time range to retrieve the health metrics of a Managed Database in UTC in ISO-8601 format, which is “yyyy-MM-dd’T’hh:mm:ss.sss’Z’”.
 - 
getEndTimepublic String getEndTime() The end time of the time range to retrieve the health metrics of a Managed Database in UTC in ISO-8601 format, which is “yyyy-MM-dd’T’hh:mm:ss.sss’Z’”.
 - 
getOpcRequestIdpublic String getOpcRequestId() The client request ID for tracing.
 - 
getManagedDatabaseGroupIdpublic String getManagedDatabaseGroupId() The OCID of the Managed Database Group.
 - 
getFilterByMetricNamespublic String getFilterByMetricNames() The filter used to retrieve a specific set of metrics by passing the desired metric names with a comma separator.Note that, by default, the service returns all supported metrics. 
 - 
getPagepublic String getPage() The page token representing the page from where the next set of paginated results are retrieved.This is usually retrieved from a previous list call. 
 - 
getLimitpublic Integer getLimit() The maximum number of records returned in the paginated response.
 - 
getSortBypublic GetDatabaseFleetBackupMetricsRequest.SortBy getSortBy() The field to sort information by.Only one sortOrder can be used. The default sort order for DATABASENAME is ascending and it is case-sensitive. 
 - 
getSortOrderpublic SortOrders getSortOrder() The option to sort information in ascending (\u2018ASC\u2019) or descending (\u2018DESC\u2019) order.Ascending order is the default order. 
 - 
getDefinedTagEqualspublic List<String> getDefinedTagEquals() A list of tag filters to apply.Only resources with a defined tag matching the value will be returned. Each item in the list has the format “{namespace}.{tagName}.{value}”. All inputs are case-insensitive. Multiple values for the same key (i.e. same namespace and tag name) are interpreted as “OR”. Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as “AND”. 
 - 
getFreeformTagEqualspublic List<String> getFreeformTagEquals() A list of tag filters to apply.Only resources with a freeform tag matching the value will be returned. The key for each tag is “{tagName}.{value}”. All inputs are case-insensitive. Multiple values for the same tag name are interpreted as “OR”. Values for different tag names are interpreted as “AND”. 
 - 
getDefinedTagExistspublic List<String> getDefinedTagExists() A list of tag existence filters to apply.Only resources for which the specified defined tags exist will be returned. Each item in the list has the format “{namespace}.{tagName}.true” (for checking existence of a defined tag) or “{namespace}.true”. All inputs are case-insensitive. Currently, only existence (“true” at the end) is supported. Absence (“false” at the end) is not supported. Multiple values for the same key (i.e. same namespace and tag name) are interpreted as “OR”. Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as “AND”. 
 - 
getFreeformTagExistspublic List<String> getFreeformTagExists() A list of tag existence filters to apply.Only resources for which the specified freeform tags exist the value will be returned. The key for each tag is “{tagName}.true”. All inputs are case-insensitive. Currently, only existence (“true” at the end) is supported. Absence (“false” at the end) is not supported. Multiple values for different tag names are interpreted as “AND”. 
 - 
toBuilderpublic GetDatabaseFleetBackupMetricsRequest.Builder toBuilder() Return an instance ofGetDatabaseFleetBackupMetricsRequest.Builderthat allows you to modify request properties.- Returns:
- instance of GetDatabaseFleetBackupMetricsRequest.Builderthat allows you to modify request properties.
 
 - 
builderpublic static GetDatabaseFleetBackupMetricsRequest.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>
 
 
- 
 
-