LibvirtGConfig.DomainSnapshotDisk

g GObject.Object GObject.Object LibvirtGConfig.Object LibvirtGConfig.Object GObject.Object->LibvirtGConfig.Object LibvirtGConfig.DomainSnapshotDisk LibvirtGConfig.DomainSnapshotDisk LibvirtGConfig.Object->LibvirtGConfig.DomainSnapshotDisk

Subclasses:

None

Methods

Inherited:

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

Structs:

GObject.ObjectClass (5)

class

new ()

class

new_from_xml (xml)

get_driver_format ()

get_name ()

get_snapshot_type ()

get_source_file ()

set_driver_format (format)

set_name (name)

set_snapshot_type (type)

set_source_file (filename)

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.Object

r

Class Details

class LibvirtGConfig.DomainSnapshotDisk(**kwargs)
Bases:

LibvirtGConfig.Object

Abstract:

No

Structure:

LibvirtGConfig.DomainSnapshotDiskClass

classmethod new()
Return type:

LibvirtGConfig.DomainSnapshotDisk

classmethod new_from_xml(xml)
Parameters:

xml (str) –

Raises:

GLib.Error

Return type:

LibvirtGConfig.DomainSnapshotDisk

get_driver_format()
Return type:

LibvirtGConfig.DomainDiskFormat

get_name()
Return type:

str

get_snapshot_type()
Return type:

LibvirtGConfig.DomainDiskSnapshotType

get_source_file()
Return type:

str

set_driver_format(format)
Parameters:

format (LibvirtGConfig.DomainDiskFormat) –

set_name(name)
Parameters:

name (str) –

set_snapshot_type(type)
Parameters:

type (LibvirtGConfig.DomainDiskSnapshotType) –

set_source_file(filename)
Parameters:

filename (str) –