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