public class PrivateIp extends Ip<com.abiquo.server.core.infrastructure.network.PrivateIpDto,PrivateNetwork>
PrivateIpDto
.context, target
Modifier | Constructor and Description |
---|---|
protected |
PrivateIp(RestContext<AbiquoApi,AbiquoAsyncApi> context,
com.abiquo.server.core.infrastructure.network.PrivateIpDto target)
Constructor to be used only by the builder.
|
Modifier and Type | Method and Description |
---|---|
PrivateNetwork |
getNetwork() |
com.abiquo.model.enumerator.NetworkType |
getNetworkType() |
String |
toString() |
getId, getIp, getMac, getName, getNetworkName
getParentId, getTask, getTasks, getURI, join, unwrap, unwrap, updateLink, wrap, wrap
protected PrivateIp(RestContext<AbiquoApi,AbiquoAsyncApi> context, com.abiquo.server.core.infrastructure.network.PrivateIpDto target)
public PrivateNetwork getNetwork()
getNetwork
in class Ip<com.abiquo.server.core.infrastructure.network.PrivateIpDto,PrivateNetwork>
public com.abiquo.model.enumerator.NetworkType getNetworkType()
getNetworkType
in class Ip<com.abiquo.server.core.infrastructure.network.PrivateIpDto,PrivateNetwork>
public String toString()
toString
in class Ip<com.abiquo.server.core.infrastructure.network.PrivateIpDto,PrivateNetwork>
Copyright © 2009-2013 jclouds. All Rights Reserved.