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