Uses of Class
com.oracle.bmc.stackmonitoring.model.ResourceTypeLifecycleState
-
Packages that use ResourceTypeLifecycleState Package Description com.oracle.bmc.stackmonitoring com.oracle.bmc.stackmonitoring.model com.oracle.bmc.stackmonitoring.requests -
-
Uses of ResourceTypeLifecycleState in com.oracle.bmc.stackmonitoring
-
Uses of ResourceTypeLifecycleState in com.oracle.bmc.stackmonitoring.model
Methods in com.oracle.bmc.stackmonitoring.model that return ResourceTypeLifecycleState Modifier and Type Method Description static ResourceTypeLifecycleState
ResourceTypeLifecycleState. create(String key)
ResourceTypeLifecycleState
MonitoredResourceType. getLifecycleState()
Lifecycle state of the monitored resource type.ResourceTypeLifecycleState
MonitoredResourceTypeSummary. getLifecycleState()
Lifecycle state of the monitored resource type.static ResourceTypeLifecycleState
ResourceTypeLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResourceTypeLifecycleState[]
ResourceTypeLifecycleState. 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 ResourceTypeLifecycleState Modifier and Type Method Description MonitoredResourceType.Builder
MonitoredResourceType.Builder. lifecycleState(ResourceTypeLifecycleState lifecycleState)
Lifecycle state of the monitored resource type.MonitoredResourceTypeSummary.Builder
MonitoredResourceTypeSummary.Builder. lifecycleState(ResourceTypeLifecycleState lifecycleState)
Lifecycle state of the monitored resource type.Constructors in com.oracle.bmc.stackmonitoring.model with parameters of type ResourceTypeLifecycleState Constructor Description MonitoredResourceType(String id, String name, String displayName, String description, String metricNamespace, String compartmentId, String tenancyId, AvailabilityMetricsDetails availabilityMetricsConfig, AgentExtensionHandlerConfiguration handlerConfig, Boolean isSystemDefined, ResourceTypeLifecycleState lifecycleState, SourceType sourceType, ResourceCategory resourceCategory, Date timeCreated, Date timeUpdated, Map<String,String> additionalNamespaceMap, ResourceTypeMetadataDetails metadata, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.MonitoredResourceTypeSummary(String id, String name, String displayName, String description, String metricNamespace, String compartmentId, AvailabilityMetricsDetails availabilityMetricsConfig, AgentExtensionHandlerConfiguration handlerConfig, Boolean isSystemDefined, ResourceTypeLifecycleState lifecycleState, SourceType sourceType, ResourceCategory resourceCategory, ResourceTypeMetadataDetails metadata, Map<String,String> additionalNamespaceMap, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of ResourceTypeLifecycleState in com.oracle.bmc.stackmonitoring.requests
Methods in com.oracle.bmc.stackmonitoring.requests that return ResourceTypeLifecycleState Modifier and Type Method Description ResourceTypeLifecycleState
ListMonitoredResourceTypesRequest. getStatus()
A filter to return only resources that matches with lifecycleState given.Methods in com.oracle.bmc.stackmonitoring.requests with parameters of type ResourceTypeLifecycleState Modifier and Type Method Description ListMonitoredResourceTypesRequest.Builder
ListMonitoredResourceTypesRequest.Builder. status(ResourceTypeLifecycleState status)
A filter to return only resources that matches with lifecycleState given.
-