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