org.jclouds.googlecloudstorage.domain
Enum DomainResourceReferences.Location
java.lang.Object
java.lang.Enum<DomainResourceReferences.Location>
org.jclouds.googlecloudstorage.domain.DomainResourceReferences.Location
- All Implemented Interfaces:
- Serializable, Comparable<DomainResourceReferences.Location>
- Enclosing class:
- DomainResourceReferences
public static enum DomainResourceReferences.Location
- extends Enum<DomainResourceReferences.Location>
ASIA
public static final DomainResourceReferences.Location ASIA
EU
public static final DomainResourceReferences.Location EU
US
public static final DomainResourceReferences.Location US
ASIA_EAST1
public static final DomainResourceReferences.Location ASIA_EAST1
US_CENTRAL1
public static final DomainResourceReferences.Location US_CENTRAL1
US_CENTRAL2
public static final DomainResourceReferences.Location US_CENTRAL2
US_EAST1
public static final DomainResourceReferences.Location US_EAST1
US_EAST2
public static final DomainResourceReferences.Location US_EAST2
US_EAST3
public static final DomainResourceReferences.Location US_EAST3
US_WEST1
public static final DomainResourceReferences.Location US_WEST1
values
public static DomainResourceReferences.Location[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (DomainResourceReferences.Location c : DomainResourceReferences.Location.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static DomainResourceReferences.Location valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
value
public String value()
toString
public String toString()
- Overrides:
toString in class Enum<DomainResourceReferences.Location>
fromValue
public static DomainResourceReferences.Location fromValue(String location)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.