LibvirtGObject.DomainDevice

g GObject.Object GObject.Object LibvirtGObject.DomainDevice LibvirtGObject.DomainDevice GObject.Object->LibvirtGObject.DomainDevice

Subclasses:

LibvirtGObject.DomainDisk, LibvirtGObject.DomainInterface

Methods

Inherited:

GObject.Object (37)

Structs:

GObject.ObjectClass (5)

get_config ()

get_domain ()

Virtual Methods

Inherited:

GObject.Object (7)

Properties

Name

Type

Flags

Short Description

config

LibvirtGConfig.DomainDevice

r/w/co

The configuration

domain

LibvirtGObject.Domain

r/w/co

The associated domain

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent

GObject.Object

r

Class Details

class LibvirtGObject.DomainDevice(**kwargs)
Bases:

GObject.Object

Abstract:

Yes

Structure:

LibvirtGObject.DomainDeviceClass

get_config()
Returns:

the config. The returned object should be unreffed with GObject.Object.unref() when no longer needed.

Return type:

LibvirtGConfig.DomainDevice

get_domain()
Returns:

the associated domain. The returned object should be unreffed with GObject.Object.unref() when no longer needed.

Return type:

LibvirtGObject.Domain

Property Details

LibvirtGObject.DomainDevice.props.config
Name:

config

Type:

LibvirtGConfig.DomainDevice

Default Value:

None

Flags:

READABLE, WRITABLE, CONSTRUCT_ONLY

The configuration

LibvirtGObject.DomainDevice.props.domain
Name:

domain

Type:

LibvirtGObject.Domain

Default Value:

None

Flags:

READABLE, WRITABLE, CONSTRUCT_ONLY

The associated domain