Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static ModifyPluggableDatabaseManagementDetails.Protocol |
ModifyPluggableDatabaseManagementDetails.Protocol.create(String key) |
ModifyPluggableDatabaseManagementDetails.Protocol |
ModifyPluggableDatabaseManagementDetails.getProtocol()
Protocol used by the database connection.
|
static ModifyPluggableDatabaseManagementDetails.Protocol |
ModifyPluggableDatabaseManagementDetails.Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModifyPluggableDatabaseManagementDetails.Protocol[] |
ModifyPluggableDatabaseManagementDetails.Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ModifyPluggableDatabaseManagementDetails.Builder |
ModifyPluggableDatabaseManagementDetails.Builder.protocol(ModifyPluggableDatabaseManagementDetails.Protocol protocol)
Protocol used by the database connection.
|
Constructor and Description |
---|
ModifyPluggableDatabaseManagementDetails(DatabaseCredentialDetails credentialDetails,
String privateEndPointId,
String serviceName,
ModifyPluggableDatabaseManagementDetails.Protocol protocol,
Integer port,
String sslSecretId,
ModifyPluggableDatabaseManagementDetails.Role role)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.