Uses of Class
com.oracle.bmc.oce.model.LifecycleState
-
Packages that use LifecycleState Package Description com.oracle.bmc.oce com.oracle.bmc.oce.model com.oracle.bmc.oce.requests -
-
Uses of LifecycleState in com.oracle.bmc.oce
Methods in com.oracle.bmc.oce with parameters of type LifecycleState Modifier and Type Method Description Waiter<GetOceInstanceRequest,GetOceInstanceResponse>
OceInstanceWaiters. forOceInstance(GetOceInstanceRequest request, LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetOceInstanceRequest,GetOceInstanceResponse>
OceInstanceWaiters. forOceInstance(GetOceInstanceRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetOceInstanceRequest,GetOceInstanceResponse>
OceInstanceWaiters. forOceInstance(GetOceInstanceRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of LifecycleState in com.oracle.bmc.oce.model
Methods in com.oracle.bmc.oce.model that return LifecycleState Modifier and Type Method Description static LifecycleState
LifecycleState. create(String key)
LifecycleState
OceInstance. getLifecycleState()
The current state of the instance lifecycle.LifecycleState
OceInstanceSummary. getLifecycleState()
The current state of the instance lifecycle.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.oce.model with parameters of type LifecycleState Modifier and Type Method Description OceInstance.Builder
OceInstance.Builder. lifecycleState(LifecycleState lifecycleState)
The current state of the instance lifecycle.OceInstanceSummary.Builder
OceInstanceSummary.Builder. lifecycleState(LifecycleState lifecycleState)
The current state of the instance lifecycle.Constructors in com.oracle.bmc.oce.model with parameters of type LifecycleState Constructor Description OceInstance(String id, String guid, String description, String compartmentId, String name, String tenancyId, String idcsTenancy, String tenancyName, OceInstance.UpgradeSchedule upgradeSchedule, IdentityStripeDetails identityStripe, OceInstance.InstanceUsageType instanceUsageType, List<String> addOnFeatures, String objectStorageNamespace, String adminEmail, String wafPrimaryDomain, OceInstance.InstanceAccessType instanceAccessType, LicenseType instanceLicenseType, Date timeCreated, Date timeUpdated, LifecycleState lifecycleState, LifecycleDetails lifecycleDetails, String drRegion, String stateMessage, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Map<String,Object> service)
Deprecated.OceInstanceSummary(String id, String guid, String description, String compartmentId, String name, String tenancyId, String idcsTenancy, String tenancyName, OceInstanceSummary.InstanceUsageType instanceUsageType, List<String> addOnFeatures, String objectStorageNamespace, String adminEmail, OceInstance.UpgradeSchedule upgradeSchedule, String wafPrimaryDomain, OceInstanceSummary.InstanceAccessType instanceAccessType, LicenseType instanceLicenseType, Date timeCreated, Date timeUpdated, LifecycleState lifecycleState, LifecycleDetails lifecycleDetails, String drRegion, String stateMessage, Map<String,Object> service, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of LifecycleState in com.oracle.bmc.oce.requests
Methods in com.oracle.bmc.oce.requests that return LifecycleState Modifier and Type Method Description LifecycleState
ListOceInstancesRequest. getLifecycleState()
Filter results on lifecycleState.Methods in com.oracle.bmc.oce.requests with parameters of type LifecycleState Modifier and Type Method Description ListOceInstancesRequest.Builder
ListOceInstancesRequest.Builder. lifecycleState(LifecycleState lifecycleState)
Filter results on lifecycleState.
-