Uses of Class
com.oracle.bmc.stackmonitoring.model.ResourceLifecycleState
-
Packages that use ResourceLifecycleState Package Description com.oracle.bmc.stackmonitoring com.oracle.bmc.stackmonitoring.model com.oracle.bmc.stackmonitoring.requests -
-
Uses of ResourceLifecycleState in com.oracle.bmc.stackmonitoring
Methods in com.oracle.bmc.stackmonitoring with parameters of type ResourceLifecycleState Modifier and Type Method Description Waiter<GetMonitoredResourceRequest,GetMonitoredResourceResponse>
StackMonitoringWaiters. forMonitoredResource(GetMonitoredResourceRequest request, ResourceLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetMonitoredResourceRequest,GetMonitoredResourceResponse>
StackMonitoringWaiters. forMonitoredResource(GetMonitoredResourceRequest request, ResourceLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetMonitoredResourceRequest,GetMonitoredResourceResponse>
StackMonitoringWaiters. forMonitoredResource(GetMonitoredResourceRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ResourceLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of ResourceLifecycleState in com.oracle.bmc.stackmonitoring.model
Methods in com.oracle.bmc.stackmonitoring.model that return ResourceLifecycleState Modifier and Type Method Description static ResourceLifecycleState
ResourceLifecycleState. create(String key)
ResourceLifecycleState
AssociatedMonitoredResource. getLifecycleState()
The current state of the monitored resource.ResourceLifecycleState
AssociatedResourcesSummary. getLifecycleState()
The current state of the monitored resource.ResourceLifecycleState
MonitoredResource. getLifecycleState()
Lifecycle state of the monitored resource.ResourceLifecycleState
MonitoredResourceMemberSummary. getLifecycleState()
The current state of the Resource.ResourceLifecycleState
MonitoredResourceSummary. getLifecycleState()
The current state of the monitored resource.ResourceLifecycleState
SearchMonitoredResourcesDetails. getLifecycleState()
A filter to return resources with matching lifecycle state.static ResourceLifecycleState
ResourceLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResourceLifecycleState[]
ResourceLifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.stackmonitoring.model that return types with arguments of type ResourceLifecycleState Modifier and Type Method Description List<ResourceLifecycleState>
SearchMonitoredResourcesDetails. getLifecycleStates()
Multiple lifecycle states filter.Methods in com.oracle.bmc.stackmonitoring.model with parameters of type ResourceLifecycleState Modifier and Type Method Description AssociatedMonitoredResource.Builder
AssociatedMonitoredResource.Builder. lifecycleState(ResourceLifecycleState lifecycleState)
The current state of the monitored resource.AssociatedResourcesSummary.Builder
AssociatedResourcesSummary.Builder. lifecycleState(ResourceLifecycleState lifecycleState)
The current state of the monitored resource.MonitoredResource.Builder
MonitoredResource.Builder. lifecycleState(ResourceLifecycleState lifecycleState)
Lifecycle state of the monitored resource.MonitoredResourceMemberSummary.Builder
MonitoredResourceMemberSummary.Builder. lifecycleState(ResourceLifecycleState lifecycleState)
The current state of the Resource.MonitoredResourceSummary.Builder
MonitoredResourceSummary.Builder. lifecycleState(ResourceLifecycleState lifecycleState)
The current state of the monitored resource.SearchMonitoredResourcesDetails.Builder
SearchMonitoredResourcesDetails.Builder. lifecycleState(ResourceLifecycleState lifecycleState)
A filter to return resources with matching lifecycle state.Method parameters in com.oracle.bmc.stackmonitoring.model with type arguments of type ResourceLifecycleState Modifier and Type Method Description SearchMonitoredResourcesDetails.Builder
SearchMonitoredResourcesDetails.Builder. lifecycleStates(List<ResourceLifecycleState> lifecycleStates)
Multiple lifecycle states filter.Constructors in com.oracle.bmc.stackmonitoring.model with parameters of type ResourceLifecycleState Constructor Description AssociatedMonitoredResource(String id, String name, String displayName, String type, String compartmentId, String hostName, String externalId, String managementAgentId, ResourceLifecycleState lifecycleState, LicenseType license, SourceType sourceType, ResourceCategory resourceCategory, Object association)
Deprecated.AssociatedResourcesSummary(String id, String name, String displayName, String type, String compartmentId, String hostName, String externalId, String managementAgentId, ResourceLifecycleState lifecycleState, LicenseType license, SourceType sourceType, ResourceCategory resourceCategory, List<AssociatedMonitoredResource> associatedResources)
Deprecated.MonitoredResource(String id, String name, String displayName, String type, String compartmentId, String tenantId, String hostName, String externalId, String managementAgentId, String resourceTimeZone, Date timeCreated, Date timeUpdated, ResourceLifecycleState lifecycleState, LicenseType license, SourceType sourceType, ResourceCategory resourceCategory, List<MonitoredResourceProperty> properties, ConnectionDetails databaseConnectionDetails, MonitoredResourceCredential credentials, MonitoredResourceAliasCredential aliases, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.MonitoredResourceMemberSummary(String resourceId, String resourceName, String resourceDisplayName, String resourceType, String hostName, String externalId, String compartmentId, String parentId, ResourceLifecycleState lifecycleState, LicenseType license, SourceType sourceType, ResourceCategory resourceCategory, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.MonitoredResourceSummary(String id, String name, String displayName, String type, String compartmentId, String hostName, String externalId, String managementAgentId, Date timeCreated, Date timeUpdated, ResourceLifecycleState lifecycleState, List<MonitoredResourceProperty> properties, LicenseType license, SourceType sourceType, ResourceCategory resourceCategory, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.SearchMonitoredResourcesDetails(String compartmentId, List<String> compartmentIds, List<ResourceLifecycleState> lifecycleStates, SourceType sourceType, ResourceCategory resourceCategory, String name, String nameContains, String type, String hostName, String externalId, String hostNameContains, String managementAgentId, ResourceLifecycleState lifecycleState, LicenseType license, Date timeCreatedGreaterThanOrEqualTo, Date timeCreatedLessThan, Date timeUpdatedGreaterThanOrEqualTo, Date timeUpdatedLessThan, String resourceTimeZone, SortOrder sortOrder, SearchMonitoredResourcesDetails.SortBy sortBy, Map<String,String> propertyEquals)
Deprecated. -
Uses of ResourceLifecycleState in com.oracle.bmc.stackmonitoring.requests
Methods in com.oracle.bmc.stackmonitoring.requests that return ResourceLifecycleState Modifier and Type Method Description ResourceLifecycleState
ListMonitoredResourcesRequest. getStatus()
A filter to return only resources with matching lifecycleState.Methods in com.oracle.bmc.stackmonitoring.requests with parameters of type ResourceLifecycleState Modifier and Type Method Description ListMonitoredResourcesRequest.Builder
ListMonitoredResourcesRequest.Builder. status(ResourceLifecycleState status)
A filter to return only resources with matching lifecycleState.
-