Uses of Class
com.oracle.bmc.database.model.ExadataIormConfig.LifecycleState
-
Packages that use ExadataIormConfig.LifecycleState Package Description com.oracle.bmc.database com.oracle.bmc.database.model -
-
Uses of ExadataIormConfig.LifecycleState in com.oracle.bmc.database
-
Uses of ExadataIormConfig.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return ExadataIormConfig.LifecycleState Modifier and Type Method Description static ExadataIormConfig.LifecycleState
ExadataIormConfig.LifecycleState. create(String key)
ExadataIormConfig.LifecycleState
ExadataIormConfig. getLifecycleState()
The current state of IORM configuration for the Exadata DB system.static ExadataIormConfig.LifecycleState
ExadataIormConfig.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExadataIormConfig.LifecycleState[]
ExadataIormConfig.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model with parameters of type ExadataIormConfig.LifecycleState Modifier and Type Method Description ExadataIormConfig.Builder
ExadataIormConfig.Builder. lifecycleState(ExadataIormConfig.LifecycleState lifecycleState)
The current state of IORM configuration for the Exadata DB system.Constructors in com.oracle.bmc.database.model with parameters of type ExadataIormConfig.LifecycleState Constructor Description ExadataIormConfig(ExadataIormConfig.LifecycleState lifecycleState, String lifecycleDetails, ExadataIormConfig.Objective objective, List<DbIormConfig> dbPlans)
Deprecated.
-