(self)
| 139 | return util.get_xml_path(self._XMLDesc(0), "/pool/@type") |
| 140 | |
| 141 | def get_target_path(self): |
| 142 | return util.get_xml_path(self._XMLDesc(0), "/pool/target/path") |
| 143 | |
| 144 | def get_allocation(self): |
| 145 | return long(util.get_xml_path(self._XMLDesc(0), "/pool/allocation")) |