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