org.jclouds.ultradns.ws.domain
Enum TrafficControllerPool.RecordType
java.lang.Object
java.lang.Enum<TrafficControllerPool.RecordType>
org.jclouds.ultradns.ws.domain.TrafficControllerPool.RecordType
- All Implemented Interfaces:
- Serializable, Comparable<TrafficControllerPool.RecordType>
- Enclosing class:
- TrafficControllerPool
public static enum TrafficControllerPool.RecordType
- extends Enum<TrafficControllerPool.RecordType>
currently supported types for traffic
controller pools.
IPV4
public static final TrafficControllerPool.RecordType IPV4
IPV6
public static final TrafficControllerPool.RecordType IPV6
values
public static TrafficControllerPool.RecordType[] 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 (TrafficControllerPool.RecordType c : TrafficControllerPool.RecordType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static TrafficControllerPool.RecordType 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
toString
public String toString()
- Overrides:
toString in class Enum<TrafficControllerPool.RecordType>
getCode
public int getCode()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.