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