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