public class VirtualDatacenterResourcesDto extends SingleResourceTransportDto
| Modifier and Type | Field and Description |
|---|---|
static String |
MEDIA_TYPE |
static String |
MEDIA_TYPE_22 |
static String |
MEDIA_TYPE_23 |
static String |
MEDIA_TYPE_JSON |
static String |
MEDIA_TYPE_XML |
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 |
|---|
VirtualDatacenterResourcesDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseMediaType() |
long |
getExtStorageReserved()
Deprecated.
|
long |
getExtStorageReservedInMb()
Maximum external storage size reserved for this enterprise in this virtual datacenter in
Megabytes.
|
long |
getExtStorageUsed()
Deprecated.
|
long |
getExtStorageUsedInMb()
External storage used (attached or mounted) by any virtual machines (in Megabytes).
|
Integer |
getId()
Identifier of the virtual machine template definition.
|
int |
getIdEnterprise()
The id enterprise.
|
long |
getLocalStorageReserved()
Deprecated.
|
long |
getLocalStorageReservedInMb()
Maximum storage size reserved for this enterprise in this virtual datacenter for Virtual
Machines in Megabytes.
|
long |
getLocalStorageUsed()
Deprecated.
|
long |
getLocalStorageUsedInMb()
Total storage size used by Virtual Machines currently in a running state in Megabytes.
|
String |
getMediaType() |
long |
getMemoryReserved()
Deprecated.
|
long |
getMemoryReservedInMb()
Maximum amount of RAM reserved for this enterprise in this virtual datacenter in Megabytes.
|
long |
getMemoryUsed()
Deprecated.
|
long |
getMemoryUsedInMb()
Total amount of RAM used by Virtual Machines currently in a running state in Megabytes.
|
long |
getPublicIPsReserved()
Total number of IPs assigned to this virtualDatacenter (Reserved).
|
long |
getPublicIPsUsed()
Total number of IPs used by virtual machines.
|
String |
getVdcName()
virtual datacenter's name.
|
long |
getVirtualCpuReserved()
The virtual cpu reserved.
|
long |
getVirtualCpuUsed()
Total number of Virtual CPUs in Virtual Machines currently in a running state.
|
long |
getVlanReserved()
Total maximum number of VLANs reserved for this enterprise in this virtual datacenter.
|
long |
getVlanUsed()
Total number of VLANs in use by this virtual datacenter.
|
int |
getVmActive()
Number of virtual machines currently running in this virtual datacenter.
|
int |
getVmCreated()
Number of virtual machines created in this virtual datacenter.
|
int |
getVolAttached()
Number of volumes currently attached to a virtual machine in this virtual datacenter.
|
int |
getVolCreated()
Number of volumes created in this virtual datacenter.
|
void |
setExtStorageReserved(long extStorageReserved)
Deprecated.
|
void |
setExtStorageReservedInMb(long extStorageReservedInMb)
Sets the ext storage reserved.
|
void |
setExtStorageUsed(long extStorageUsed)
Deprecated.
|
void |
setExtStorageUsedInMb(long extStorageUsedInMb)
Sets the ext storage used.
|
void |
setId(Integer id)
Sets the id.
|
void |
setIdEnterprise(int idEnterprise)
Sets the id enterprise.
|
void |
setLocalStorageReserved(long localStorageReserved)
Deprecated.
|
void |
setLocalStorageReservedInMb(long localStorageReservedInMb)
Sets the local storage reserved.
|
void |
setLocalStorageUsed(long localStorageUsed)
Deprecated.
|
void |
setLocalStorageUsedInMb(long localStorageUsedInMb)
Sets the local storage used.
|
void |
setMemoryReserved(long memoryReserved)
Deprecated.
|
void |
setMemoryReservedInMb(long memoryReservedInMb)
Sets the memory reserved.
|
void |
setMemoryUsed(long memoryUsed)
Deprecated.
|
void |
setMemoryUsedInMb(long memoryUsedInMb)
Sets the memory used.
|
void |
setPublicIPsReserved(long publicIPsReserved)
Sets the public i ps reserved.
|
void |
setPublicIPsUsed(long publicIPsUsed)
Sets the public i ps used.
|
void |
setVdcName(String vdcName)
Sets the vdc name.
|
void |
setVirtualCpuReserved(long virtualCpuReserved)
Sets the virtual cpu reserved.
|
void |
setVirtualCpuUsed(long virtualCpuUsed)
Sets the virtual cpu used.
|
void |
setVlanReserved(long vlanReserved)
Sets the vlan reserved.
|
void |
setVlanUsed(long vlanUsed)
Sets the vlan used.
|
void |
setVmActive(int vmActive)
Sets the vm active.
|
void |
setVmCreated(int vmCreated)
Sets the vm created.
|
void |
setVolAttached(int volAttached)
Sets the vol attached.
|
void |
setVolCreated(int volCreated)
Sets the vol created.
|
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_23
public static final String MEDIA_TYPE_22
public String getBaseMediaType()
getBaseMediaType in class SingleResourceTransportDtopublic long getExtStorageReservedInMb()
public long getExtStorageUsedInMb()
public Integer getId()
public int getIdEnterprise()
public long getLocalStorageReservedInMb()
public long getLocalStorageUsedInMb()
public String getMediaType()
getMediaType in class SingleResourceTransportDtopublic long getMemoryReservedInMb()
public long getMemoryUsedInMb()
public long getPublicIPsReserved()
public long getPublicIPsUsed()
public String getVdcName()
public long getVirtualCpuReserved()
public long getVirtualCpuUsed()
public long getVlanReserved()
public long getVlanUsed()
public int getVmActive()
public int getVmCreated()
public int getVolAttached()
public int getVolCreated()
public void setExtStorageReservedInMb(long extStorageReservedInMb)
extStorageReservedInMb - the new ext storage reservedpublic void setExtStorageUsedInMb(long extStorageUsedInMb)
extStorageUsedInMb - the new ext storage usedpublic void setId(Integer id)
id - the new idpublic void setIdEnterprise(int idEnterprise)
idEnterprise - the new id enterprisepublic void setLocalStorageReservedInMb(long localStorageReservedInMb)
localStorageReservedInMb - the new local storage reservedpublic void setLocalStorageUsedInMb(long localStorageUsedInMb)
localStorageUsedInMb - the new local storage usedpublic void setMemoryReservedInMb(long memoryReservedInMb)
memoryReservedInMb - the new memory reservedpublic void setMemoryUsedInMb(long memoryUsedInMb)
memoryUsedInMb - the new memory usedpublic void setPublicIPsReserved(long publicIPsReserved)
publicIPsReserved - the new public i ps reservedpublic void setPublicIPsUsed(long publicIPsUsed)
publicIPsUsed - the new public i ps usedpublic void setVdcName(String vdcName)
vdcName - the new vdc namepublic void setVirtualCpuReserved(long virtualCpuReserved)
virtualCpuReserved - the new virtual cpu reservedpublic void setVirtualCpuUsed(long virtualCpuUsed)
virtualCpuUsed - the new virtual cpu usedpublic void setVlanReserved(long vlanReserved)
vlanReserved - the new vlan reservedpublic void setVlanUsed(long vlanUsed)
vlanUsed - the new vlan usedpublic void setVmActive(int vmActive)
vmActive - the new vm activepublic void setVmCreated(int vmCreated)
vmCreated - the new vm createdpublic void setVolAttached(int volAttached)
volAttached - the new vol attachedpublic void setVolCreated(int volCreated)
volCreated - the new vol created@Deprecated public long getMemoryUsed()
@Deprecated public void setMemoryUsed(long memoryUsed)
@Deprecated public long getMemoryReserved()
@Deprecated public void setMemoryReserved(long memoryReserved)
@Deprecated public long getLocalStorageUsed()
@Deprecated public void setLocalStorageUsed(long localStorageUsed)
@Deprecated public long getLocalStorageReserved()
@Deprecated public void setLocalStorageReserved(long localStorageReserved)
@Deprecated public long getExtStorageUsed()
@Deprecated public void setExtStorageUsed(long extStorageUsed)
@Deprecated public long getExtStorageReserved()
@Deprecated public void setExtStorageReserved(long extStorageReserved)
Copyright © 2008-2014 Abiquo Holdings S.L.. All Rights Reserved.