Uses of Class
com.oracle.bmc.databasemanagement.model.CloudAsmConnectionCredentialsByDetails.Role
-
Packages that use CloudAsmConnectionCredentialsByDetails.Role Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of CloudAsmConnectionCredentialsByDetails.Role in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return CloudAsmConnectionCredentialsByDetails.Role Modifier and Type Method Description static CloudAsmConnectionCredentialsByDetails.Role
CloudAsmConnectionCredentialsByDetails.Role. create(String key)
CloudAsmConnectionCredentialsByDetails.Role
CloudAsmConnectionCredentialsByDetails. getRole()
The role of the user connecting to the ASM instance.static CloudAsmConnectionCredentialsByDetails.Role
CloudAsmConnectionCredentialsByDetails.Role. valueOf(String name)
Returns the enum constant of this type with the specified name.static CloudAsmConnectionCredentialsByDetails.Role[]
CloudAsmConnectionCredentialsByDetails.Role. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.model with parameters of type CloudAsmConnectionCredentialsByDetails.Role Modifier and Type Method Description CloudAsmConnectionCredentialsByDetails.Builder
CloudAsmConnectionCredentialsByDetails.Builder. role(CloudAsmConnectionCredentialsByDetails.Role role)
The role of the user connecting to the ASM instance.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type CloudAsmConnectionCredentialsByDetails.Role Constructor Description CloudAsmConnectionCredentialsByDetails(String credentialName, String userName, String passwordSecretId, CloudAsmConnectionCredentialsByDetails.Role role)
Deprecated.
-