public class Node extends Object implements Comparable<Node>
| Constructor and Description | 
|---|
Node(String name,
    URI id,
    String ipAddress,
    int port,
    boolean enabled,
    String description)  | 
public int getPort()
public boolean isEnabled()
public String getDescription()
public String getName()
public URI getId()
public String getIpAddress()
public int compareTo(Node that)
compareTo in interface Comparable<Node>Copyright © 2009-2013 jclouds. All Rights Reserved.