Top | ![]() |
![]() |
![]() |
![]() |
GuestfsAddDriveGuestfsAddDrive — An object encapsulating optional arguments for guestfs_session_add_drive |
gchar * | cachemode | Read / Write / Construct |
GuestfsTristate | copyonread | Read / Write / Construct |
gchar * | discard | Read / Write / Construct |
gchar * | format | Read / Write / Construct |
gchar * | iface | Read / Write / Construct |
gchar * | label | Read / Write / Construct |
gchar * | name | Read / Write / Construct |
gchar * | protocol | Read / Write / Construct |
GuestfsTristate | readonly | Read / Write / Construct |
gchar * | secret | Read / Write / Construct |
gchar * | username | Read / Write / Construct |
GuestfsAddDrive *
guestfs_add_drive_new (void
);
Create a new GuestfsAddDrive object
struct GuestfsAddDrive;
An object encapsulating optional arguments for guestfs_session_add_drive.
“cachemode”
property “cachemode” gchar *
A string.
Flags: Read / Write / Construct
Default value: NULL
“copyonread”
property“copyonread” GuestfsTristate
A boolean.
Flags: Read / Write / Construct
Default value: GUESTFS_TRISTATE_NONE
“discard”
property “discard” gchar *
A string.
Flags: Read / Write / Construct
Default value: NULL
“format”
property “format” gchar *
A string.
Flags: Read / Write / Construct
Default value: NULL
“protocol”
property “protocol” gchar *
A string.
Flags: Read / Write / Construct
Default value: NULL
“readonly”
property“readonly” GuestfsTristate
A boolean.
Flags: Read / Write / Construct
Default value: GUESTFS_TRISTATE_NONE
“secret”
property “secret” gchar *
A string.
Flags: Read / Write / Construct
Default value: NULL