public class PrivateNetwork extends Network<PrivateIp>
VLANNetworkDto.
http://community.abiquo.com/display/ABI20/Private+Network+Resource| Modifier and Type | Class and Description |
|---|---|
static class |
PrivateNetwork.Builder |
Network.NetworkBuilder<T extends Network.NetworkBuilder<T>>context, target| Modifier | Constructor and Description |
|---|---|
protected |
PrivateNetwork(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 PrivateNetwork.Builder |
builder(RestContext<AbiquoApi,AbiquoAsyncApi> context) |
void |
delete() |
PrivateIp |
getIp(Integer id) |
List<PrivateIp> |
listIps(IpOptions options) |
List<PrivateIp> |
listUnusedIps() |
void |
save() |
String |
toString() |
void |
update() |
findIp, findUnusedIp, getAddress, getDefaultNetwork, getGateway, getId, getMask, getName, getPrimaryDNS, getSecondaryDNS, getSufixDNS, getTag, getType, listIps, listIps, setAddress, setDefaultNetwork, setGateway, setMask, setName, setPrimaryDNS, setSecondaryDNS, setSufixDNS, setTag, toExternalNetwork, toPrivateNetwork, toPublicNetwork, toUnmanagedNetwork, wrapNetwork, wrapNetworksgetParentId, getTask, getTasks, getURI, join, unwrap, unwrap, updateLink, wrap, wrapprotected PrivateNetwork(RestContext<AbiquoApi,AbiquoAsyncApi> context, com.abiquo.server.core.infrastructure.network.VLANNetworkDto target)
public void delete()
delete in class Network<PrivateIp>
http://community.abiquo.com/display/ABI20/Private+Network+Resource#PrivateNetworkResource
-DeleteaPrivateNetworkpublic void save()
save in class Network<PrivateIp>
http://community.abiquo.com/display/ABI20/Private+Network+Resource#PrivateNetworkResource
-CreateaPrivateNetworkpublic void update()
update in class Network<PrivateIp>
http://community.abiquo.com/display/ABI20/Private+Network+Resource#PrivateNetworkResource
-UpdateaPrivateNetworkpublic List<PrivateIp> listUnusedIps()
listUnusedIps in class Network<PrivateIp>public static PrivateNetwork.Builder builder(RestContext<AbiquoApi,AbiquoAsyncApi> context)
Copyright © 2009-2013 jclouds. All Rights Reserved.