LibvirtGConfig.DomainOs¶
- 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.DomainOs(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Return type:
- Parameters:
enable (
bool) –
- get_boot_devices()¶
- Returns:
a newly allocated
GLib.ListofLibvirtGConfig.DomainOsBootDevice.- Return type:
Gets the list of devices attached to self. The returned list should be freed with g_list_free().
- get_firmware()¶
- Return type:
- get_os_type()¶
- Return type:
- set_boot_devices(boot_devices)¶
- Parameters:
boot_devices ([
LibvirtGConfig.DomainOsBootDevice]) –
- set_firmware(firmware)¶
- Parameters:
firmware (
LibvirtGConfig.DomainOsFirmware) –
- set_os_type(type)¶
- Parameters:
type (
LibvirtGConfig.DomainOsType) –
- set_smbios_mode(mode)¶
- Parameters:
mode (
LibvirtGConfig.DomainOsSmBiosMode) –