Uses of Class
com.oracle.bmc.stackmonitoring.model.Metric
-
Packages that use Metric Package Description com.oracle.bmc.stackmonitoring.model -
-
Uses of Metric in com.oracle.bmc.stackmonitoring.model
Methods in com.oracle.bmc.stackmonitoring.model that return Metric Modifier and Type Method Description Metric
Metric.Builder. build()
Methods in com.oracle.bmc.stackmonitoring.model that return types with arguments of type Metric Modifier and Type Method Description List<Metric>
CreateMetricExtensionDetails. getMetricList()
List of metrics which are part of this metric extensionList<Metric>
MetricExtension. getMetricList()
List of metrics which are part of this metric extensionList<Metric>
UpdateMetricExtensionDetails. getMetricList()
List of metrics which are part of this metric extensionMethods in com.oracle.bmc.stackmonitoring.model with parameters of type Metric Modifier and Type Method Description Metric.Builder
Metric.Builder. copy(Metric model)
Method parameters in com.oracle.bmc.stackmonitoring.model with type arguments of type Metric Modifier and Type Method Description CreateMetricExtensionDetails.Builder
CreateMetricExtensionDetails.Builder. metricList(List<Metric> metricList)
List of metrics which are part of this metric extensionMetricExtension.Builder
MetricExtension.Builder. metricList(List<Metric> metricList)
List of metrics which are part of this metric extensionUpdateMetricExtensionDetails.Builder
UpdateMetricExtensionDetails.Builder. metricList(List<Metric> metricList)
List of metrics which are part of this metric extensionConstructor parameters in com.oracle.bmc.stackmonitoring.model with type arguments of type Metric Constructor 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.
-