Class Capabilities
java.lang.Object
com.woorea.openstack.cinder.model.Capabilities
- All Implemented Interfaces:
Serializable
Model for Volume
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetAllocatedCapacityGb(Long allocatedCapacityGb) voidsetDriverVersion(String driverVersion) voidsetExtraSpecs(Map<String, String> extraSpecs) voidsetFreeCapacityGb(Long freeCapacityGb) voidsetLocationInfo(String locationInfo) voidsetPoolName(String poolName) voidsetQosSupport(boolean qosSupport) voidsetReservedPercentage(Integer reservedPercentage) voidsetStorageProtocol(String storageProtocol) voidsetTimestamp(String timestamp) voidsetTotalCapacityGb(Long totalCapacityGb) voidsetVendorName(String vendorName) voidsetVolumeBackendName(String volumeBackendName) toString()
-
Field Details
-
poolName
-
qosSupport
private boolean qosSupport -
allocatedCapacityGb
-
driverVersion
-
freeCapacityGb
-
locationInfo
-
timestamp
-
volumeBackendName
-
totalCapacityGb
-
reservedPercentage
-
vendorName
-
storageProtocol
-
extraSpecs
-
-
Constructor Details
-
Capabilities
public Capabilities()
-
-
Method Details
-
getPoolName
-
setPoolName
-
isQosSupport
public boolean isQosSupport() -
setQosSupport
public void setQosSupport(boolean qosSupport) -
getAllocatedCapacityGb
-
setAllocatedCapacityGb
-
getDriverVersion
-
setDriverVersion
-
getFreeCapacityGb
-
setFreeCapacityGb
-
getLocationInfo
-
setLocationInfo
-
getTimestamp
-
setTimestamp
-
getVolumeBackendName
-
setVolumeBackendName
-
getTotalCapacityGb
-
setTotalCapacityGb
-
getReservedPercentage
-
setReservedPercentage
-
getVendorName
-
setVendorName
-
getStorageProtocol
-
setStorageProtocol
-
getExtraSpecs
-
setExtraSpecs
-
toString
-