Uses of Class
com.oracle.bmc.databasemanagement.model.CloudDbSystemConnector.LifecycleState
-
Packages that use CloudDbSystemConnector.LifecycleState Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.model -
-
Uses of CloudDbSystemConnector.LifecycleState in com.oracle.bmc.databasemanagement
-
Uses of CloudDbSystemConnector.LifecycleState in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return CloudDbSystemConnector.LifecycleState Modifier and Type Method Description static CloudDbSystemConnector.LifecycleState
CloudDbSystemConnector.LifecycleState. create(String key)
CloudDbSystemConnector.LifecycleState
CloudDbSystemConnector. getLifecycleState()
The current lifecycle state of the cloud DB system connector.CloudDbSystemConnector.LifecycleState
CloudDbSystemConnectorSummary. getLifecycleState()
The current lifecycle state of the cloud DB system connector.static CloudDbSystemConnector.LifecycleState
CloudDbSystemConnector.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static CloudDbSystemConnector.LifecycleState[]
CloudDbSystemConnector.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 CloudDbSystemConnector.LifecycleState Modifier and Type Method Description CloudDbSystemConnectorSummary.Builder
CloudDbSystemConnectorSummary.Builder. lifecycleState(CloudDbSystemConnector.LifecycleState lifecycleState)
The current lifecycle state of the cloud DB system connector.CloudDbSystemMacsConnector.Builder
CloudDbSystemMacsConnector.Builder. lifecycleState(CloudDbSystemConnector.LifecycleState lifecycleState)
Constructors in com.oracle.bmc.databasemanagement.model with parameters of type CloudDbSystemConnector.LifecycleState Constructor Description CloudDbSystemConnector(String id, String displayName, String compartmentId, String cloudDbSystemId, String connectionStatus, String connectionFailureMessage, CloudDbSystemConnector.LifecycleState lifecycleState, String lifecycleDetails, Date timeConnectionStatusLastUpdated, Date timeCreated, Date timeUpdated)
Deprecated.CloudDbSystemConnectorSummary(String id, String displayName, CloudDbSystemConnectorSummary.ConnectorType connectorType, String compartmentId, String cloudDbSystemId, String agentId, CloudDbSystemConnector.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.CloudDbSystemMacsConnector(String id, String displayName, String compartmentId, String cloudDbSystemId, String connectionStatus, String connectionFailureMessage, CloudDbSystemConnector.LifecycleState lifecycleState, String lifecycleDetails, Date timeConnectionStatusLastUpdated, Date timeCreated, Date timeUpdated, String agentId, CloudDbSystemConnectionInfo connectionInfo, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-