Uses of Class
com.oracle.bmc.database.model.BaseccVmClusterUpdateHistoryEntrySummary.UpdateAction
-
Packages that use BaseccVmClusterUpdateHistoryEntrySummary.UpdateAction Package Description com.oracle.bmc.database.model -
-
Uses of BaseccVmClusterUpdateHistoryEntrySummary.UpdateAction in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return BaseccVmClusterUpdateHistoryEntrySummary.UpdateAction Modifier and Type Method Description static BaseccVmClusterUpdateHistoryEntrySummary.UpdateActionBaseccVmClusterUpdateHistoryEntrySummary.UpdateAction. create(String key)BaseccVmClusterUpdateHistoryEntrySummary.UpdateActionBaseccVmClusterUpdateHistoryEntrySummary. getUpdateAction()The update action.static BaseccVmClusterUpdateHistoryEntrySummary.UpdateActionBaseccVmClusterUpdateHistoryEntrySummary.UpdateAction. valueOf(String name)Returns the enum constant of this type with the specified name.static BaseccVmClusterUpdateHistoryEntrySummary.UpdateAction[]BaseccVmClusterUpdateHistoryEntrySummary.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 BaseccVmClusterUpdateHistoryEntrySummary.UpdateAction Modifier and Type Method Description BaseccVmClusterUpdateHistoryEntrySummary.BuilderBaseccVmClusterUpdateHistoryEntrySummary.Builder. updateAction(BaseccVmClusterUpdateHistoryEntrySummary.UpdateAction updateAction)The update action.Constructors in com.oracle.bmc.database.model with parameters of type BaseccVmClusterUpdateHistoryEntrySummary.UpdateAction 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.
-