Uses of Class
com.oracle.bmc.databasemanagement.model.ExternalDbSystem.LifecycleState
-
Packages that use ExternalDbSystem.LifecycleState Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.model -
-
Uses of ExternalDbSystem.LifecycleState in com.oracle.bmc.databasemanagement
-
Uses of ExternalDbSystem.LifecycleState in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return ExternalDbSystem.LifecycleState Modifier and Type Method Description static ExternalDbSystem.LifecycleState
ExternalDbSystem.LifecycleState. create(String key)
ExternalDbSystem.LifecycleState
ExternalDbSystem. getLifecycleState()
The current lifecycle state of the external DB system resource.ExternalDbSystem.LifecycleState
ExternalDbSystemSummary. getLifecycleState()
The current lifecycle state of the external DB system resource.static ExternalDbSystem.LifecycleState
ExternalDbSystem.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExternalDbSystem.LifecycleState[]
ExternalDbSystem.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 ExternalDbSystem.LifecycleState Modifier and Type Method Description ExternalDbSystem.Builder
ExternalDbSystem.Builder. lifecycleState(ExternalDbSystem.LifecycleState lifecycleState)
The current lifecycle state of the external DB system resource.ExternalDbSystemSummary.Builder
ExternalDbSystemSummary.Builder. lifecycleState(ExternalDbSystem.LifecycleState lifecycleState)
The current lifecycle state of the external DB system resource.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type ExternalDbSystem.LifecycleState Constructor Description ExternalDbSystem(String id, String displayName, String compartmentId, String dbSystemDiscoveryId, String discoveryAgentId, Boolean isCluster, String homeDirectory, ExternalDbSystemDatabaseManagementConfigDetails databaseManagementConfig, ExternalDbSystemStackMonitoringConfigDetails stackMonitoringConfig, ExternalDbSystem.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.ExternalDbSystemSummary(String id, String displayName, String compartmentId, String homeDirectory, ExternalDbSystemDatabaseManagementConfigDetails databaseManagementConfig, ExternalDbSystem.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.
-