Uses of Class
com.oracle.bmc.vbsinst.model.LifecycleState
-
Packages that use LifecycleState Package Description com.oracle.bmc.vbsinst com.oracle.bmc.vbsinst.model com.oracle.bmc.vbsinst.requests -
-
Uses of LifecycleState in com.oracle.bmc.vbsinst
Methods in com.oracle.bmc.vbsinst with parameters of type LifecycleState Modifier and Type Method Description Waiter<GetVbsInstanceRequest,GetVbsInstanceResponse>
VbsInstanceWaiters. forVbsInstance(GetVbsInstanceRequest request, LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetVbsInstanceRequest,GetVbsInstanceResponse>
VbsInstanceWaiters. forVbsInstance(GetVbsInstanceRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetVbsInstanceRequest,GetVbsInstanceResponse>
VbsInstanceWaiters. forVbsInstance(GetVbsInstanceRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of LifecycleState in com.oracle.bmc.vbsinst.model
Methods in com.oracle.bmc.vbsinst.model that return LifecycleState Modifier and Type Method Description static LifecycleState
LifecycleState. create(String key)
LifecycleState
VbsInstance. getLifecycleState()
The current state of the VbsInstance.LifecycleState
VbsInstanceSummary. getLifecycleState()
The current state of the VbsInstance.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.vbsinst.model with parameters of type LifecycleState Modifier and Type Method Description VbsInstance.Builder
VbsInstance.Builder. lifecycleState(LifecycleState lifecycleState)
The current state of the VbsInstance.VbsInstanceSummary.Builder
VbsInstanceSummary.Builder. lifecycleState(LifecycleState lifecycleState)
The current state of the VbsInstance.Constructors in com.oracle.bmc.vbsinst.model with parameters of type LifecycleState Constructor Description VbsInstance(String id, String name, String displayName, String compartmentId, Boolean isResourceUsageAgreementGranted, String resourceCompartmentId, String vbsAccessUrl, Date timeCreated, Date timeUpdated, LifecycleState lifecycleState, String lifecyleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.VbsInstanceSummary(String id, String name, String displayName, String compartmentId, Boolean isResourceUsageAgreementGranted, Date timeCreated, Date timeUpdated, LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of LifecycleState in com.oracle.bmc.vbsinst.requests
Methods in com.oracle.bmc.vbsinst.requests that return LifecycleState Modifier and Type Method Description LifecycleState
ListVbsInstancesRequest. getLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.vbsinst.requests with parameters of type LifecycleState Modifier and Type Method Description ListVbsInstancesRequest.Builder
ListVbsInstancesRequest.Builder. lifecycleState(LifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
-