LibvirtGConfig.DomainAddressPci

g GObject.Object GObject.Object LibvirtGConfig.Object LibvirtGConfig.Object GObject.Object->LibvirtGConfig.Object LibvirtGConfig.DomainAddress LibvirtGConfig.DomainAddress LibvirtGConfig.DomainAddressPci LibvirtGConfig.DomainAddressPci LibvirtGConfig.DomainAddress->LibvirtGConfig.DomainAddressPci LibvirtGConfig.Object->LibvirtGConfig.DomainAddress

Subclasses:

None

Methods

Inherited:

LibvirtGConfig.Object (6), GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

new ()

class

new_from_xml (xml)

get_bus ()

get_domain ()

get_function ()

get_multifunction ()

get_slot ()

set_bus (bus)

set_domain (pci_domain)

set_function (function)

set_multifunction (multifunction)

set_slot (slot)

Virtual Methods

Inherited:

GObject.Object (7)

Properties

Inherited:

LibvirtGConfig.Object (2)

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent

LibvirtGConfig.DomainAddress

r

Class Details

class LibvirtGConfig.DomainAddressPci(**kwargs)
Bases:

LibvirtGConfig.DomainAddress

Abstract:

No

Structure:

LibvirtGConfig.DomainAddressPciClass

classmethod new()
Return type:

LibvirtGConfig.DomainAddressPci

classmethod new_from_xml(xml)
Parameters:

xml (str) –

Raises:

GLib.Error

Return type:

LibvirtGConfig.DomainAddressPci

get_bus()
Return type:

int

get_domain()
Return type:

int

get_function()
Return type:

int

get_multifunction()
Return type:

bool

get_slot()
Return type:

int

set_bus(bus)
Parameters:

bus (int) –

set_domain(pci_domain)
Parameters:

pci_domain (int) –

set_function(function)
Parameters:

function (int) –

set_multifunction(multifunction)
Parameters:

multifunction (bool) –

set_slot(slot)
Parameters:

slot (int) –