org.jclouds.ultradns.ws.domain
Enum DirectionalPool.RecordType
java.lang.Object
java.lang.Enum<DirectionalPool.RecordType>
org.jclouds.ultradns.ws.domain.DirectionalPool.RecordType
- All Implemented Interfaces:
- Serializable, Comparable<DirectionalPool.RecordType>
- Enclosing class:
- DirectionalPool
public static enum DirectionalPool.RecordType
- extends Enum<DirectionalPool.RecordType>
currently supported types for directional
groups.
IPV4
public static final DirectionalPool.RecordType IPV4
IPV6
public static final DirectionalPool.RecordType IPV6
TXT
public static final DirectionalPool.RecordType TXT
SRV
public static final DirectionalPool.RecordType SRV
PTR
public static final DirectionalPool.RecordType PTR
RP
public static final DirectionalPool.RecordType RP
HINFO
public static final DirectionalPool.RecordType HINFO
NAPTR
public static final DirectionalPool.RecordType NAPTR
MX
public static final DirectionalPool.RecordType MX
values
public static DirectionalPool.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 (DirectionalPool.RecordType c : DirectionalPool.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 DirectionalPool.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
getCode
public int getCode()
- The
type that can be used in
directional groups.
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.