Package | Description |
---|---|
com.oracle.bmc.stackmonitoring.model |
Modifier and Type | Method and Description |
---|---|
Metric |
Metric.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<Metric> |
CreateMetricExtensionDetails.getMetricList()
List of metrics which are part of this metric extension
|
List<Metric> |
MetricExtension.getMetricList()
List of metrics which are part of this metric extension
|
List<Metric> |
UpdateMetricExtensionDetails.getMetricList()
List of metrics which are part of this metric extension
|
Modifier and Type | Method and Description |
---|---|
Metric.Builder |
Metric.Builder.copy(Metric model) |
Modifier and Type | Method and Description |
---|---|
CreateMetricExtensionDetails.Builder |
CreateMetricExtensionDetails.Builder.metricList(List<Metric> metricList)
List of metrics which are part of this metric extension
|
MetricExtension.Builder |
MetricExtension.Builder.metricList(List<Metric> metricList)
List of metrics which are part of this metric extension
|
UpdateMetricExtensionDetails.Builder |
UpdateMetricExtensionDetails.Builder.metricList(List<Metric> metricList)
List of metrics which are part of this metric extension
|
Constructor and Description |
---|
CreateMetricExtensionDetails(String name,
String displayName,
String resourceType,
String compartmentId,
String description,
String collectionRecurrences,
List<Metric> metricList,
MetricExtensionQueryProperties queryProperties)
Deprecated.
|
MetricExtension(String id,
String name,
String displayName,
String description,
String resourceType,
String compartmentId,
String tenantId,
String collectionMethod,
MetricExtensionLifeCycleDetails status,
MetricExtensionLifeCycleStates lifecycleState,
String createdBy,
String lastUpdatedBy,
Date timeCreated,
Date timeUpdated,
String collectionRecurrences,
List<Metric> metricList,
MetricExtensionQueryProperties queryProperties,
List<EnabledResourceDetails> enabledOnResources,
Integer enabledOnResourcesCount,
String resourceUri)
Deprecated.
|
UpdateMetricExtensionDetails(String displayName,
String description,
String collectionRecurrences,
List<Metric> metricList,
MetricExtensionUpdateQueryProperties queryProperties)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.