Uses of Class
com.oracle.bmc.database.model.ExadbVmClusterUpdateHistoryEntrySummary.LifecycleState
-
Packages that use ExadbVmClusterUpdateHistoryEntrySummary.LifecycleState Package Description com.oracle.bmc.database.model -
-
Uses of ExadbVmClusterUpdateHistoryEntrySummary.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return ExadbVmClusterUpdateHistoryEntrySummary.LifecycleState Modifier and Type Method Description static ExadbVmClusterUpdateHistoryEntrySummary.LifecycleState
ExadbVmClusterUpdateHistoryEntrySummary.LifecycleState. create(String key)
ExadbVmClusterUpdateHistoryEntrySummary.LifecycleState
ExadbVmClusterUpdateHistoryEntrySummary. getLifecycleState()
The current lifecycle state of the maintenance update operation.static ExadbVmClusterUpdateHistoryEntrySummary.LifecycleState
ExadbVmClusterUpdateHistoryEntrySummary.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExadbVmClusterUpdateHistoryEntrySummary.LifecycleState[]
ExadbVmClusterUpdateHistoryEntrySummary.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 ExadbVmClusterUpdateHistoryEntrySummary.LifecycleState Modifier and Type Method Description ExadbVmClusterUpdateHistoryEntrySummary.Builder
ExadbVmClusterUpdateHistoryEntrySummary.Builder. lifecycleState(ExadbVmClusterUpdateHistoryEntrySummary.LifecycleState lifecycleState)
The current lifecycle state of the maintenance update operation.Constructors in com.oracle.bmc.database.model with parameters of type ExadbVmClusterUpdateHistoryEntrySummary.LifecycleState Constructor Description ExadbVmClusterUpdateHistoryEntrySummary(String id, String updateId, ExadbVmClusterUpdateHistoryEntrySummary.UpdateAction updateAction, ExadbVmClusterUpdateHistoryEntrySummary.UpdateType updateType, ExadbVmClusterUpdateHistoryEntrySummary.LifecycleState lifecycleState, String lifecycleDetails, Date timeStarted, Date timeCompleted, String version)
Deprecated.
-