public class StorageDeviceDto extends SingleResourceTransportDto
| 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 |
|---|
StorageDeviceDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseMediaType() |
Integer |
getId()
Identifier of the entity
|
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 |
getServiceIp()
Service IP of the storage device, used by the hypervisors to connect to the device
|
int |
getServicePort()
Service port of the storage device, used by the hypervisors to connect to the device
|
String |
getStorageTechnology()
Technology type of the storage device
|
String |
getUsername()
Username to connect to the management API, if any
|
void |
setId(Integer id) |
void |
setManagementIp(String managementIp) |
void |
setManagementPort(int managementPort) |
void |
setName(String name) |
void |
setPassword(String password) |
void |
setServiceIp(String serviceIp) |
void |
setServicePort(int servicePort) |
void |
setStorageTechnology(String storageTechnology) |
void |
setUsername(String username) |
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 Integer getId()
public void setId(Integer id)
@NotNull public String getName()
public void setName(String name)
@NotNull public String getStorageTechnology()
public void setStorageTechnology(String storageTechnology)
@NotNull public String getManagementIp()
public void setManagementIp(String managementIp)
@NotNull public int getManagementPort()
public void setManagementPort(int managementPort)
@NotNull public String getServiceIp()
public void setServiceIp(String serviceIp)
@NotNull public int getServicePort()
public void setServicePort(int servicePort)
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.