LibvirtGConfig.StoragePoolTarget¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
class |
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class LibvirtGConfig.StoragePoolTarget(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Return type:
- get_path()¶
- Returns:
local filesystem path the storage pool is mapped at.
- Return type:
Provides the location at which the storage pool associated with self will be mapped into the local filesystem namespace.
- get_permissions()¶
- Returns:
a new #GVirConfigStoragePoolPermissions instance.
- Return type:
Gets the permissions associated with self
- set_permissions(perms)¶
- Parameters:
perms (
LibvirtGConfig.StoragePermissions
) –