public class PublicNetwork extends Network<PublicIp>
VLANNetworkDto.
      http://community.abiquo.com/display/ABI20/Public+Network+Resource| Modifier and Type | Class and Description | 
|---|---|
static class  | 
PublicNetwork.Builder  | 
Network.NetworkBuilder<T extends Network.NetworkBuilder<T>>context, target| Modifier | Constructor and Description | 
|---|---|
protected  | 
PublicNetwork(RestContext<AbiquoApi,AbiquoAsyncApi> context,
             com.abiquo.server.core.infrastructure.network.VLANNetworkDto target)
Constructor to be used only by the builder. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static PublicNetwork.Builder | 
builder(RestContext<AbiquoApi,AbiquoAsyncApi> context,
       Datacenter datacenter)  | 
void | 
delete()  | 
Datacenter | 
getDatacenter()  | 
PublicIp | 
getIp(Integer id)  | 
List<PublicIp> | 
listIps(IpOptions options)  | 
void | 
save()  | 
String | 
toString()  | 
void | 
update()  | 
findIp, findUnusedIp, getAddress, getDefaultNetwork, getGateway, getId, getMask, getName, getPrimaryDNS, getSecondaryDNS, getSufixDNS, getTag, getType, listIps, listIps, listUnusedIps, setAddress, setDefaultNetwork, setGateway, setMask, setName, setPrimaryDNS, setSecondaryDNS, setSufixDNS, setTag, toExternalNetwork, toPrivateNetwork, toPublicNetwork, toUnmanagedNetwork, wrapNetwork, wrapNetworksgetParentId, getTask, getTasks, getURI, join, unwrap, unwrap, updateLink, wrap, wrapprotected PublicNetwork(RestContext<AbiquoApi,AbiquoAsyncApi> context, com.abiquo.server.core.infrastructure.network.VLANNetworkDto target)
public void delete()
delete in class Network<PublicIp>
      http://community.abiquo.com/display/ABI20/Public+Network+Resource#PublicNetworkResource
      -DeleteaPublicNetworkpublic void save()
save in class Network<PublicIp>
      http://community.abiquo.com/display/ABI20/Public+Network+Resource#PublicNetworkResource
      -CreateanewPublicNetworkpublic void update()
update in class Network<PublicIp>
      http://community.abiquo.com/display/ABI20/Public+Network+Resource#PublicNetworkResource
      -UpdateaPublicNetworkpublic List<PublicIp> listIps(IpOptions options)
listIps in class Network<PublicIp> http://community.abiquo.com/display/ABI20/Public+IPs+Resource#PublicIPsResource-
      ReturnthelistofIPsforaPublicNetworkpublic Datacenter getDatacenter()
public static PublicNetwork.Builder builder(RestContext<AbiquoApi,AbiquoAsyncApi> context, Datacenter datacenter)
Copyright © 2009-2013 jclouds. All Rights Reserved.