Package | Description |
---|---|
com.oracle.bmc.stackmonitoring | |
com.oracle.bmc.stackmonitoring.model |
Modifier and Type | Method and Description |
---|---|
static BaselineableMetricLifeCycleStates |
BaselineableMetricLifeCycleStates.create(String key) |
BaselineableMetricLifeCycleStates |
UpdateBaselineableMetricDetails.getLifecycleState()
The current lifecycle state of the metric extension
|
BaselineableMetricLifeCycleStates |
BaselineableMetricSummary.getLifecycleState()
The current lifecycle state of the metric extension
|
BaselineableMetricLifeCycleStates |
BaselineableMetric.getLifecycleState()
The current lifecycle state of the metric extension
|
static BaselineableMetricLifeCycleStates |
BaselineableMetricLifeCycleStates.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaselineableMetricLifeCycleStates[] |
BaselineableMetricLifeCycleStates.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpdateBaselineableMetricDetails.Builder |
UpdateBaselineableMetricDetails.Builder.lifecycleState(BaselineableMetricLifeCycleStates lifecycleState)
The current lifecycle state of the metric extension
|
BaselineableMetricSummary.Builder |
BaselineableMetricSummary.Builder.lifecycleState(BaselineableMetricLifeCycleStates lifecycleState)
The current lifecycle state of the metric extension
|
BaselineableMetric.Builder |
BaselineableMetric.Builder.lifecycleState(BaselineableMetricLifeCycleStates lifecycleState)
The current lifecycle state of the metric extension
|
Constructor and Description |
---|
BaselineableMetric(String id,
BaselineableMetricLifeCycleStates lifecycleState,
String tenancyId,
String compartmentId,
String name,
String column,
String namespace,
String resourceGroup,
String resourceType,
Boolean isOutOfBox,
String createdBy,
String lastUpdatedBy,
Date timeCreated,
Date timeLastUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
BaselineableMetricSummary(String id,
BaselineableMetricLifeCycleStates lifecycleState,
String tenancyId,
String compartmentId,
String name,
String column,
String namespace,
String resourceGroup,
String resourceType,
Boolean isOutOfBox,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
UpdateBaselineableMetricDetails(String id,
BaselineableMetricLifeCycleStates lifecycleState,
String tenancyId,
String compartmentId,
String name,
String column,
String namespace,
String resourceGroup,
String resourceType,
Boolean isOutOfBox,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.