Package | Description |
---|---|
org.jclouds.vcloud.domain.network | |
org.jclouds.vcloud.xml |
Modifier and Type | Method and Description |
---|---|
IpRange |
DhcpService.getIpRange() |
Modifier and Type | Method and Description |
---|---|
Set<IpRange> |
IpScope.getIpRanges() |
Constructor and Description |
---|
DhcpService(boolean enabled,
Integer defaultLeaseTime,
Integer maxLeaseTime,
IpRange ipRange) |
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 | Field and Description |
---|---|
protected Set<IpRange> |
OrgNetworkHandler.ipRanges |
Copyright © 2009-2012 jclouds. All Rights Reserved.