Package | Description |
---|---|
com.oracle.bmc.stackmonitoring.model | |
com.oracle.bmc.stackmonitoring.requests |
Modifier and Type | Method and Description |
---|---|
static MetricExtensionLifeCycleDetails |
MetricExtensionLifeCycleDetails.create(String key) |
MetricExtensionLifeCycleDetails |
MetricExtension.getStatus()
The current status of the metric extension i.e.
|
MetricExtensionLifeCycleDetails |
MetricExtensionSummary.getStatus()
The current state of the metric extension.
|
static MetricExtensionLifeCycleDetails |
MetricExtensionLifeCycleDetails.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricExtensionLifeCycleDetails[] |
MetricExtensionLifeCycleDetails.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MetricExtension.Builder |
MetricExtension.Builder.status(MetricExtensionLifeCycleDetails status)
The current status of the metric extension i.e.
|
MetricExtensionSummary.Builder |
MetricExtensionSummary.Builder.status(MetricExtensionLifeCycleDetails status)
The current state of the metric extension.
|
Constructor and Description |
---|
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.
|
MetricExtensionSummary(String id,
String name,
String displayName,
String description,
String resourceType,
String compartmentId,
MetricExtensionLifeCycleDetails status,
MetricExtensionLifeCycleStates lifecycleState,
Date timeCreated,
Date timeUpdated,
MetricExtensionCollectionMethods collectionMethod,
Integer enabledOnResourcesCount,
String resourceUri)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
MetricExtensionLifeCycleDetails |
ListMetricExtensionsRequest.getStatus()
A filter to return resources based on status e.g.
|
Modifier and Type | Method and Description |
---|---|
ListMetricExtensionsRequest.Builder |
ListMetricExtensionsRequest.Builder.status(MetricExtensionLifeCycleDetails status)
A filter to return resources based on status e.g.
|
Copyright © 2016–2024. All rights reserved.