Uses of Class
com.oracle.bmc.ddfs.model.Instance.LifecycleState
-
Packages that use Instance.LifecycleState Package Description com.oracle.bmc.ddfs com.oracle.bmc.ddfs.model com.oracle.bmc.ddfs.requests -
-
Uses of Instance.LifecycleState in com.oracle.bmc.ddfs
Methods in com.oracle.bmc.ddfs with parameters of type Instance.LifecycleState Modifier and Type Method Description Waiter<GetInstanceRequest,GetInstanceResponse>InstanceWaiters. forInstance(GetInstanceRequest request, Instance.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetInstanceRequest,GetInstanceResponse>InstanceWaiters. forInstance(GetInstanceRequest request, Instance.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetInstanceRequest,GetInstanceResponse>InstanceWaiters. forInstance(GetInstanceRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Instance.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of Instance.LifecycleState in com.oracle.bmc.ddfs.model
Methods in com.oracle.bmc.ddfs.model that return Instance.LifecycleState Modifier and Type Method Description static Instance.LifecycleStateInstance.LifecycleState. create(String key)Instance.LifecycleStateInstance. getLifecycleState()The current state of the Instance.Instance.LifecycleStateInstanceSummary. getLifecycleState()The current state of the Instance.static Instance.LifecycleStateInstance.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static Instance.LifecycleState[]Instance.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.ddfs.model with parameters of type Instance.LifecycleState Modifier and Type Method Description Instance.BuilderInstance.Builder. lifecycleState(Instance.LifecycleState lifecycleState)The current state of the Instance.InstanceSummary.BuilderInstanceSummary.Builder. lifecycleState(Instance.LifecycleState lifecycleState)The current state of the Instance.Constructors in com.oracle.bmc.ddfs.model with parameters of type Instance.LifecycleState Constructor Description Instance(String id, String displayName, String compartmentId, String idcsUrl, String publicIp, String fhirServiceEndpoint, Date timeCreated, Date timeUpdated, Instance.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.InstanceSummary(String id, String displayName, String compartmentId, String idcsUrl, Date timeCreated, Date timeUpdated, Instance.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of Instance.LifecycleState in com.oracle.bmc.ddfs.requests
Methods in com.oracle.bmc.ddfs.requests that return Instance.LifecycleState Modifier and Type Method Description Instance.LifecycleStateListInstancesRequest. getLifecycleState()A filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.ddfs.requests with parameters of type Instance.LifecycleState Modifier and Type Method Description ListInstancesRequest.BuilderListInstancesRequest.Builder. lifecycleState(Instance.LifecycleState lifecycleState)A filter to return only resources that match the given lifecycle state.
-