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 Nodecreate(String zone, String fqdn)booleanequals(Object obj)StringgetFQDN()Fully qualified domain name of a node in the zoneStringgetZone()Name of the zoneinthashCode()StringtoString()
-
-
-
Constructor Detail
-
Node
@ConstructorProperties({"zone","fqdn"}) protected Node(String zone, String fqdn)
-
-