Uses of Class
com.oracle.bmc.stackmonitoring.model.LifecycleState
-
Packages that use LifecycleState Package Description com.oracle.bmc.stackmonitoring com.oracle.bmc.stackmonitoring.model -
-
Uses of LifecycleState in com.oracle.bmc.stackmonitoring
Methods in com.oracle.bmc.stackmonitoring with parameters of type LifecycleState Modifier and Type Method Description Waiter<GetDiscoveryJobRequest,GetDiscoveryJobResponse>
StackMonitoringWaiters. forDiscoveryJob(GetDiscoveryJobRequest request, LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDiscoveryJobRequest,GetDiscoveryJobResponse>
StackMonitoringWaiters. forDiscoveryJob(GetDiscoveryJobRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDiscoveryJobRequest,GetDiscoveryJobResponse>
StackMonitoringWaiters. forDiscoveryJob(GetDiscoveryJobRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Waiter<GetProcessSetRequest,GetProcessSetResponse>
StackMonitoringWaiters. forProcessSet(GetProcessSetRequest request, LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetProcessSetRequest,GetProcessSetResponse>
StackMonitoringWaiters. forProcessSet(GetProcessSetRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetProcessSetRequest,GetProcessSetResponse>
StackMonitoringWaiters. forProcessSet(GetProcessSetRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of LifecycleState in com.oracle.bmc.stackmonitoring.model
Methods in com.oracle.bmc.stackmonitoring.model that return LifecycleState Modifier and Type Method Description static LifecycleState
LifecycleState. create(String key)
LifecycleState
DiscoveryJob. getLifecycleState()
The current state of the DiscoveryJob Resource.LifecycleState
DiscoveryJobSummary. getLifecycleState()
The current state of the DiscoveryJob Resource.LifecycleState
ProcessSet. getLifecycleState()
The current state of the Resource.LifecycleState
ProcessSetSummary. getLifecycleState()
The current state of the Resource.static LifecycleState
LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static LifecycleState[]
LifecycleState. 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 LifecycleState Modifier and Type Method Description DiscoveryJob.Builder
DiscoveryJob.Builder. lifecycleState(LifecycleState lifecycleState)
The current state of the DiscoveryJob Resource.DiscoveryJobSummary.Builder
DiscoveryJobSummary.Builder. lifecycleState(LifecycleState lifecycleState)
The current state of the DiscoveryJob Resource.ProcessSet.Builder
ProcessSet.Builder. lifecycleState(LifecycleState lifecycleState)
The current state of the Resource.ProcessSetSummary.Builder
ProcessSetSummary.Builder. lifecycleState(LifecycleState lifecycleState)
The current state of the Resource.Constructors in com.oracle.bmc.stackmonitoring.model with parameters of type LifecycleState Constructor Description DiscoveryJob(String id, String compartmentId, DiscoveryJob.DiscoveryType discoveryType, DiscoveryJob.Status status, String statusMessage, String tenantId, String userId, String discoveryClient, DiscoveryDetails discoveryDetails, Date timeUpdated, LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.DiscoveryJobSummary(String id, DiscoveryJobSummary.ResourceType resourceType, String resourceName, LicenseType license, String compartmentId, DiscoveryJobSummary.DiscoveryType discoveryType, DiscoveryJobSummary.Status status, String statusMessage, String tenantId, String userId, Date timeUpdated, LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.ProcessSet(String id, String compartmentId, LifecycleState lifecycleState, String displayName, ProcessSetSpecification specification, Date timeCreated, Date timeUpdated, String revision, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.ProcessSetSummary(String id, String compartmentId, LifecycleState lifecycleState, String displayName, ProcessSetSpecification specification, Date timeCreated, Date timeUpdated, String revision, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-