Guestfs.TarIn

g GObject.Object GObject.Object Guestfs.TarIn Guestfs.TarIn GObject.Object->Guestfs.TarIn

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

acls

Guestfs.Tristate

r/w/c

A boolean.

compress

str

r/w/c

A string.

selinux

Guestfs.Tristate

r/w/c

A boolean.

xattrs

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

GObject.Object

Abstract:

No

Structure:

Guestfs.TarInClass

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

classmethod new()
Returns:

a new Guestfs.TarIn object

Return type:

Guestfs.TarIn

Create a new Guestfs.TarIn object

Property Details

Guestfs.TarIn.props.acls
Name:

acls

Type:

Guestfs.Tristate

Default Value:

Guestfs.Tristate.NONE

Flags:

READABLE, WRITABLE, CONSTRUCT

A boolean.

Guestfs.TarIn.props.compress
Name:

compress

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE, CONSTRUCT

A string.

Guestfs.TarIn.props.selinux
Name:

selinux

Type:

Guestfs.Tristate

Default Value:

Guestfs.Tristate.NONE

Flags:

READABLE, WRITABLE, CONSTRUCT

A boolean.

Guestfs.TarIn.props.xattrs
Name:

xattrs

Type:

Guestfs.Tristate

Default Value:

Guestfs.Tristate.NONE

Flags:

READABLE, WRITABLE, CONSTRUCT

A boolean.