public static enum DomainResourceReferences.Location extends Enum<DomainResourceReferences.Location>
Enum Constant and Description |
---|
ASIA |
ASIA_EAST1 |
EU |
US |
US_CENTRAL1 |
US_CENTRAL2 |
US_EAST1 |
US_EAST2 |
US_EAST3 |
US_WEST1 |
Modifier and Type | Method and Description |
---|---|
static DomainResourceReferences.Location |
fromValue(String location) |
String |
toString() |
String |
value() |
static DomainResourceReferences.Location |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DomainResourceReferences.Location[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DomainResourceReferences.Location ASIA
public static final DomainResourceReferences.Location EU
public static final DomainResourceReferences.Location US
public static final DomainResourceReferences.Location ASIA_EAST1
public static final DomainResourceReferences.Location US_CENTRAL1
public static final DomainResourceReferences.Location US_CENTRAL2
public static final DomainResourceReferences.Location US_EAST1
public static final DomainResourceReferences.Location US_EAST2
public static final DomainResourceReferences.Location US_EAST3
public static final DomainResourceReferences.Location US_WEST1
public static DomainResourceReferences.Location[] values()
for (DomainResourceReferences.Location c : DomainResourceReferences.Location.values()) System.out.println(c);
public static DomainResourceReferences.Location 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<DomainResourceReferences.Location>
public static DomainResourceReferences.Location fromValue(String location)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.