Enum SoftwareSourceEventData.OperationType
- java.lang.Object
-
- java.lang.Enum<SoftwareSourceEventData.OperationType>
-
- com.oracle.bmc.osmanagementhub.model.SoftwareSourceEventData.OperationType
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<SoftwareSourceEventData.OperationType>
- Enclosing class:
- SoftwareSourceEventData
public static enum SoftwareSourceEventData.OperationType extends Enum<SoftwareSourceEventData.OperationType> implements BmcEnum
Type of software source operation.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CreateSoftwareSource
DisableModuleStreams
EnableModuleStreams
InstallModuleProfile
LifecyclePromotion
RemoveModuleProfiles
SetSoftwareSources
SwitchModuleStream
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.UpdateSoftwareSource
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SoftwareSourceEventData.OperationType
create(String key)
String
getValue()
static SoftwareSourceEventData.OperationType
valueOf(String name)
Returns the enum constant of this type with the specified name.static SoftwareSourceEventData.OperationType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
EnableModuleStreams
public static final SoftwareSourceEventData.OperationType EnableModuleStreams
-
DisableModuleStreams
public static final SoftwareSourceEventData.OperationType DisableModuleStreams
-
SwitchModuleStream
public static final SoftwareSourceEventData.OperationType SwitchModuleStream
-
InstallModuleProfile
public static final SoftwareSourceEventData.OperationType InstallModuleProfile
-
RemoveModuleProfiles
public static final SoftwareSourceEventData.OperationType RemoveModuleProfiles
-
SetSoftwareSources
public static final SoftwareSourceEventData.OperationType SetSoftwareSources
-
UpdateSoftwareSource
public static final SoftwareSourceEventData.OperationType UpdateSoftwareSource
-
CreateSoftwareSource
public static final SoftwareSourceEventData.OperationType CreateSoftwareSource
-
LifecyclePromotion
public static final SoftwareSourceEventData.OperationType LifecyclePromotion
-
UnknownEnumValue
public static final SoftwareSourceEventData.OperationType 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 SoftwareSourceEventData.OperationType[] 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 (SoftwareSourceEventData.OperationType c : SoftwareSourceEventData.OperationType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static SoftwareSourceEventData.OperationType 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 SoftwareSourceEventData.OperationType create(String key)
-
-