Uses of Class
com.oracle.bmc.databasemanagement.model.ExternalDbSystemConnectorSummary.ConnectorType
-
Packages that use ExternalDbSystemConnectorSummary.ConnectorType Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of ExternalDbSystemConnectorSummary.ConnectorType in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return ExternalDbSystemConnectorSummary.ConnectorType Modifier and Type Method Description static ExternalDbSystemConnectorSummary.ConnectorTypeExternalDbSystemConnectorSummary.ConnectorType. create(String key)ExternalDbSystemConnectorSummary.ConnectorTypeExternalDbSystemConnectorSummary. getConnectorType()The type of connector.static ExternalDbSystemConnectorSummary.ConnectorTypeExternalDbSystemConnectorSummary.ConnectorType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExternalDbSystemConnectorSummary.ConnectorType[]ExternalDbSystemConnectorSummary.ConnectorType. 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 ExternalDbSystemConnectorSummary.ConnectorType Modifier and Type Method Description ExternalDbSystemConnectorSummary.BuilderExternalDbSystemConnectorSummary.Builder. connectorType(ExternalDbSystemConnectorSummary.ConnectorType connectorType)The type of connector.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type ExternalDbSystemConnectorSummary.ConnectorType Constructor Description 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.
-