Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static IormPlanObjectiveEnum |
IormPlanObjectiveEnum.create(String key) |
IormPlanObjectiveEnum |
IormPlan.getPlanObjective()
The objective of the IORM plan.
|
static IormPlanObjectiveEnum |
IormPlanObjectiveEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IormPlanObjectiveEnum[] |
IormPlanObjectiveEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IormPlan.Builder |
IormPlan.Builder.planObjective(IormPlanObjectiveEnum planObjective)
The objective of the IORM plan.
|
Constructor and Description |
---|
IormPlan(IormPlanStatusEnum planStatus,
IormPlanObjectiveEnum planObjective,
DatabasePlan dbPlan)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.