public class VirtualApplianceDto extends SingleResourceTransportDto implements Expandable<TaskDto>
| Modifier and Type | Field and Description |
|---|---|
static String |
COPY_VIRTUAL_APPLIANCE_MIME_TYPE
The Constant COPY_VIRTUAL_APPLIANCE_MIME_TYPE.
|
static String |
COPY_VIRTUAL_APPLIANCE_MIME_TYPE_JSON |
static String |
MEDIA_TYPE |
static String |
MEDIA_TYPE_JSON |
static String |
MEDIA_TYPE_XML |
static String |
MOVE_VIRTUAL_APPLIANCE_MIME_TYPE
The Constant MOVE_VIRTUAL_APPLIANCE_MIME_TYPE.
|
static String |
MOVE_VIRTUAL_APPLIANCE_MIME_TYPE_JSON |
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 |
|---|
VirtualApplianceDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseMediaType() |
int |
getError()
Was there an error on the last operation on any of its nodes?.
|
TasksDto |
getExpands()
Last task of every virtual machine.
|
int |
getHighDisponibility()
Deprecated.
|
Integer |
getId()
Opaque ID of the virtual appliance.
|
String |
getMediaType() |
String |
getName()
Name of the virtual appliance.
|
String |
getNodeconnections()
Logical connections made through the Abiquo flex client.
|
int |
getPublicApp()
Deprecated.
|
VirtualApplianceState |
getState()
Current state.
|
VirtualApplianceState |
getSubState()
Deprecated.
|
void |
setError(int error)
Sets the error.
|
void |
setExpands(TasksDto expands)
Sets the last tasks.
|
void |
setHighDisponibility(int highDisponibility)
Sets the high disponibility.
|
void |
setId(Integer id)
Sets the id.
|
void |
setName(String name)
Sets the name.
|
void |
setNodeconnections(String nodeconnections)
Sets the nodeconnections.
|
void |
setPublicApp(int publicApp)
Sets the public app.
|
void |
setState(VirtualApplianceState state)
Sets the state.
|
void |
setSubState(VirtualApplianceState subState)
Sets the sub state.
|
addEditLink, addLink, addLinks, getEditLink, getIdFromLink, getLinks, modifyLink, searchLink, searchLink, searchLinkByHref, searchLinks, setLinkspublic static final String COPY_VIRTUAL_APPLIANCE_MIME_TYPE
public static final String COPY_VIRTUAL_APPLIANCE_MIME_TYPE_JSON
public static final String MOVE_VIRTUAL_APPLIANCE_MIME_TYPE
public static final String MOVE_VIRTUAL_APPLIANCE_MIME_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 String getBaseMediaType()
getBaseMediaType in class SingleResourceTransportDtopublic int getError()
@Deprecated public int getHighDisponibility()
public Integer getId()
public TasksDto getExpands()
getExpands in interface Expandable<TaskDto>public String getMediaType()
getMediaType in class SingleResourceTransportDto@NotNull public String getName()
public String getNodeconnections()
@Deprecated public int getPublicApp()
public VirtualApplianceState getState()
public VirtualApplianceState getSubState()
public void setError(int error)
error - the new errorpublic void setHighDisponibility(int highDisponibility)
highDisponibility - the new high disponibilitypublic void setId(Integer id)
id - the new idpublic void setExpands(TasksDto expands)
expands - the new last taskspublic void setName(String name)
name - the new namepublic void setNodeconnections(String nodeconnections)
nodeconnections - the new nodeconnectionspublic void setPublicApp(int publicApp)
publicApp - the new public apppublic void setState(VirtualApplianceState state)
state - the new statepublic void setSubState(VirtualApplianceState subState)
subState - the new sub stateCopyright © 2008-2014 Abiquo Holdings S.L.. All Rights Reserved.