public class IpDetails extends Object
Modifier and Type | Class and Description |
---|---|
static class |
IpDetails.Builder |
Modifier and Type | Field and Description |
---|---|
protected String |
address |
protected String |
broadcast |
protected String |
datacenter |
protected String |
gateway |
protected String |
ipversion |
protected List<String> |
nameservers |
protected String |
netmask |
protected String |
platform |
protected String |
ptr |
Constructor and Description |
---|
IpDetails(String datacenter,
String ipversion,
String ptr,
String platform,
String address,
String netmask,
String broadcast,
String gateway,
List<String> nameservers) |
Modifier and Type | Method and Description |
---|---|
static IpDetails.Builder |
builder() |
boolean |
equals(Object o) |
String |
getAddress() |
String |
getBroadcast() |
String |
getDatacenter() |
String |
getGateway() |
String |
getIpversion() |
List<String> |
getNameServers() |
String |
getNetmask() |
String |
getPlatform() |
String |
getPtr() |
int |
hashCode() |
String |
toString() |
protected String datacenter
protected String ipversion
protected String ptr
protected String platform
protected String address
protected String netmask
protected String broadcast
protected String gateway
public static IpDetails.Builder builder()
public String getDatacenter()
public String getIpversion()
public String getPtr()
public String getPlatform()
public String getAddress()
public String getNetmask()
public String getBroadcast()
public String getGateway()
Copyright © 2009-2012 jclouds. All Rights Reserved.