Enum ManagementStationEventData.OperationType
- java.lang.Object
-
- java.lang.Enum<ManagementStationEventData.OperationType>
-
- com.oracle.bmc.osmanagementhub.model.ManagementStationEventData.OperationType
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<ManagementStationEventData.OperationType>
- Enclosing class:
- ManagementStationEventData
public static enum ManagementStationEventData.OperationType extends Enum<ManagementStationEventData.OperationType> implements BmcEnum
Type of management station operation.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description SetManagementStationConfigSetManagementStationHealthStateSyncManagementStationMirrorUnknownEnumValueThis value is used if a service returns a value for this enum that is not recognized by this version of the SDK.UpdateManagementStationSoftware
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ManagementStationEventData.OperationTypecreate(String key)StringgetValue()static ManagementStationEventData.OperationTypevalueOf(String name)Returns the enum constant of this type with the specified name.static ManagementStationEventData.OperationType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
SetManagementStationConfig
public static final ManagementStationEventData.OperationType SetManagementStationConfig
-
SyncManagementStationMirror
public static final ManagementStationEventData.OperationType SyncManagementStationMirror
-
UpdateManagementStationSoftware
public static final ManagementStationEventData.OperationType UpdateManagementStationSoftware
-
SetManagementStationHealthState
public static final ManagementStationEventData.OperationType SetManagementStationHealthState
-
UnknownEnumValue
public static final ManagementStationEventData.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 ManagementStationEventData.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 (ManagementStationEventData.OperationType c : ManagementStationEventData.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 ManagementStationEventData.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 ManagementStationEventData.OperationType create(String key)
-
-