org.jclouds.dynect.v3.domain
Class Node
java.lang.Object
org.jclouds.dynect.v3.domain.Node
- Direct Known Subclasses:
- RecordId
public class Node
- extends Object
Node
@ConstructorProperties(value={"zone","fqdn"})
protected Node(String zone,
String fqdn)
create
public static Node create(String zone,
String fqdn)
getZone
public String getZone()
- Name of the zone
getFQDN
public String getFQDN()
- Fully qualified domain name of a node in the zone
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.