public class VLANNetworkDto extends SingleResourceTransportDto
| Modifier and Type | Field and Description |
|---|---|
static String |
MEDIA_TYPE |
static String |
MEDIA_TYPE_JSON |
static String |
MEDIA_TYPE_XML |
static String |
MEDIA_TYPE_XML_22 |
static String |
SHORT_MEDIA_TYPE_JSON |
static String |
SHORT_MEDIA_TYPE_XML |
API_VERSION, API_VERSION_20, API_VERSION_22, API_VERSION_23, API_VERSION_24, API_VERSION_26, API_VERSION_27, API_VERSION_28, API_VERSION_29, APPLICATION, editLink, JSON, links, VERSION_PARAM, XML| Constructor and Description |
|---|
VLANNetworkDto() |
addEditLink, addLink, addLinks, getEditLink, getIdFromLink, getLinks, modifyLink, searchLink, searchLink, searchLinkByHref, searchLinks, setLinkspublic static final String MEDIA_TYPE
public static final String SHORT_MEDIA_TYPE_JSON
public static final String SHORT_MEDIA_TYPE_XML
public static final String MEDIA_TYPE_XML
public static final String MEDIA_TYPE_JSON
public static final String MEDIA_TYPE_XML_22
@NotNull public String getAddress()
public String getBaseMediaType()
getBaseMediaType in class SingleResourceTransportDtopublic Boolean getDefaultNetwork()
public DhcpOptionsDto getDhcpOptions()
@NotNull public String getGateway()
public Integer getId()
@NotNull public Integer getMask()
public String getMediaType()
getMediaType in class SingleResourceTransportDto@NotNull public String getName()
public String getPrimaryDNS()
public String getSecondaryDNS()
public String getSufixDNS()
public Integer getTag()
public NetworkType getType()
public Boolean getUnmanaged()
public boolean isIpv6()
public boolean isStrict()
public void setAddress(String address)
public void setDefaultNetwork(Boolean defaultNetwork)
public void setDhcpOptions(DhcpOptionsDto dhcpOptions)
public void setGateway(String gateway)
public void setId(Integer id)
public void setMask(Integer mask)
public void setName(String name)
public void setPrimaryDNS(String primaryDNS)
public void setSecondaryDNS(String secondaryDNS)
public void setSufixDNS(String sufixDNS)
public void setTag(Integer tag)
public void setType(NetworkType type)
public void setUnmanaged(Boolean unmanaged)
public void setIpv6(boolean ipv6)
public void setStrict(boolean strict)
public String getProviderId()
public void setProviderId(String providerId)
providerId - Copyright © 2008-2014 Abiquo Holdings S.L.. All Rights Reserved.