public class StorageVolumeSnapshot extends BaseModelResource
Constructor and Description |
---|
StorageVolumeSnapshot() |
Modifier and Type | Method and Description |
---|---|
String |
getCapacity() |
String |
getDeviceSnapshotName() |
Boolean |
getReadOnly() |
RefreshState |
getRefreshState() |
String |
getSnapshotType() |
String |
getStateReason() |
String |
getStorageVolumeUri() |
String |
getWwn() |
void |
setCapacity(String capacity) |
void |
setDeviceSnapshotName(String deviceSnapshotName) |
void |
setReadOnly(Boolean readOnly) |
void |
setRefreshState(RefreshState refreshState) |
void |
setSnapshotType(String snapshotType) |
void |
setStateReason(String stateReason) |
void |
setStorageVolumeUri(String storageVolumeUri) |
void |
setWwn(String wwn) |
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 getCapacity()
public void setCapacity(String capacity)
public String getDeviceSnapshotName()
public void setDeviceSnapshotName(String deviceSnapshotName)
public Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
public RefreshState getRefreshState()
public void setRefreshState(RefreshState refreshState)
public String getSnapshotType()
public void setSnapshotType(String snapshotType)
public String getStateReason()
public void setStateReason(String stateReason)
public String getStorageVolumeUri()
public void setStorageVolumeUri(String storageVolumeUri)
public String getWwn()
public void setWwn(String wwn)
Copyright © 2016. All rights reserved.