Uses of Class
com.oracle.bmc.databasemanagement.model.ExadataInfrastructureLifecycleStateValues.LifecycleState
-
Packages that use ExadataInfrastructureLifecycleStateValues.LifecycleState Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of ExadataInfrastructureLifecycleStateValues.LifecycleState in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return ExadataInfrastructureLifecycleStateValues.LifecycleState Modifier and Type Method Description static ExadataInfrastructureLifecycleStateValues.LifecycleState
ExadataInfrastructureLifecycleStateValues.LifecycleState. create(String key)
ExadataInfrastructureLifecycleStateValues.LifecycleState
ExadataInfrastructureLifecycleStateValues. getLifecycleState()
The current lifecycle state of the database resource.static ExadataInfrastructureLifecycleStateValues.LifecycleState
ExadataInfrastructureLifecycleStateValues.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExadataInfrastructureLifecycleStateValues.LifecycleState[]
ExadataInfrastructureLifecycleStateValues.LifecycleState. 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 ExadataInfrastructureLifecycleStateValues.LifecycleState Modifier and Type Method Description ExadataInfrastructureLifecycleStateValues.Builder
ExadataInfrastructureLifecycleStateValues.Builder. lifecycleState(ExadataInfrastructureLifecycleStateValues.LifecycleState lifecycleState)
The current lifecycle state of the database resource.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type ExadataInfrastructureLifecycleStateValues.LifecycleState Constructor Description ExadataInfrastructureLifecycleStateValues(ExadataInfrastructureLifecycleStateValues.LifecycleState lifecycleState)
Deprecated.
-