Infinityd.StorageAcl¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
account_id |
r/w |
||
mask |
r/w |
||
perms |
r/w |
Methods¶
class |
|
|
|
|
Details¶
- class Infinityd.StorageAcl¶
- classmethod list_free(acl_list)¶
- Parameters:
acl_list ([
Infinityd.StorageAcl]) – A list ofInfinityd.StorageAclobjects.
Frees a singly-linked list of
Infinityd.StorageAclas returned by infd_storage_read_acls().
- copy()¶
- Returns:
A copy of self.
- Return type:
Creates a copy of a
Infinityd.StorageAclobject.
- free()¶
Frees a
Infinityd.StorageAclallocated withInfinityd.StorageAcl.copy().