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 TypeMethodDescriptionboolean
void
setAllocatedCapacityGb
(Long allocatedCapacityGb) void
setDriverVersion
(String driverVersion) void
setExtraSpecs
(Map<String, String> extraSpecs) void
setFreeCapacityGb
(Long freeCapacityGb) void
setLocationInfo
(String locationInfo) void
setPoolName
(String poolName) void
setQosSupport
(boolean qosSupport) void
setReservedPercentage
(Integer reservedPercentage) void
setStorageProtocol
(String storageProtocol) void
setTimestamp
(String timestamp) void
setTotalCapacityGb
(Long totalCapacityGb) void
setVendorName
(String vendorName) void
setVolumeBackendName
(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
-