Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
PerformanceMetrics |
PerformanceMetrics.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<PerformanceMetrics> |
PerformanceMetricsData.getMetrics()
The list of Data Guard performance metrics such as ApplyLag, TransportLag and RedoApplyRate
for the Managed Databases.
|
Modifier and Type | Method and Description |
---|---|
PerformanceMetrics.Builder |
PerformanceMetrics.Builder.copy(PerformanceMetrics model) |
Modifier and Type | Method and Description |
---|---|
PerformanceMetricsData.Builder |
PerformanceMetricsData.Builder.metrics(List<PerformanceMetrics> metrics)
The list of Data Guard performance metrics such as ApplyLag, TransportLag and
RedoApplyRate for the Managed Databases.
|
Constructor and Description |
---|
PerformanceMetricsData(String compartmentId,
String resourceId,
String primaryDbId,
String primaryDbUniqueName,
String databaseId,
String dbUniqueName,
String deploymentType,
String resourceName,
DbRole dbRole,
List<PerformanceMetrics> metrics)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.