public class IpAddress extends Object implements Comparable<IpAddress>
| Modifier and Type | Class and Description |
|---|---|
static class |
IpAddress.Status |
| Constructor and Description |
|---|
IpAddress(String address,
IpAddress.Status status,
String server) |
public IpAddress(String address, IpAddress.Status status, String server)
public String getAddress()
public IpAddress.Status getStatus()
public String getServer()
public int compareTo(IpAddress o)
compareTo in interface Comparable<IpAddress>Copyright © 2009-2012 jclouds. All Rights Reserved.