Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static DatabasePlanRoleEnum |
DatabasePlanRoleEnum.create(String key) |
DatabasePlanRoleEnum |
DatabasePlanDirective.getRole()
Enables you to specify different plan directives based on the Oracle Data Guard database
role.
|
static DatabasePlanRoleEnum |
DatabasePlanRoleEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabasePlanRoleEnum[] |
DatabasePlanRoleEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DatabasePlanDirective.Builder |
DatabasePlanDirective.Builder.role(DatabasePlanRoleEnum role)
Enables you to specify different plan directives based on the Oracle Data Guard database
role.
|
Constructor and Description |
---|
DatabasePlanDirective(String name,
Integer share,
Integer level,
Integer allocation,
Integer limit,
Boolean isFlashCacheOn,
Boolean isPmemCacheOn,
Boolean isFlashLogOn,
Boolean isPmemLogOn,
String flashCacheLimit,
String flashCacheMin,
String flashCacheSize,
String pmemCacheLimit,
String pmemCacheMin,
String pmemCacheSize,
String asmCluster,
DatabasePlanTypeEnum type,
DatabasePlanRoleEnum role)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.