Class GetMySqlFleetMetricRequest
- java.lang.Object
- 
- com.oracle.bmc.requests.BmcRequest<Void>
- 
- com.oracle.bmc.databasemanagement.requests.GetMySqlFleetMetricRequest
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20201101") public class GetMySqlFleetMetricRequest extends BmcRequest<Void>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/databasemanagement/GetMySqlFleetMetricExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMySqlFleetMetricRequest. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classGetMySqlFleetMetricRequest.Builder
 - 
Constructor SummaryConstructors Constructor Description GetMySqlFleetMetricRequest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetMySqlFleetMetricRequest.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.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’”.MdsTypegetFilterByMdsDeploymentType()The parameter to filter by MySQL Database System type.StringgetFilterByMetricNames()The filter used to retrieve a specific set of metrics by passing the desired metric names with a comma separator.MySqlTypegetFilterByMySqlDatabaseTypeParam()The parameter to filter by MySQL database type.StringgetFilterByMySqlDatabaseVersion()The parameter to filter by MySQL database version.MySqlDeploymentTypegetFilterByMySqlDeploymentTypeParam()The parameter to filter by MySQL deployment type.DatabaseStatusgetFilterByMySqlStatus()The parameter to filter by MySQL Database status.BooleangetIsHeatWaveEnabled()The parameter to filter based on whether HeatWave is enabled for the database.StringgetOpcRequestId()The client request ID for tracing.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.GetMySqlFleetMetricRequest.BuildertoBuilder()Return an instance ofGetMySqlFleetMetricRequest.Builderthat allows you to modify request properties.StringtoString()- 
Methods inherited from class com.oracle.bmc.requests.BmcRequestgetBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
 
- 
 
- 
- 
- 
Method Detail- 
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.
 - 
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. 
 - 
getFilterByMySqlDeploymentTypeParampublic MySqlDeploymentType getFilterByMySqlDeploymentTypeParam() The parameter to filter by MySQL deployment type.
 - 
getFilterByMdsDeploymentTypepublic MdsType getFilterByMdsDeploymentType() The parameter to filter by MySQL Database System type.
 - 
getFilterByMySqlDatabaseTypeParampublic MySqlType getFilterByMySqlDatabaseTypeParam() The parameter to filter by MySQL database type.Allowed values are EXTERNAL or MDS. 
 - 
getFilterByMySqlStatuspublic DatabaseStatus getFilterByMySqlStatus() The parameter to filter by MySQL Database status.
 - 
getFilterByMySqlDatabaseVersionpublic String getFilterByMySqlDatabaseVersion() The parameter to filter by MySQL database version.
 - 
getIsHeatWaveEnabledpublic Boolean getIsHeatWaveEnabled() The parameter to filter based on whether HeatWave is enabled for the database.
 - 
toBuilderpublic GetMySqlFleetMetricRequest.Builder toBuilder() Return an instance ofGetMySqlFleetMetricRequest.Builderthat allows you to modify request properties.- Returns:
- instance of GetMySqlFleetMetricRequest.Builderthat allows you to modify request properties.
 
 - 
builderpublic static GetMySqlFleetMetricRequest.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>
 
 
- 
 
-