Package org.jclouds.dynect.v3.domain
Class Node
- java.lang.Object
-
- org.jclouds.dynect.v3.domain.Node
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Node
create(String zone, String fqdn)
boolean
equals(Object obj)
String
getFQDN()
Fully qualified domain name of a node in the zoneString
getZone()
Name of the zoneint
hashCode()
String
toString()
-
-
-
Constructor Detail
-
Node
@ConstructorProperties({"zone","fqdn"}) protected Node(String zone, String fqdn)
-
-