Enums

Details

class Guestfs.SessionEvent(value)

Bases: GObject.GEnum

For more detail on libguestfs events, see “SETTING CALLBACKS TO HANDLE EVENTS” in guestfs(3).

CLOSE = 0

The close event

SUBPROCESS_QUIT = 1

The subprocess_quit event

LAUNCH_DONE = 2

The launch_done event

PROGRESS = 3

The progress event

APPLIANCE = 4

The appliance event

LIBRARY = 5

The library event

TRACE = 6

The trace event

ENTER = 7

The enter event

LIBVIRT_AUTH = 8

The libvirt_auth event

WARNING = 9

The warning event

class Guestfs.Tristate(value)

Bases: GObject.GEnum

An object representing a tristate: i.e. true, false, or unset. If a language binding has a native concept of true and false which also correspond to the integer values 1 and 0 respectively, these will also correspond to Guestfs.Tristate.TRUE and Guestfs.Tristate.FALSE.

FALSE = 0

False

TRUE = 1

True

NONE = 2

Unset