Uses of Class
com.oracle.bmc.databasemanagement.model.CloudAsm.LifecycleState
-
Packages that use CloudAsm.LifecycleState Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.model -
-
Uses of CloudAsm.LifecycleState in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type CloudAsm.LifecycleState Modifier and Type Method Description Waiter<GetCloudAsmRequest,GetCloudAsmResponse>
DbManagementWaiters. forCloudAsm(GetCloudAsmRequest request, CloudAsm.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetCloudAsmRequest,GetCloudAsmResponse>
DbManagementWaiters. forCloudAsm(GetCloudAsmRequest request, CloudAsm.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetCloudAsmRequest,GetCloudAsmResponse>
DbManagementWaiters. forCloudAsm(GetCloudAsmRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, CloudAsm.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of CloudAsm.LifecycleState in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return CloudAsm.LifecycleState Modifier and Type Method Description static CloudAsm.LifecycleState
CloudAsm.LifecycleState. create(String key)
CloudAsm.LifecycleState
CloudAsm. getLifecycleState()
The current lifecycle state of the cloud ASM.CloudAsm.LifecycleState
CloudAsmSummary. getLifecycleState()
The current lifecycle state of the cloud ASM.static CloudAsm.LifecycleState
CloudAsm.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static CloudAsm.LifecycleState[]
CloudAsm.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.model with parameters of type CloudAsm.LifecycleState Modifier and Type Method Description CloudAsm.Builder
CloudAsm.Builder. lifecycleState(CloudAsm.LifecycleState lifecycleState)
The current lifecycle state of the cloud ASM.CloudAsmSummary.Builder
CloudAsmSummary.Builder. lifecycleState(CloudAsm.LifecycleState lifecycleState)
The current lifecycle state of the cloud ASM.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type CloudAsm.LifecycleState Constructor Description CloudAsm(String id, String dbaasId, String displayName, String componentName, String compartmentId, String cloudDbSystemId, String cloudConnectorId, String gridHome, Boolean isCluster, Boolean isFlexEnabled, CloudAsm.LifecycleState lifecycleState, String lifecycleDetails, List<CloudAsmServicedDatabase> servicedDatabases, Map<String,String> additionalDetails, Date timeCreated, Date timeUpdated, String version, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.CloudAsmSummary(String id, String dbaasId, String displayName, String componentName, String compartmentId, String cloudDbSystemId, String cloudConnectorId, CloudAsm.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-