Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
MetricsAggregationRange |
MetricsAggregationRange.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<MetricsAggregationRange> |
MetricsAggregationRangeCollection.getItems()
The metric data.
|
List<MetricsAggregationRange> |
DatabaseBackupMetrics.getTimeSeriesMetrics()
The array of metric values for different timestamps.
|
Modifier and Type | Method and Description |
---|---|
MetricsAggregationRange.Builder |
MetricsAggregationRange.Builder.copy(MetricsAggregationRange model) |
Modifier and Type | Method and Description |
---|---|
MetricsAggregationRangeCollection.Builder |
MetricsAggregationRangeCollection.Builder.items(List<MetricsAggregationRange> items)
The metric data.
|
DatabaseBackupMetrics.Builder |
DatabaseBackupMetrics.Builder.timeSeriesMetrics(List<MetricsAggregationRange> timeSeriesMetrics)
The array of metric values for different timestamps.
|
Constructor and Description |
---|
DatabaseBackupMetrics(String retentionPeriodInDays,
Boolean isAutomaticBackupEnabled,
List<MetricsAggregationRange> timeSeriesMetrics,
Boolean isDataguardEnabled,
DatabaseBackupSummary lastBackupSummary,
List<HaMetricDefinition> metrics,
String dbId,
String compartmentId,
DatabaseType databaseType,
DatabaseSubType databaseSubType,
DeploymentType deploymentType,
String databaseVersion,
WorkloadType workloadType,
String databaseName,
String databaseId,
String dbUniqueName,
DbRole dbRole)
Deprecated.
|
MetricsAggregationRangeCollection(List<MetricsAggregationRange> items,
String startTime,
String endTime)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.