public static enum Resource.Kind extends Enum<Resource.Kind>
| Enum Constant and Description |
|---|
ADDRESS |
ADDRESS_LIST |
DISK |
DISK_LIST |
FIREWALL |
FIREWALL_LIST |
IMAGE |
IMAGE_LIST |
INSTANCE |
INSTANCE_LIST |
MACHINE_TYPE |
MACHINE_TYPE_LIST |
NETWORK |
NETWORK_LIST |
OPERATION |
OPERATION_LIST |
PROJECT |
REGION |
REGION_LIST |
ROUTE |
ROUTE_LIST |
SNAPSHOT |
SNAPSHOT_LIST |
ZONE |
ZONE_LIST |
| Modifier and Type | Method and Description |
|---|---|
static Resource.Kind |
fromValue(String kind) |
String |
toString() |
String |
value() |
static Resource.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Resource.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Resource.Kind ADDRESS
public static final Resource.Kind ADDRESS_LIST
public static final Resource.Kind DISK
public static final Resource.Kind DISK_LIST
public static final Resource.Kind FIREWALL
public static final Resource.Kind FIREWALL_LIST
public static final Resource.Kind IMAGE
public static final Resource.Kind IMAGE_LIST
public static final Resource.Kind OPERATION
public static final Resource.Kind OPERATION_LIST
public static final Resource.Kind INSTANCE
public static final Resource.Kind INSTANCE_LIST
public static final Resource.Kind MACHINE_TYPE
public static final Resource.Kind MACHINE_TYPE_LIST
public static final Resource.Kind PROJECT
public static final Resource.Kind NETWORK
public static final Resource.Kind NETWORK_LIST
public static final Resource.Kind REGION
public static final Resource.Kind REGION_LIST
public static final Resource.Kind ROUTE
public static final Resource.Kind ROUTE_LIST
public static final Resource.Kind SNAPSHOT
public static final Resource.Kind SNAPSHOT_LIST
public static final Resource.Kind ZONE
public static final Resource.Kind ZONE_LIST
public static Resource.Kind[] values()
for (Resource.Kind c : Resource.Kind.values()) System.out.println(c);
public static Resource.Kind 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 value()
public String toString()
toString in class Enum<Resource.Kind>public static Resource.Kind fromValue(String kind)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.