Guestfs.MDCreate

g GObject.Object GObject.Object Guestfs.MDCreate Guestfs.MDCreate GObject.Object->Guestfs.MDCreate

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

chunk

int

r/w/c

A 64-bit integer.

level

str

r/w/c

A string.

missingbitmap

int

r/w/c

A 64-bit integer.

nrdevices

int

r/w/c

A 32-bit integer.

spare

int

r/w/c

A 32-bit integer.

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent

GObject.Object

r

Class Details

class Guestfs.MDCreate(**kwargs)
Bases:

GObject.Object

Abstract:

No

Structure:

Guestfs.MDCreateClass

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

classmethod new()
Returns:

a new Guestfs.MDCreate object

Return type:

Guestfs.MDCreate

Create a new Guestfs.MDCreate object

Property Details

Guestfs.MDCreate.props.chunk
Name:

chunk

Type:

int

Default Value:

-1

Flags:

READABLE, WRITABLE, CONSTRUCT

A 64-bit integer.

Guestfs.MDCreate.props.level
Name:

level

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE, CONSTRUCT

A string.

Guestfs.MDCreate.props.missingbitmap
Name:

missingbitmap

Type:

int

Default Value:

-1

Flags:

READABLE, WRITABLE, CONSTRUCT

A 64-bit integer.

Guestfs.MDCreate.props.nrdevices
Name:

nrdevices

Type:

int

Default Value:

-1

Flags:

READABLE, WRITABLE, CONSTRUCT

A 32-bit integer.

Guestfs.MDCreate.props.spare
Name:

spare

Type:

int

Default Value:

-1

Flags:

READABLE, WRITABLE, CONSTRUCT

A 32-bit integer.