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