Mkfs
Object Hierarchy:
Description:
[
CCode ( type_id =
"guestfs_mkfs_get_type ()" ) ]
public class Mkfs :
Object
An object encapsulating optional arguments for guestfs_session_mkfs.
Content:
Properties:
- public int blocksize { get; set construct; }
A 32-bit integer.
- public string features { owned get; set construct; }
A string.
- public int inode { get; set construct; }
A 32-bit integer.
- public string label { owned get; set construct; }
A string.
- public int sectorsize { get; set construct; }
A 32-bit integer.
Creation methods:
Inherited Members:
All known members inherited from class GLib.Object