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