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