public class StorageVolumeAttachment extends BaseModelResource
Constructor and Description |
---|
StorageVolumeAttachment() |
Modifier and Type | Method and Description |
---|---|
String |
getHostName() |
Boolean |
getIndividualPathControl() |
String |
getLun() |
String |
getOsType() |
List<StorageVolumeAttachmentPath> |
getPaths() |
RefreshState |
getRefreshState() |
String |
getServerProfileUri() |
String |
getStateReason() |
String |
getStorageVolumeUri() |
void |
setHostName(String hostName) |
void |
setIndividualPathControl(Boolean individualPathControl) |
void |
setLun(String lun) |
void |
setOsType(String osType) |
void |
setPaths(List<StorageVolumeAttachmentPath> paths) |
void |
setRefreshState(RefreshState refreshState) |
void |
setServerProfileUri(String serverProfileUri) |
void |
setStateReason(String stateReason) |
void |
setStorageVolumeUri(String storageVolumeUri) |
canEqual, equals, getCategory, getCreated, getDescription, getETag, getModified, getName, getState, getStatus, getType, getUri, hashCode, setCategory, setCreated, setDescription, setETag, setModified, setName, setState, setStatus, setType, setUri, toString
public String getHostName()
public void setHostName(String hostName)
public Boolean getIndividualPathControl()
public void setIndividualPathControl(Boolean individualPathControl)
public String getLun()
public void setLun(String lun)
public String getOsType()
public void setOsType(String osType)
public List<StorageVolumeAttachmentPath> getPaths()
public void setPaths(List<StorageVolumeAttachmentPath> paths)
public RefreshState getRefreshState()
public void setRefreshState(RefreshState refreshState)
public String getServerProfileUri()
public void setServerProfileUri(String serverProfileUri)
public String getStateReason()
public void setStateReason(String stateReason)
public String getStorageVolumeUri()
public void setStorageVolumeUri(String storageVolumeUri)
Copyright © 2016. All rights reserved.