public class IpScope extends Object
Constructor and Description |
---|
IpScope(boolean inherited,
String gateway,
String netmask,
String dns1,
String dns2,
String dnsSuffix,
Iterable<IpRange> ipRanges,
Iterable<String> allocatedIpAddresses) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Set<String> |
getAllocatedIpAddresses() |
String |
getDns1() |
String |
getDns2() |
String |
getDnsSuffix() |
String |
getGateway() |
Set<IpRange> |
getIpRanges() |
String |
getNetmask() |
int |
hashCode() |
boolean |
isInherited() |
String |
toString() |
public boolean isInherited()
@Nullable public String getGateway()
@Nullable public String getNetmask()
@Nullable public String getDns1()
@Nullable public String getDns2()
@Nullable public String getDnsSuffix()
public Set<IpRange> getIpRanges()
public Set<String> getAllocatedIpAddresses()
Copyright © 2009-2012 jclouds. All Rights Reserved.