LibvirtGConfig.CapabilitiesCpu¶
- Subclasses:
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class LibvirtGConfig.CapabilitiesCpu(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- add_feature(feature)¶
- Parameters:
feature (
LibvirtGConfig.CapabilitiesCpuFeature
) –
Adds a new feature to CPU.
- get_features()¶
- Returns:
a newly allocated
GLib.List
ofLibvirtGConfig.CapabilitiesCpuFeature
.- Return type:
Gets the features of this CPU.
- get_model()¶
- Returns:
- Return type:
Gets the model of the cpu.
- get_topology()¶
- Returns:
- Return type:
Gets the topology of the cpu.
- set_topology(topology)¶
- Parameters:
topology (
LibvirtGConfig.CapabilitiesCpuTopology
) –
Sets the topology of the cpu.
- do_get_features() virtual¶
- Returns:
a newly allocated
GLib.List
ofLibvirtGConfig.CapabilitiesCpuFeature
.- Return type:
Gets the features of this CPU.