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, wrapNetworks
getParentId, getTask, getTasks, getURI, join, unwrap, unwrap, updateLink, wrap, wrap
protected 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
-DeleteaPrivateNetwork
public void save()
save
in class Network<PrivateIp>
http://community.abiquo.com/display/ABI20/Private+Network+Resource#PrivateNetworkResource
-CreateaPrivateNetwork
public void update()
update
in class Network<PrivateIp>
http://community.abiquo.com/display/ABI20/Private+Network+Resource#PrivateNetworkResource
-UpdateaPrivateNetwork
public List<PrivateIp> listUnusedIps()
listUnusedIps
in class Network<PrivateIp>
public static PrivateNetwork.Builder builder(RestContext<AbiquoApi,AbiquoAsyncApi> context)
Copyright © 2009-2013 jclouds. All Rights Reserved.