Uses of Class
org.jclouds.dynect.v3.domain.Node
-
Packages that use Node Package Description org.jclouds.dynect.v3.domain -
-
Uses of Node in org.jclouds.dynect.v3.domain
Subclasses of Node in org.jclouds.dynect.v3.domain Modifier and Type Class Description class
Record<D extends Map<String,Object>>
class
RecordId
class
SOARecord
Start of Authority per RFC 1035Methods in org.jclouds.dynect.v3.domain that return Node Modifier and Type Method Description static Node
Node. create(String zone, String fqdn)
Methods in org.jclouds.dynect.v3.domain that return types with arguments of type Node Modifier and Type Method Description List<Node>
GeoService. getNodes()
Methods in org.jclouds.dynect.v3.domain with parameters of type Node Modifier and Type Method Description GeoService.Builder
GeoService.Builder. addNode(Node node)
Method parameters in org.jclouds.dynect.v3.domain with type arguments of type Node Modifier and Type Method Description GeoService.Builder
GeoService.Builder. addAllNodes(Iterable<Node> nodes)
GeoService.Builder
GeoService.Builder. nodes(Iterable<Node> nodes)
replaces current region groups
-