public class MachineDto extends SingleResourceTransportDto implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
MEDIA_TYPE |
static String |
MEDIA_TYPE_23 |
static String |
MEDIA_TYPE_24 |
static String |
MEDIA_TYPE_26 |
static String |
MEDIA_TYPE_27 |
static String |
MEDIA_TYPE_28 |
static String |
MEDIA_TYPE_29 |
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 |
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 |
|---|
MachineDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAgentIp() |
String |
getAgentPassword() |
Integer |
getAgentPort() |
String |
getAgentUser() |
String |
getBaseMediaType() |
DatastoresDto |
getDatastores()
List of datastore of the machine
|
String |
getDescription()
Description of the machine
|
Integer |
getId()
Identifier of the machine
|
String |
getInitiatorIQN()
Initiator IQN of the machine used to use storage devices
|
String |
getIp()
IP of the machine
|
String |
getIpmiIP()
IP of the impi service of the machine
|
String |
getIpmiPassword()
Password of the user for loggon into the impi service of the machine
|
Integer |
getIpmiPort()
Connection port of the impi service of the machine
|
String |
getIpmiUser()
Name of the user for loggon into the impi service of the machine
|
String |
getIpService()
IP of the hypervisor service of machine
|
String |
getManagerIp() |
String |
getManagerPassword() |
Integer |
getManagerPort() |
String |
getManagerUser() |
String |
getMediaType() |
String |
getName()
Name of the machine
|
NetworkInterfacesDto |
getNetworkInterfaces()
The networkInterfaces
|
String |
getPassword()
Password of the user for loggon into the hypervisor service
|
Integer |
getPort()
Connection port of the machine
|
MachineState |
getState()
State of the machine, can be one of the following {STOPPED, PROVISIONED, NOT_MANAGED,
MANAGED, HALTED, UNLICENSED, HA_IN_PROGRESS, DISABLED_FOR_HA, HALTED_FOR_SAVE}
|
String |
getType()
Value of the hypervisor type supported by abiquo
|
String |
getUser()
Name of the user for loggon into the hypervisor service
|
Integer |
getVirtualCpuCores()
Numbre of cpus of the machine
|
Integer |
getVirtualCpusUsed()
Numbre of used cpus of the machine
|
Integer |
getVirtualRamInMb()
RAM in MB of the machine
|
Integer |
getVirtualRamUsedInMb()
Used RAM in MB of the machine
|
void |
setAgentIp(String agentIp) |
void |
setAgentPassword(String agentPassword) |
void |
setAgentPort(Integer agentPort) |
void |
setAgentUser(String agentUser) |
void |
setDatastores(DatastoresDto datastores) |
void |
setDescription(String description) |
void |
setId(Integer id) |
void |
setInitiatorIQN(String initiatorIQN) |
void |
setIp(String ip) |
void |
setIpmiIP(String ipmiIP) |
void |
setIpmiPassword(String ipmiPassword) |
void |
setIpmiPort(Integer ipmiPort) |
void |
setIpmiUser(String ipmiUser) |
void |
setIpService(String ipService) |
void |
setManagerIp(String managerIp) |
void |
setManagerPassword(String managerPassword) |
void |
setManagerPort(Integer managerPort) |
void |
setManagerUser(String managerUser) |
void |
setName(String name) |
void |
setNetworkInterfaces(NetworkInterfacesDto networkInterfaces) |
void |
setPassword(String password) |
void |
setPort(Integer port) |
void |
setState(MachineState state) |
void |
setType(String type) |
void |
setUser(String user) |
void |
setVirtualCpuCores(Integer virtualCpuCores) |
void |
setVirtualCpusUsed(Integer virtualCpusUsed) |
void |
setVirtualRamInMb(Integer virtualRamInMb) |
void |
setVirtualRamUsedInMb(Integer virtualRamUsedInMb) |
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_JSON_29
public static final String MEDIA_TYPE_JSON_28
public static final String MEDIA_TYPE_JSON_27
public static final String MEDIA_TYPE_JSON_26
public static final String MEDIA_TYPE_29
public static final String MEDIA_TYPE_28
public static final String MEDIA_TYPE_27
public static final String MEDIA_TYPE_26
public static final String MEDIA_TYPE_24
public static final String MEDIA_TYPE_23
public Integer getPort()
public void setPort(Integer port)
port - the port to setpublic String getIp()
public void setIp(String ip)
ip - the ip to setpublic String getIpService()
public void setIpService(String ipService)
ipService - the ipService to set@NotNull public String getType()
public void setType(String type)
type - the type to setpublic String getUser()
public void setUser(String user)
user - the user to setpublic String getPassword()
public void setPassword(String password)
password - the password to setpublic Integer getId()
public void setId(Integer id)
public MachineState getState()
public void setState(MachineState state)
@NotNull public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
@NotNull public Integer getVirtualRamInMb()
public void setVirtualRamInMb(Integer virtualRamInMb)
@NotNull public Integer getVirtualRamUsedInMb()
public void setVirtualRamUsedInMb(Integer virtualRamUsedInMb)
@NotNull public Integer getVirtualCpuCores()
public void setVirtualCpuCores(Integer virtualCpuCores)
@NotNull public Integer getVirtualCpusUsed()
public void setVirtualCpusUsed(Integer virtualCpusUsed)
public void setDatastores(DatastoresDto datastores)
datastores - the datastores to set@NotNull public DatastoresDto getDatastores()
public String getIpmiIP()
public void setIpmiIP(String ipmiIP)
public Integer getIpmiPort()
public void setIpmiPort(Integer ipmiPort)
public String getIpmiUser()
public void setIpmiUser(String ipmiUser)
public String getIpmiPassword()
public void setIpmiPassword(String ipmiPassword)
public String getInitiatorIQN()
public void setInitiatorIQN(String initiatorIQN)
public String getMediaType()
getMediaType in class SingleResourceTransportDtopublic String getBaseMediaType()
getBaseMediaType in class SingleResourceTransportDtopublic NetworkInterfacesDto getNetworkInterfaces()
public void setNetworkInterfaces(NetworkInterfacesDto networkInterfaces)
networkInterfaces - the networkInterfaces to setpublic String getManagerIp()
public void setManagerIp(String managerIp)
public Integer getManagerPort()
public void setManagerPort(Integer managerPort)
public String getManagerUser()
public void setManagerUser(String managerUser)
public String getManagerPassword()
public void setManagerPassword(String managerPassword)
public String getAgentIp()
public void setAgentIp(String agentIp)
public Integer getAgentPort()
public void setAgentPort(Integer agentPort)
public String getAgentUser()
public void setAgentUser(String agentUser)
public String getAgentPassword()
public void setAgentPassword(String agentPassword)
Copyright © 2008-2014 Abiquo Holdings S.L.. All Rights Reserved.