Uses of Class
com.oracle.bmc.databasemanagement.model.DatabasePlanTypeEnum
-
Packages that use DatabasePlanTypeEnum Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of DatabasePlanTypeEnum in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return DatabasePlanTypeEnum Modifier and Type Method Description static DatabasePlanTypeEnumDatabasePlanTypeEnum. create(String key)DatabasePlanTypeEnumDatabasePlanDirective. getType()Enables you to create a profile or template, to ease management and configuration of resource plans in environments with many databases.static DatabasePlanTypeEnumDatabasePlanTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DatabasePlanTypeEnum[]DatabasePlanTypeEnum. 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 DatabasePlanTypeEnum Modifier and Type Method Description DatabasePlanDirective.BuilderDatabasePlanDirective.Builder. type(DatabasePlanTypeEnum type)Enables you to create a profile or template, to ease management and configuration of resource plans in environments with many databases.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type DatabasePlanTypeEnum 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.
-