public static enum InfrastructureConfig.ContainerOrchestrationEngine extends Enum<InfrastructureConfig.ContainerOrchestrationEngine>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static InfrastructureConfig.ContainerOrchestrationEngine |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InfrastructureConfig.ContainerOrchestrationEngine[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InfrastructureConfig.ContainerOrchestrationEngine ECS
public static final InfrastructureConfig.ContainerOrchestrationEngine K8S
public static final InfrastructureConfig.ContainerOrchestrationEngine None
public static InfrastructureConfig.ContainerOrchestrationEngine[] values()
for (InfrastructureConfig.ContainerOrchestrationEngine c : InfrastructureConfig.ContainerOrchestrationEngine.values()) System.out.println(c);
public static InfrastructureConfig.ContainerOrchestrationEngine 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 String toString()
toString in class Enum<InfrastructureConfig.ContainerOrchestrationEngine>Copyright © 2019 WSO2. All rights reserved.