Top | ![]() |
![]() |
![]() |
![]() |
GuestfsAddDomainGuestfsAddDomain — An object encapsulating optional arguments for guestfs_session_add_domain |
GuestfsTristate | allowuuid | Read / Write / Construct |
gchar * | cachemode | Read / Write / Construct |
gchar * | discard | Read / Write / Construct |
gchar * | iface | Read / Write / Construct |
gchar * | libvirturi | Read / Write / Construct |
GuestfsTristate | live | Read / Write / Construct |
GuestfsTristate | readonly | Read / Write / Construct |
gchar * | readonlydisk | Read / Write / Construct |
GuestfsAddDomain *
guestfs_add_domain_new (void
);
Create a new GuestfsAddDomain object
struct GuestfsAddDomain;
An object encapsulating optional arguments for guestfs_session_add_domain.
“allowuuid”
property“allowuuid” GuestfsTristate
A boolean.
Flags: Read / Write / Construct
Default value: GUESTFS_TRISTATE_NONE
“cachemode”
property“cachemode” gchar *
A string.
Flags: Read / Write / Construct
Default value: NULL
“discard”
property“discard” gchar *
A string.
Flags: Read / Write / Construct
Default value: NULL
“libvirturi”
property“libvirturi” gchar *
A string.
Flags: Read / Write / Construct
Default value: NULL
“live”
property“live” GuestfsTristate
A boolean.
Flags: Read / Write / Construct
Default value: GUESTFS_TRISTATE_NONE
“readonly”
property“readonly” GuestfsTristate
A boolean.
Flags: Read / Write / Construct
Default value: GUESTFS_TRISTATE_NONE
“readonlydisk”
property“readonlydisk” gchar *
A string.
Flags: Read / Write / Construct
Default value: NULL