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