Enum OperationTypes
- java.lang.Object
-
- java.lang.Enum<OperationTypes>
-
- com.oracle.bmc.osmanagementhub.model.OperationTypes
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<OperationTypes>
@Generated(value="OracleSDKGenerator", comments="API Version: 20220901") public enum OperationTypes extends Enum<OperationTypes> implements BmcEnum
Type of operation the scheduled job is performing.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AttachSoftwareSources
DetachSoftwareSources
InstallAllWindowsUpdates
InstallBugfixWindowsUpdates
InstallEnhancementWindowsUpdates
InstallOtherWindowsUpdates
InstallPackages
InstallSecurityWindowsUpdates
InstallWindowsUpdates
ManageModuleStreams
PromoteLifecycle
Reboot
RemovePackages
RerunWorkRequest
SwitchModuleStream
SyncManagementStationMirror
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.UpdateAll
UpdateBugfix
UpdateEnhancement
UpdateKspliceKernel
UpdateKspliceUserspace
UpdateOther
UpdatePackages
UpdateSecurity
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OperationTypes
create(String key)
String
getValue()
static OperationTypes
valueOf(String name)
Returns the enum constant of this type with the specified name.static OperationTypes[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
InstallPackages
public static final OperationTypes InstallPackages
-
UpdatePackages
public static final OperationTypes UpdatePackages
-
RemovePackages
public static final OperationTypes RemovePackages
-
UpdateAll
public static final OperationTypes UpdateAll
-
UpdateSecurity
public static final OperationTypes UpdateSecurity
-
UpdateBugfix
public static final OperationTypes UpdateBugfix
-
UpdateEnhancement
public static final OperationTypes UpdateEnhancement
-
UpdateOther
public static final OperationTypes UpdateOther
-
UpdateKspliceUserspace
public static final OperationTypes UpdateKspliceUserspace
-
UpdateKspliceKernel
public static final OperationTypes UpdateKspliceKernel
-
ManageModuleStreams
public static final OperationTypes ManageModuleStreams
-
SwitchModuleStream
public static final OperationTypes SwitchModuleStream
-
AttachSoftwareSources
public static final OperationTypes AttachSoftwareSources
-
DetachSoftwareSources
public static final OperationTypes DetachSoftwareSources
-
SyncManagementStationMirror
public static final OperationTypes SyncManagementStationMirror
-
PromoteLifecycle
public static final OperationTypes PromoteLifecycle
-
InstallWindowsUpdates
public static final OperationTypes InstallWindowsUpdates
-
InstallAllWindowsUpdates
public static final OperationTypes InstallAllWindowsUpdates
-
InstallSecurityWindowsUpdates
public static final OperationTypes InstallSecurityWindowsUpdates
-
InstallBugfixWindowsUpdates
public static final OperationTypes InstallBugfixWindowsUpdates
-
InstallEnhancementWindowsUpdates
public static final OperationTypes InstallEnhancementWindowsUpdates
-
InstallOtherWindowsUpdates
public static final OperationTypes InstallOtherWindowsUpdates
-
Reboot
public static final OperationTypes Reboot
-
RerunWorkRequest
public static final OperationTypes RerunWorkRequest
-
UnknownEnumValue
public static final OperationTypes UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static OperationTypes[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (OperationTypes c : OperationTypes.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OperationTypes valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static OperationTypes create(String key)
-
-