Uses of Class
com.oracle.bmc.database.model.EnablePluggableDatabaseManagementDetails.Protocol
-
Packages that use EnablePluggableDatabaseManagementDetails.Protocol Package Description com.oracle.bmc.database.model -
-
Uses of EnablePluggableDatabaseManagementDetails.Protocol in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return EnablePluggableDatabaseManagementDetails.Protocol Modifier and Type Method Description static EnablePluggableDatabaseManagementDetails.Protocol
EnablePluggableDatabaseManagementDetails.Protocol. create(String key)
EnablePluggableDatabaseManagementDetails.Protocol
EnablePluggableDatabaseManagementDetails. getProtocol()
Protocol used by the database connection.static EnablePluggableDatabaseManagementDetails.Protocol
EnablePluggableDatabaseManagementDetails.Protocol. valueOf(String name)
Returns the enum constant of this type with the specified name.static EnablePluggableDatabaseManagementDetails.Protocol[]
EnablePluggableDatabaseManagementDetails.Protocol. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model with parameters of type EnablePluggableDatabaseManagementDetails.Protocol Modifier and Type Method Description EnablePluggableDatabaseManagementDetails.Builder
EnablePluggableDatabaseManagementDetails.Builder. protocol(EnablePluggableDatabaseManagementDetails.Protocol protocol)
Protocol used by the database connection.Constructors in com.oracle.bmc.database.model with parameters of type EnablePluggableDatabaseManagementDetails.Protocol Constructor Description EnablePluggableDatabaseManagementDetails(DatabaseCredentialDetails credentialDetails, String privateEndPointId, String serviceName, EnablePluggableDatabaseManagementDetails.Protocol protocol, Integer port, String sslSecretId, EnablePluggableDatabaseManagementDetails.Role role)
Deprecated.
-