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