Uses of Class
com.oracle.bmc.stackmonitoring.model.BaselineableMetricLifeCycleStates
-
Packages that use BaselineableMetricLifeCycleStates Package Description com.oracle.bmc.stackmonitoring com.oracle.bmc.stackmonitoring.model -
-
Uses of BaselineableMetricLifeCycleStates in com.oracle.bmc.stackmonitoring
-
Uses of BaselineableMetricLifeCycleStates in com.oracle.bmc.stackmonitoring.model
Methods in com.oracle.bmc.stackmonitoring.model that return BaselineableMetricLifeCycleStates Modifier and Type Method Description static BaselineableMetricLifeCycleStates
BaselineableMetricLifeCycleStates. create(String key)
BaselineableMetricLifeCycleStates
BaselineableMetric. getLifecycleState()
The current lifecycle state of the metric extensionBaselineableMetricLifeCycleStates
BaselineableMetricSummary. getLifecycleState()
The current lifecycle state of the metric extensionBaselineableMetricLifeCycleStates
UpdateBaselineableMetricDetails. getLifecycleState()
The current lifecycle state of the metric extensionstatic 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.Methods in com.oracle.bmc.stackmonitoring.model with parameters of type BaselineableMetricLifeCycleStates Modifier and Type Method Description BaselineableMetric.Builder
BaselineableMetric.Builder. lifecycleState(BaselineableMetricLifeCycleStates lifecycleState)
The current lifecycle state of the metric extensionBaselineableMetricSummary.Builder
BaselineableMetricSummary.Builder. lifecycleState(BaselineableMetricLifeCycleStates lifecycleState)
The current lifecycle state of the metric extensionUpdateBaselineableMetricDetails.Builder
UpdateBaselineableMetricDetails.Builder. lifecycleState(BaselineableMetricLifeCycleStates lifecycleState)
The current lifecycle state of the metric extensionConstructors in com.oracle.bmc.stackmonitoring.model with parameters of type BaselineableMetricLifeCycleStates Constructor 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.
-