Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static SystemPrivilegeSummary.AdminOption |
SystemPrivilegeSummary.AdminOption.create(String key) |
SystemPrivilegeSummary.AdminOption |
SystemPrivilegeSummary.getAdminOption()
Indicates whether the system privilege is granted with the ADMIN option (YES) or not (NO).
|
static SystemPrivilegeSummary.AdminOption |
SystemPrivilegeSummary.AdminOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemPrivilegeSummary.AdminOption[] |
SystemPrivilegeSummary.AdminOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SystemPrivilegeSummary.Builder |
SystemPrivilegeSummary.Builder.adminOption(SystemPrivilegeSummary.AdminOption adminOption)
Indicates whether the system privilege is granted with the ADMIN option (YES) or not
(NO).
|
Constructor and Description |
---|
SystemPrivilegeSummary(String name,
SystemPrivilegeSummary.AdminOption adminOption,
SystemPrivilegeSummary.Common common,
SystemPrivilegeSummary.Inherited inherited)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.