LibvirtGConfig.DomainDiskDriver¶
- 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.DomainDiskDriver(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Return type:
- get_cache()¶
- Return type:
- get_discard()¶
- Return type:
- get_error_policy()¶
- Return type:
- get_format()¶
- Return type:
- get_io_policy()¶
- Return type:
- set_cache(cache_type)¶
- Parameters:
cache_type (
LibvirtGConfig.DomainDiskCacheType
) –
- set_discard(discard)¶
- Parameters:
discard (
LibvirtGConfig.DomainDiskDriverDiscard
) –
- set_error_policy(policy)¶
- Parameters:
policy (
LibvirtGConfig.DomainDiskDriverErrorPolicy
) –
- set_format(format)¶
- Parameters:
format (
LibvirtGConfig.DomainDiskFormat
) –
- set_io_policy(policy)¶
- Parameters:
policy (
LibvirtGConfig.DomainDiskDriverIoPolicy
) –