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.StorageAcl
objects.
Frees a singly-linked list of
Infinityd.StorageAcl
as returned by infd_storage_read_acls().
- copy()¶
- Returns:
A copy of self.
- Return type:
Creates a copy of a
Infinityd.StorageAcl
object.
- free()¶
Frees a
Infinityd.StorageAcl
allocated withInfinityd.StorageAcl.copy
().