public class StaticIPInfo extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
StaticIPInfo.Builder  | 
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
gateway  | 
protected String | 
ip  | 
protected Set<String> | 
nameservers  | 
protected String | 
netmask  | 
protected String | 
user  | 
| Constructor and Description | 
|---|
StaticIPInfo(String ip,
            String user,
            String netmask,
            Iterable<String> nameservers,
            String gateway)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
String | 
getAddress()  | 
String | 
getGateway()  | 
Set<String> | 
getNameservers()  | 
String | 
getNetmask()  | 
String | 
getUser()  | 
int | 
hashCode()  | 
String | 
toString()  | 
protected final String ip
protected final String user
protected final String netmask
protected final String gateway
Copyright © 2009-2013 jclouds. All Rights Reserved.