@Generated(value="OracleSDKGenerator", comments="API Version: 20201101") public class GetDatabaseHomeMetricsRequest extends BmcRequest<Void>
Example: Click here to see how to use GetDatabaseHomeMetricsRequest.
Modifier and Type | Class and Description |
---|---|
static class |
GetDatabaseHomeMetricsRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static GetDatabaseHomeMetricsRequest.Builder |
builder() |
String |
getEndTime()
The end time for 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’".
|
String |
getManagedDatabaseId()
The OCID of the Managed Database.
|
String |
getOpcRequestId()
The client request ID for tracing.
|
String |
getStartTime()
The start time for 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’".
|
getBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration
public static GetDatabaseHomeMetricsRequest.Builder builder()
public String getStartTime()
The start time for 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’".
public String getEndTime()
The end time for 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’".
public String getOpcRequestId()
The client request ID for tracing.
Copyright © 2016–2021. All rights reserved.