Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static EnableDatabaseManagementDetails.Role |
EnableDatabaseManagementDetails.Role.create(String key) |
EnableDatabaseManagementDetails.Role |
EnableDatabaseManagementDetails.getRole()
The role of the user that will be connecting to the database.
|
static EnableDatabaseManagementDetails.Role |
EnableDatabaseManagementDetails.Role.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnableDatabaseManagementDetails.Role[] |
EnableDatabaseManagementDetails.Role.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.role(EnableDatabaseManagementDetails.Role role)
The role of the user that will be connecting to the database.
|
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.