public class IpDetails extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
IpDetails.Builder<T extends IpDetails.Builder<T>>  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
IpDetails(String datacenter,
         int version,
         String ptr,
         String platform,
         String address,
         String netmask,
         String broadcast,
         String gateway,
         List<String> nameServers,
         String serverId,
         Cost cost,
         GleSYSBoolean reserved)  | 
| Modifier and Type | Method and Description | 
|---|---|
static IpDetails.Builder<?> | 
builder()  | 
boolean | 
equals(Object obj)  | 
String | 
getAddress()  | 
String | 
getBroadcast()  | 
Cost | 
getCost()  | 
String | 
getDatacenter()  | 
String | 
getGateway()  | 
List<String> | 
getNameServers()  | 
String | 
getNetmask()  | 
String | 
getPlatform()  | 
String | 
getPtr()  | 
String | 
getServerId()  | 
int | 
getVersion()  | 
int | 
hashCode()  | 
boolean | 
isReserved()  | 
protected com.google.common.base.Objects.ToStringHelper | 
string()  | 
IpDetails.Builder<?> | 
toBuilder()  | 
String | 
toString()  | 
@ConstructorProperties(value={"datacenter","ipversion","ptr","platform","ipaddress","netmask","broadcast","gateway","nameservers","serverid","cost","reserved"}) protected IpDetails(String datacenter, int version, String ptr, String platform, String address, @Nullable String netmask, @Nullable String broadcast, @Nullable String gateway, List<String> nameServers, @Nullable String serverId, Cost cost, GleSYSBoolean reserved)
public static IpDetails.Builder<?> builder()
public IpDetails.Builder<?> toBuilder()
public String getDatacenter()
public int getVersion()
public String getPtr()
public String getPlatform()
public String getAddress()
public Cost getCost()
public boolean isReserved()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.