LibvirtGConfig.StoragePoolTarget

g GObject.Object GObject.Object LibvirtGConfig.Object LibvirtGConfig.Object GObject.Object->LibvirtGConfig.Object LibvirtGConfig.StoragePoolTarget LibvirtGConfig.StoragePoolTarget LibvirtGConfig.Object->LibvirtGConfig.StoragePoolTarget

Subclasses:

None

Methods

Inherited:

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

Structs:

GObject.ObjectClass (5)

class

new ()

class

new_from_xml (xml)

get_path ()

get_permissions ()

set_path (path)

set_permissions (perms)

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.StoragePoolTarget(**kwargs)
Bases:

LibvirtGConfig.Object

Abstract:

No

Structure:

LibvirtGConfig.StoragePoolTargetClass

classmethod new()
Return type:

LibvirtGConfig.StoragePoolTarget

classmethod new_from_xml(xml)
Parameters:

xml (str) –

Raises:

GLib.Error

Return type:

LibvirtGConfig.StoragePoolTarget

get_path()
Returns:

local filesystem path the storage pool is mapped at.

Return type:

str

Provides the location at which the storage pool associated with self will be mapped into the local filesystem namespace.

get_permissions()
Returns:

a new #GVirConfigStoragePoolPermissions instance.

Return type:

LibvirtGConfig.StoragePermissions

Gets the permissions associated with self

set_path(path)
Parameters:

path (str or None) –

set_permissions(perms)
Parameters:

perms (LibvirtGConfig.StoragePermissions) –