public class VirtualDatacenterDto extends SingleResourceWithLimitsDto
| Modifier and Type | Field and Description |
|---|---|
static String |
LIST_VDC_BASE_MEDIA_TYPE |
static String |
LIST_VDC_MEDIA_TYPE_JSON |
static String |
MEDIA_TYPE |
static String |
MEDIA_TYPE_JSON |
static String |
MEDIA_TYPE_JSON_26 |
static String |
MEDIA_TYPE_JSON_27 |
static String |
MEDIA_TYPE_JSON_28 |
static String |
MEDIA_TYPE_JSON_29 |
static String |
MEDIA_TYPE_XML |
static String |
MEDIA_TYPE_XML_22 |
static String |
MEDIA_TYPE_XML_23 |
static String |
MEDIA_TYPE_XML_24 |
static String |
MEDIA_TYPE_XML_26 |
static String |
MEDIA_TYPE_XML_27 |
static String |
MEDIA_TYPE_XML_28 |
static String |
MEDIA_TYPE_XML_29 |
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 |
|---|
VirtualDatacenterDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseMediaType() |
String |
getHypervisorType()
Hypervisor type of the virtual datacenter.
|
Integer |
getId()
Opaque ID of the virtual datacenter.
|
String |
getMediaType() |
String |
getName()
Virtual datacenter's name.
|
String |
getProviderId()
Sets the identifier used by public cloud provider
|
VLANNetworkDto |
getVlan()
Virtual datacenter network.
|
void |
setHypervisorType(String hypervisorType)
Sets the hypervisor type.
|
void |
setId(Integer id)
Sets the id.
|
void |
setName(String name)
Sets the name.
|
void |
setProviderId(String providerId)
Sets the identifier used by public cloud provider
|
void |
setVlan(VLANNetworkDto vlan)
Sets the vlan.
|
getCpuCountHardLimit, getCpuCountSoftLimit, getDiskHardLimitInMb, getDiskSoftLimitInMb, getHdHardLimitInMb, getHdSoftLimitInMb, getPublicIpsHard, getPublicIpsSoft, getRamHardLimitInMb, getRamSoftLimitInMb, getStorageHard, getStorageHardInMb, getStorageSoft, getStorageSoftInMb, getVlansHard, getVlansSoft, setCpuCountHardLimit, setCpuCountLimits, setCpuCountSoftLimit, setDiskHardLimitInMb, setDiskLimitsInMb, setDiskSoftLimitInMb, setHdHardLimitInMb, setHdLimitsInMb, setHdSoftLimitInMb, setPublicIPLimits, setPublicIpsHard, setPublicIpsSoft, setRamHardLimitInMb, setRamLimitsInMb, setRamSoftLimitInMb, setStorageHard, setStorageHardInMb, setStorageLimits, setStorageLimitsInMb, setStorageSoft, setStorageSoftInMb, setVlansHard, setVlansLimits, setVlansSoftaddEditLink, addLink, addLinks, getEditLink, getIdFromLink, getLinks, modifyLink, searchLink, searchLink, searchLinkByHref, searchLinks, setLinkspublic static final String LIST_VDC_BASE_MEDIA_TYPE
public static final String LIST_VDC_MEDIA_TYPE_JSON
public 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_JSON_26
public static final String MEDIA_TYPE_JSON_27
public static final String MEDIA_TYPE_JSON_28
public static final String MEDIA_TYPE_JSON_29
public static final String MEDIA_TYPE_XML_22
public static final String MEDIA_TYPE_XML_23
public static final String MEDIA_TYPE_XML_24
public static final String MEDIA_TYPE_XML_26
public static final String MEDIA_TYPE_XML_27
public static final String MEDIA_TYPE_XML_28
public static final String MEDIA_TYPE_XML_29
public String getBaseMediaType()
getBaseMediaType in class SingleResourceTransportDto@NotNull public String getHypervisorType()
public Integer getId()
public String getMediaType()
getMediaType in class SingleResourceTransportDto@NotNull public String getName()
@NotNull public VLANNetworkDto getVlan()
public void setHypervisorType(String hypervisorType)
hypervisorType - the new hypervisor typepublic void setId(Integer id)
id - the new idpublic void setName(String name)
name - the new namepublic void setVlan(VLANNetworkDto vlan)
vlan - the new vlanpublic String getProviderId()
public void setProviderId(String providerId)
providerId - Copyright © 2008-2014 Abiquo Holdings S.L.. All Rights Reserved.