public class MachinesToCreateDto extends SingleResourceTransportDto implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
MEDIA_TYPE |
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 |
|---|
MachinesToCreateDto() |
MachinesToCreateDto(String ipFrom,
String ipTo,
String hypervisor,
String user,
String password,
Integer port,
String vSwitch) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseMediaType() |
String |
getHypervisor()
Value of the hypervisor type supported by abiquo.
|
String |
getIpFrom()
Start of the IP interval of the machines to discover.
|
String |
getIpTo()
End of the IP interval of the machines to discover.
|
String |
getMediaType() |
String |
getPassword()
Password of the user for loggon into the hypervisor service.
|
Integer |
getPort()
Connection port of the machines to discover.
|
String |
getUser()
Name of the user for loggon into the hypervisor service.
|
String |
getvSwitch()
Virtual switch of the machines to discover
|
void |
setHypervisor(String hypervisor) |
void |
setIpFrom(String ipFrom) |
void |
setIpTo(String ipTo) |
void |
setPassword(String password) |
void |
setPort(Integer port) |
void |
setUser(String user) |
void |
setvSwitch(String vSwitch) |
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
@NotNull public String getIpFrom()
public void setIpFrom(String ipFrom)
@NotNull public String getIpTo()
public void setIpTo(String ipTo)
@NotNull public String getHypervisor()
public void setHypervisor(String hypervisor)
@NotNull public String getUser()
public void setUser(String user)
@NotNull public String getPassword()
public void setPassword(String password)
@NotNull public Integer getPort()
public void setPort(Integer port)
@NotNull public String getvSwitch()
public void setvSwitch(String vSwitch)
public String getMediaType()
getMediaType in class SingleResourceTransportDtopublic String getBaseMediaType()
getBaseMediaType in class SingleResourceTransportDtoCopyright © 2008-2014 Abiquo Holdings S.L.. All Rights Reserved.