public enum WorkflowTargetType extends Enum<WorkflowTargetType>
| Enum Constant and Description |
|---|
AUTO_SCALING_GROUP |
DB_INSTANCE |
LOAD_BALANCER |
MANAGEMENTSERVER |
NO_INVENTORY_TARGET |
STACK |
VIRTUAL_APP |
VIRTUAL_MACHINE |
| Modifier and Type | Field and Description |
|---|---|
static String |
WORKFLOW_TYPE_FOR_ANY_INVENTORY_TYPE |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowTargetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowTargetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkflowTargetType VIRTUAL_MACHINE
public static final WorkflowTargetType VIRTUAL_APP
public static final WorkflowTargetType STACK
public static final WorkflowTargetType DB_INSTANCE
public static final WorkflowTargetType LOAD_BALANCER
public static final WorkflowTargetType AUTO_SCALING_GROUP
public static final WorkflowTargetType MANAGEMENTSERVER
public static final WorkflowTargetType NO_INVENTORY_TARGET
public static final String WORKFLOW_TYPE_FOR_ANY_INVENTORY_TYPE
public static WorkflowTargetType[] values()
for (WorkflowTargetType c : WorkflowTargetType.values()) System.out.println(c);
public static WorkflowTargetType 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 nullCopyright © 2016–2019. All rights reserved.