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