Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
EnablePluggableDatabaseManagementDetails.Builder |
EnablePluggableDatabaseManagementDetails.Builder.protocol(EnablePluggableDatabaseManagementDetails.Protocol protocol)
Protocol used by the database connection.
|
Constructor and Description |
---|
EnablePluggableDatabaseManagementDetails(DatabaseCredentialDetails credentialDetails,
String privateEndPointId,
String serviceName,
EnablePluggableDatabaseManagementDetails.Protocol protocol,
Integer port,
String sslSecretId,
EnablePluggableDatabaseManagementDetails.Role role)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.