public class AvailableStorageVolume extends Object implements Serializable
Constructor and Description |
---|
AvailableStorageVolume() |
Modifier and Type | Method and Description |
---|---|
String |
getCapacityBytes() |
String |
getPoolName() |
String |
getPoolUri() |
String |
getProvisionType() |
String |
getRaidLevel() |
Boolean |
getShareable() |
String |
getVolumeName() |
String |
getVolumeUri() |
void |
setCapacityBytes(String capacityBytes) |
void |
setPoolName(String poolName) |
void |
setPoolUri(String poolUri) |
void |
setProvisionType(String provisionType) |
void |
setRaidLevel(String raidLevel) |
void |
setShareable(Boolean shareable) |
void |
setVolumeName(String volumeName) |
void |
setVolumeUri(String volumeUri) |
public String getVolumeName()
public void setVolumeName(String volumeName)
volumeName
- the volumeName to setpublic String getVolumeUri()
public void setVolumeUri(String volumeUri)
volumeUri
- the volumeUri to setpublic String getPoolName()
public void setPoolName(String poolName)
poolName
- the poolName to setpublic String getPoolUri()
public void setPoolUri(String poolUri)
poolUri
- the poolUri to setpublic String getRaidLevel()
public void setRaidLevel(String raidLevel)
raidLevel
- the raidLevel to setpublic Boolean getShareable()
public void setShareable(Boolean shareable)
shareable
- the shareable to setpublic String getCapacityBytes()
public void setCapacityBytes(String capacityBytes)
capacityBytes
- the capacityBytes to setpublic String getProvisionType()
public void setProvisionType(String provisionType)
provisionType
- the provisionType to setCopyright © 2016. All rights reserved.