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