public class StorageDeviceDto extends SingleResourceTransportDto
| Modifier and Type | Field and Description |
|---|---|
static String |
MEDIA_TYPE_XML_24 |
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 |
|---|
StorageDeviceDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseMediaType() |
Integer |
getId()
Identifier of the entity
|
String |
getIscsiIp()
iSCSI IP of the storage device, used by the hypervisors to connect to the device
|
int |
getIscsiPort()
iSCSI port of the storage device, used by the hypervisors to connect to the device
|
String |
getManagementIp()
Management IP of the storage device, used to connect to the management API
|
int |
getManagementPort()
Management port of the storage device, used to connect to the management API
|
String |
getMediaType() |
String |
getName()
Name of the storage device
|
String |
getPassword()
Password to connect to the management API, if any
|
String |
getStorageTechnology()
Technology type of the storage device
|
String |
getUsername()
Username to connect to the management API, if any
|
void |
setId(Integer id) |
void |
setIscsiIp(String iscsiIp) |
void |
setIscsiPort(int iscsiPort) |
void |
setManagementIp(String managementIp) |
void |
setManagementPort(int managementPort) |
void |
setName(String name) |
void |
setPassword(String password) |
void |
setStorageTechnology(String storageTechnology) |
void |
setUsername(String username) |
addEditLink, addLink, addLinks, getEditLink, getIdFromLink, getLinks, modifyLink, searchLink, searchLink, searchLinkByHref, searchLinks, setLinkspublic static final String SHORT_MEDIA_TYPE_XML
public static final String MEDIA_TYPE_XML_24
public Integer getId()
public void setId(Integer id)
@NotNull public int getManagementPort()
public void setManagementPort(int managementPort)
@NotNull public String getName()
public void setName(String name)
@NotNull public String getIscsiIp()
public void setIscsiIp(String iscsiIp)
@NotNull public String getStorageTechnology()
public void setStorageTechnology(String storageTechnology)
@NotNull public String getManagementIp()
public void setManagementIp(String managementIp)
@NotNull public int getIscsiPort()
public void setIscsiPort(int iscsiPort)
public void setUsername(String username)
public String getUsername()
public void setPassword(String password)
public String getPassword()
public String getMediaType()
getMediaType in class SingleResourceTransportDtopublic String getBaseMediaType()
getBaseMediaType in class SingleResourceTransportDtoCopyright © 2008-2014 Abiquo Holdings S.L.. All Rights Reserved.