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