public class Pool extends Object
| Constructor and Description |
|---|
Pool() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAvailableInMB() |
String |
getName() |
Long |
getSizeInMB() |
String |
getType() |
Long |
getUsedInMB() |
void |
setAvailableInMB(Long availableInMB) |
void |
setName(String name) |
void |
setSizeInMB(Long sizeInMB) |
void |
setType(String type) |
void |
setUsedInMB(Long usedInMB) |
public String getName()
public void setName(String name)
public Long getSizeInMB()
public void setSizeInMB(Long sizeInMB)
public Long getUsedInMB()
public void setUsedInMB(Long usedInMB)
public Long getAvailableInMB()
public void setAvailableInMB(Long availableInMB)
public String getType()
public void setType(String type)
Copyright © 2008–2021 Abiquo Holdings S.L.. All rights reserved.