public enum ServiceProvider extends Enum<ServiceProvider>
Enum Constant and Description |
---|
AZURE |
DOCKER |
DUMMY |
EC2 |
FOG_BOW |
GCE |
INFRASTRUCTURE_MANAGER |
KUBERNETES |
OCCI |
OPENNEBULA |
OPENSTACK |
VMRC |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
String |
getType() |
static ServiceProvider |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceProvider[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceProvider INFRASTRUCTURE_MANAGER
public static final ServiceProvider VMRC
public static final ServiceProvider DUMMY
public static final ServiceProvider OPENNEBULA
public static final ServiceProvider EC2
public static final ServiceProvider FOG_BOW
public static final ServiceProvider OPENSTACK
public static final ServiceProvider OCCI
public static final ServiceProvider DOCKER
public static final ServiceProvider GCE
public static final ServiceProvider AZURE
public static final ServiceProvider KUBERNETES
public static ServiceProvider[] values()
for (ServiceProvider c : ServiceProvider.values()) System.out.println(c);
public static ServiceProvider 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 final String getId()
public final String getType()
Copyright © 2016. All rights reserved.