(self)
| 148 | return long(util.get_xml_path(self._XMLDesc(0), "/pool/available")) |
| 149 | |
| 150 | def get_capacity(self): |
| 151 | return long(util.get_xml_path(self._XMLDesc(0), "/pool/capacity")) |
| 152 | |
| 153 | def get_pretty_allocation(self): |
| 154 | return util.pretty_bytes(self.get_allocation()) |
no test coverage detected