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