GuestfsMke2fs

GuestfsMke2fs — An object encapsulating optional arguments for guestfs_session_mke2fs

Synopsis

#include <guestfs-gobject.h>

struct              GuestfsMke2fs;
struct              GuestfsMke2fsClass;
GuestfsMke2fs *     guestfs_mke2fs_new                  (void);

Object Hierarchy

  GObject
   +----GuestfsMke2fs

Properties

  "blockscount"              gint64                : Read / Write / Construct
  "blocksize"                gint64                : Read / Write / Construct
  "blockspergroup"           gint64                : Read / Write / Construct
  "bytesperinode"            gint64                : Read / Write / Construct
  "creatoros"                gchar*                : Read / Write / Construct
  "discard"                  GuestfsTristate       : Read / Write / Construct
  "extent"                   GuestfsTristate       : Read / Write / Construct
  "filetype"                 GuestfsTristate       : Read / Write / Construct
  "flexbg"                   GuestfsTristate       : Read / Write / Construct
  "forcecreate"              GuestfsTristate       : Read / Write / Construct
  "fragsize"                 gint64                : Read / Write / Construct
  "fstype"                   gchar*                : Read / Write / Construct
  "hasjournal"               GuestfsTristate       : Read / Write / Construct
  "inodesize"                gint64                : Read / Write / Construct
  "journaldev"               GuestfsTristate       : Read / Write / Construct
  "journaldevice"            gchar*                : Read / Write / Construct
  "journalsize"              gint64                : Read / Write / Construct
  "label"                    gchar*                : Read / Write / Construct
  "largefile"                GuestfsTristate       : Read / Write / Construct
  "lastmounteddir"           gchar*                : Read / Write / Construct
  "lazyitableinit"           GuestfsTristate       : Read / Write / Construct
  "lazyjournalinit"          GuestfsTristate       : Read / Write / Construct
  "maxonlineresize"          gint64                : Read / Write / Construct
  "mmpupdateinterval"        gint                  : Read / Write / Construct
  "numberofgroups"           gint64                : Read / Write / Construct
  "numberofinodes"           gint64                : Read / Write / Construct
  "quota"                    GuestfsTristate       : Read / Write / Construct
  "quotatype"                GuestfsTristate       : Read / Write / Construct
  "reservedblockspercentage" gint                  : Read / Write / Construct
  "resizeinode"              GuestfsTristate       : Read / Write / Construct
  "sparsesuper"              GuestfsTristate       : Read / Write / Construct
  "stridesize"               gint64                : Read / Write / Construct
  "stripewidth"              gint64                : Read / Write / Construct
  "testfs"                   GuestfsTristate       : Read / Write / Construct
  "uninitbg"                 GuestfsTristate       : Read / Write / Construct
  "usagetype"                gchar*                : Read / Write / Construct
  "uuid"                     gchar*                : Read / Write / Construct
  "writesbandgrouponly"      GuestfsTristate       : Read / Write / Construct

Description

An object encapsulating optional arguments for guestfs_session_mke2fs

Details

struct GuestfsMke2fs

struct GuestfsMke2fs;

An object encapsulating optional arguments for guestfs_session_mke2fs.


struct GuestfsMke2fsClass

struct GuestfsMke2fsClass {
  GObjectClass parent_class;
};

A class metadata object for GuestfsMke2fs.

GObjectClass parent_class;

The superclass of GuestfsMke2fsClass

guestfs_mke2fs_new ()

GuestfsMke2fs *     guestfs_mke2fs_new                  (void);

Create a new GuestfsMke2fs object

Returns :

a new GuestfsMke2fs object. [transfer full]

Property Details

The "blockscount" property

  "blockscount"              gint64                : Read / Write / Construct

A 64-bit integer.

Default value: -1


The "blocksize" property

  "blocksize"                gint64                : Read / Write / Construct

A 64-bit integer.

Default value: -1


The "blockspergroup" property

  "blockspergroup"           gint64                : Read / Write / Construct

A 64-bit integer.

Default value: -1


The "bytesperinode" property

  "bytesperinode"            gint64                : Read / Write / Construct

A 64-bit integer.

Default value: -1


The "creatoros" property

  "creatoros"                gchar*                : Read / Write / Construct

A string.

Default value: NULL


The "discard" property

  "discard"                  GuestfsTristate       : Read / Write / Construct

A boolean.

Default value: GUESTFS_TRISTATE_NONE


The "extent" property

  "extent"                   GuestfsTristate       : Read / Write / Construct

A boolean.

Default value: GUESTFS_TRISTATE_NONE


