Searched defs:Dataset (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/pyzfs/common/
H A Ddataset.py25 """Implements the Dataset class, providing methods for manipulating ZFS
87 class Dataset(object): class in inherits:object
152 """Return a Dataset representing the parent of this one."""
153 return Dataset(self.name[:self.name.rindex("/")])
164 ds = Dataset(name, props)
189 """Add to the "zfs allow"-ed permissions on this Dataset.
200 """Get the "zfs allow"-ed permissions on the Dataset.
207 """Get the user holds on this Dataset.
220 ds = Dataset(dsname)
227 parent = Dataset(bas
[all...]

Completed in 65 milliseconds