Uses of Class
com.oracle.bmc.databasemanagement.model.CloudClusterInstance.LifecycleState
-
Packages that use CloudClusterInstance.LifecycleState Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.model -
-
Uses of CloudClusterInstance.LifecycleState in com.oracle.bmc.databasemanagement
-
Uses of CloudClusterInstance.LifecycleState in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return CloudClusterInstance.LifecycleState Modifier and Type Method Description static CloudClusterInstance.LifecycleState
CloudClusterInstance.LifecycleState. create(String key)
CloudClusterInstance.LifecycleState
CloudClusterInstance. getLifecycleState()
The current lifecycle state of the cloud cluster instance.CloudClusterInstance.LifecycleState
CloudClusterInstanceSummary. getLifecycleState()
The current lifecycle state of the cloud cluster instance.static CloudClusterInstance.LifecycleState
CloudClusterInstance.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static CloudClusterInstance.LifecycleState[]
CloudClusterInstance.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 CloudClusterInstance.LifecycleState Modifier and Type Method Description CloudClusterInstance.Builder
CloudClusterInstance.Builder. lifecycleState(CloudClusterInstance.LifecycleState lifecycleState)
The current lifecycle state of the cloud cluster instance.CloudClusterInstanceSummary.Builder
CloudClusterInstanceSummary.Builder. lifecycleState(CloudClusterInstance.LifecycleState lifecycleState)
The current lifecycle state of the cloud cluster instance.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type CloudClusterInstance.LifecycleState Constructor Description CloudClusterInstance(String id, String dbaasId, String displayName, String componentName, String compartmentId, String cloudClusterId, String cloudDbSystemId, String cloudDbNodeId, String cloudConnectorId, String hostName, CloudClusterInstance.NodeRole nodeRole, String crsBaseDirectory, String adrHomeDirectory, CloudClusterInstance.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.CloudClusterInstanceSummary(String id, String dbaasId, String displayName, String componentName, String compartmentId, String cloudClusterId, String cloudDbSystemId, String cloudDbNodeId, String cloudConnectorId, String hostName, CloudClusterInstance.NodeRole nodeRole, String crsBaseDirectory, String adrHomeDirectory, CloudClusterInstance.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.
-