Uses of Class
com.oracle.bmc.database.model.ExadbVmClusterUpdateHistoryEntry.UpdateType
-
Packages that use ExadbVmClusterUpdateHistoryEntry.UpdateType Package Description com.oracle.bmc.database.model -
-
Uses of ExadbVmClusterUpdateHistoryEntry.UpdateType in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return ExadbVmClusterUpdateHistoryEntry.UpdateType Modifier and Type Method Description static ExadbVmClusterUpdateHistoryEntry.UpdateTypeExadbVmClusterUpdateHistoryEntry.UpdateType. create(String key)ExadbVmClusterUpdateHistoryEntry.UpdateTypeExadbVmClusterUpdateHistoryEntry. getUpdateType()The type of cloud VM cluster maintenance update.static ExadbVmClusterUpdateHistoryEntry.UpdateTypeExadbVmClusterUpdateHistoryEntry.UpdateType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExadbVmClusterUpdateHistoryEntry.UpdateType[]ExadbVmClusterUpdateHistoryEntry.UpdateType. 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.UpdateType Modifier and Type Method Description ExadbVmClusterUpdateHistoryEntry.BuilderExadbVmClusterUpdateHistoryEntry.Builder. updateType(ExadbVmClusterUpdateHistoryEntry.UpdateType updateType)The type of cloud VM cluster maintenance update.Constructors in com.oracle.bmc.database.model with parameters of type ExadbVmClusterUpdateHistoryEntry.UpdateType 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.
-