public static enum WorkRequestSummary.OperationType extends Enum<WorkRequestSummary.OperationType> implements BmcEnum
type of the work request
Enum Constant and Description |
---|
CreatePlatform |
CustomizePlatform |
DeletePlatform |
ScalePlatform |
ScaleStorage |
StartPlatform |
StopPlatform |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
UpdatePlatform |
UpgradePlatform |
Modifier and Type | Method and Description |
---|---|
static WorkRequestSummary.OperationType |
create(String key) |
String |
getValue() |
static WorkRequestSummary.OperationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkRequestSummary.OperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkRequestSummary.OperationType CreatePlatform
public static final WorkRequestSummary.OperationType UpdatePlatform
public static final WorkRequestSummary.OperationType UpgradePlatform
public static final WorkRequestSummary.OperationType DeletePlatform
public static final WorkRequestSummary.OperationType ScalePlatform
public static final WorkRequestSummary.OperationType StartPlatform
public static final WorkRequestSummary.OperationType StopPlatform
public static final WorkRequestSummary.OperationType CustomizePlatform
public static final WorkRequestSummary.OperationType ScaleStorage
public static final WorkRequestSummary.OperationType UnknownEnumValue
public static WorkRequestSummary.OperationType[] values()
for (WorkRequestSummary.OperationType c : WorkRequestSummary.OperationType.values()) System.out.println(c);
public static WorkRequestSummary.OperationType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static WorkRequestSummary.OperationType create(String key)
Copyright © 2016–2024. All rights reserved.