Guestfs.CopyAttributes

g GObject.Object GObject.Object Guestfs.CopyAttributes Guestfs.CopyAttributes GObject.Object->Guestfs.CopyAttributes

Subclasses:

None

Methods

Inherited:

GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

new ()

Virtual Methods

Inherited:

GObject.Object (7)

Properties

Name

Type

Flags

Short Description

all

Guestfs.Tristate

r/w/c

A boolean.

mode

Guestfs.Tristate

r/w/c

A boolean.

ownership

Guestfs.Tristate

r/w/c

A boolean.

xattributes

Guestfs.Tristate

r/w/c

A boolean.

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent

GObject.Object

r

Class Details

class Guestfs.CopyAttributes(**kwargs)
Bases:

GObject.Object

Abstract:

No

Structure:

Guestfs.CopyAttributesClass

An object encapsulating optional arguments for Guestfs.Session.copy_attributes.

classmethod new()
Returns:

a new Guestfs.CopyAttributes object

Return type:

Guestfs.CopyAttributes

Create a new Guestfs.CopyAttributes object

Property Details

Guestfs.CopyAttributes.props.all
Name:

all

Type:

Guestfs.Tristate

Default Value:

Guestfs.Tristate.NONE

Flags:

READABLE, WRITABLE, CONSTRUCT

A boolean.

Guestfs.CopyAttributes.props.mode
Name:

mode

Type:

Guestfs.Tristate

Default Value:

Guestfs.Tristate.NONE

Flags:

READABLE, WRITABLE, CONSTRUCT

A boolean.

Guestfs.CopyAttributes.props.ownership
Name:

ownership

Type:

Guestfs.Tristate

Default Value:

Guestfs.Tristate.NONE

Flags:

READABLE, WRITABLE, CONSTRUCT

A boolean.

Guestfs.CopyAttributes.props.xattributes
Name:

xattributes

Type:

Guestfs.Tristate

Default Value:

Guestfs.Tristate.NONE

Flags:

READABLE, WRITABLE, CONSTRUCT

A boolean.