public class VirtualAppResourcesDto extends SingleResourceTransportDto
| Modifier and Type | Field and Description |
|---|---|
static String |
MEDIA_TYPE |
static String |
MEDIA_TYPE_22
The Constant MEDIA_TYPE_22.
|
static String |
MEDIA_TYPE_23
The Constant 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 |
|---|
VirtualAppResourcesDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseMediaType() |
Integer |
getId()
Identifier of the virtual machine template definition.
|
int |
getIdEnterprise()
The id enterprise.
|
int |
getIdVirtualDataCenter()
The id virtual data center.
|
String |
getMediaType() |
String |
getVappName()
Name for this virtual appliance.
|
String |
getVdcName()
Name for the virtualdatacenter.
|
int |
getVmActive()
Number of virtual machines currently running in this virtual appliance.
|
int |
getVmCreated()
Number of virtual machines created in this virtual appliance.
|
int |
getVolAttached()
Number of volumes currently attached to a virtual machine in this virtual appliance.
|
void |
setId(Integer id)
Sets the id.
|
void |
setIdEnterprise(int idEnterprise)
Sets the id enterprise.
|
void |
setIdVirtualDataCenter(int idVirtualDataCenter)
Sets the id virtual data center.
|
void |
setVappName(String vappName)
Sets the vapp name.
|
void |
setVdcName(String vdcName)
Sets the vdc name.
|
void |
setVmActive(int vmActive)
Sets the virtual machine active.
|
void |
setVmCreated(int vmCreated)
Sets the virtual machine created.
|
void |
setVolAttached(int volAttached)
Sets the volume attached.
|
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 Integer getId()
public int getIdEnterprise()
public int getIdVirtualDataCenter()
public String getMediaType()
getMediaType in class SingleResourceTransportDtopublic String getVappName()
public String getVdcName()
public int getVmActive()
public int getVmCreated()
public int getVolAttached()
public void setId(Integer id)
id - the new idpublic void setIdEnterprise(int idEnterprise)
idEnterprise - the new id enterprisepublic void setIdVirtualDataCenter(int idVirtualDataCenter)
idVirtualDataCenter - the new id virtual data centerpublic void setVappName(String vappName)
vappName - the new vapp namepublic void setVdcName(String vdcName)
vdcName - the new vdc namepublic void setVmActive(int vmActive)
vmActive - the new virtual machine activepublic void setVmCreated(int vmCreated)
vmCreated - the new virtual machine createdpublic void setVolAttached(int volAttached)
volAttached - the new volume attachedCopyright © 2008-2014 Abiquo Holdings S.L.. All Rights Reserved.