Package com.abiquo.ssm.model
Class Pool
- java.lang.Object
-
- com.abiquo.ssm.model.Pool
-
public class Pool extends Object
A storage pool.- Author:
- Ignasi Barrera
-
-
Constructor Summary
Constructors Constructor Description Pool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetAvailableInMB()StringgetName()LonggetSizeInMB()StringgetType()LonggetUsedInMB()voidsetAvailableInMB(Long availableInMB)voidsetName(String name)voidsetSizeInMB(Long sizeInMB)voidsetType(String type)voidsetUsedInMB(Long usedInMB)
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getSizeInMB
public Long getSizeInMB()
-
setSizeInMB
public void setSizeInMB(Long sizeInMB)
-
getUsedInMB
public Long getUsedInMB()
-
setUsedInMB
public void setUsedInMB(Long usedInMB)
-
getAvailableInMB
public Long getAvailableInMB()
-
setAvailableInMB
public void setAvailableInMB(Long availableInMB)
-
getType
public String getType()
-
setType
public void setType(String type)
-
-