Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static AsmConnectionCredentialsByDetails.Role |
AsmConnectionCredentialsByDetails.Role.create(String key) |
AsmConnectionCredentialsByDetails.Role |
AsmConnectionCredentialsByDetails.getRole()
The role of the user connecting to the ASM instance.
|
static AsmConnectionCredentialsByDetails.Role |
AsmConnectionCredentialsByDetails.Role.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsmConnectionCredentialsByDetails.Role[] |
AsmConnectionCredentialsByDetails.Role.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AsmConnectionCredentialsByDetails.Builder |
AsmConnectionCredentialsByDetails.Builder.role(AsmConnectionCredentialsByDetails.Role role)
The role of the user connecting to the ASM instance.
|
Constructor and Description |
---|
AsmConnectionCredentialsByDetails(String credentialName,
String userName,
String passwordSecretId,
AsmConnectionCredentialsByDetails.Role role)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.