The "filetype" property

  "filetype"                 GuestfsTristate       : Read / Write / Construct

A boolean.

Default value: GUESTFS_TRISTATE_NONE


The "flexbg" property

  "flexbg"                   GuestfsTristate       : Read / Write / Construct

A boolean.

Default value: GUESTFS_TRISTATE_NONE


The "forcecreate" property

  "forcecreate"              GuestfsTristate       : Read / Write / Construct

A boolean.

Default value: GUESTFS_TRISTATE_NONE


The "fragsize" property

  "fragsize"                 gint64                : Read / Write / Construct

A 64-bit integer.

Default value: -1


The "fstype" property

  "fstype"                   gchar*                : Read / Write / Construct

A string.

Default value: NULL


The "hasjournal" property

  "hasjournal"               GuestfsTristate       : Read / Write / Construct

A boolean.

Default value: GUESTFS_TRISTATE_NONE


The "inodesize" property

  "inodesize"                gint64                : Read / Write / Construct

A 64-bit integer.

Default value: -1


The "journaldev" property

  "journaldev"               GuestfsTristate       : Read / Write / Construct

A boolean.

Default value: GUESTFS_TRISTATE_NONE


The "journaldevice" property

  "journaldevice"            gchar*                : Read / Write / Construct

A string.

Default value: NULL


The "journalsize" property

  "journalsize"              gint64                : Read / Write / Construct

A 64-bit integer.

Default value: -1


The "label" property

  "label"                    gchar*                : Read / Write / Construct

A string.

Default value: NULL


The "largefile" property

  "largefile"                GuestfsTristate       : Read / Write / Construct

A boolean.

Default value: GUESTFS_TRISTATE_NONE


The "lastmounteddir" property

  "lastmounteddir"           gchar*                : Read / Write / Construct

A string.

Default value: NULL


The "lazyitableinit" property

  "lazyitableinit"           GuestfsTristate       : Read / Write / Construct

A boolean.

Default value: GUESTFS_TRISTATE_NONE


The "lazyjournalinit" property

  "lazyjournalinit"          GuestfsTristate       : Read / Write / Construct

A boolean.

Default value: GUESTFS_TRISTATE_NONE


The "maxonlineresize" property

  "maxonlineresize"          gint64                : Read / Write / Construct

A 64-bit integer.

Default value: -1


The "mmpupdateinterval" property

  "mmpupdateinterval"        gint                  : Read / Write / Construct

A 32-bit integer.

Default value: -1


The "numberofgroups" property

  "numberofgroups"           gint64                : Read / Write / Construct

A 64-bit integer.

Default value: -1


The "numberofinodes" property

  "numberofinodes"           gint64                : Read / Write / Construct

A 64-bit integer.

Default value: -1


The "quota" property

  "quota"                    GuestfsTristate       : Read / Write / Construct

A boolean.

Default value: GUESTFS_TRISTATE_NONE


The "quotatype" property

  "quotatype"                GuestfsTristate       : Read / Write / Construct

A boolean.

Default value: GUESTFS_TRISTATE_NONE


The "reservedblockspercentage" property

  "reservedblockspercentage" gint                  : Read / Write / Construct

A 32-bit integer.

Default value: -1


The "resizeinode" property

  "resizeinode"              GuestfsTristate       : Read / Write / Construct

A boolean.

Default value: GUESTFS_TRISTATE_NONE


The "sparsesuper" property

  "sparsesuper"              GuestfsTristate       : Read / Write / Construct

A boolean.

Default value: GUESTFS_TRISTATE_NONE


The "stridesize" property

  "stridesize"               gint64                : Read / Write / Construct

A 64-bit integer.

Default value: -1


The "stripewidth" property

  "stripewidth"              gint64                : Read / Write / Construct

A 64-bit integer.

Default value: -1


The "testfs" property

  "testfs"                   GuestfsTristate       : Read / Write / Construct

A boolean.

Default value: GUESTFS_TRISTATE_NONE


The "uninitbg" property

  "uninitbg"                 GuestfsTristate       : Read / Write / Construct

A boolean.

Default value: GUESTFS_TRISTATE_NONE


The "usagetype" property

  "usagetype"                gchar*                : Read / Write / Construct

A string.

Default value: NULL


The "uuid" property

  "uuid"                     gchar*                : Read / Write / Construct

A string.

Default value: NULL


The "writesbandgrouponly" property

  "writesbandgrouponly"      GuestfsTristate       : Read / Write / Construct

A boolean.

Default value: GUESTFS_TRISTATE_NONE