Uses of Class
com.oracle.bmc.databasemanagement.model.DatabasePlanRoleEnum
-
Packages that use DatabasePlanRoleEnum Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of DatabasePlanRoleEnum in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return DatabasePlanRoleEnum Modifier and Type Method 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.Methods in com.oracle.bmc.databasemanagement.model with parameters of type DatabasePlanRoleEnum Modifier and Type Method Description DatabasePlanDirective.Builder
DatabasePlanDirective.Builder. role(DatabasePlanRoleEnum role)
Enables you to specify different plan directives based on the Oracle Data Guard database role.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type DatabasePlanRoleEnum Constructor 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.
-