Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static IormPlanStatusEnum |
IormPlanStatusEnum.create(String key) |
IormPlanStatusEnum |
IormPlan.getPlanStatus()
The status of the IORM plan.
|
static IormPlanStatusEnum |
IormPlanStatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IormPlanStatusEnum[] |
IormPlanStatusEnum.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.planStatus(IormPlanStatusEnum planStatus)
The status of the IORM plan.
|
Constructor and Description |
---|
IormPlan(IormPlanStatusEnum planStatus,
IormPlanObjectiveEnum planObjective,
DatabasePlan dbPlan)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.