![]() |
![]() |
![]() |
Libguestfs GObject Bindings Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
GuestfsAddDomainGuestfsAddDomain — An object encapsulating optional arguments for guestfs_session_add_domain |
#include <guestfs-gobject.h>
struct GuestfsAddDomain;
struct GuestfsAddDomainClass;
GuestfsAddDomain * guestfs_add_domain_new (void
);
"allowuuid" GuestfsTristate : Read / Write / Construct "iface" gchar* : Read / Write / Construct "libvirturi" gchar* : Read / Write / Construct "live" GuestfsTristate : Read / Write / Construct "readonly" GuestfsTristate : Read / Write / Construct "readonlydisk" gchar* : Read / Write / Construct
struct GuestfsAddDomain;
An object encapsulating optional arguments for guestfs_session_add_domain.
struct GuestfsAddDomainClass { GObjectClass parent_class; };
A class metadata object for GuestfsAddDomain.
GObjectClass |
The superclass of GuestfsAddDomainClass |
GuestfsAddDomain * guestfs_add_domain_new (void
);
Create a new GuestfsAddDomain object
Returns : |
a new GuestfsAddDomain object. [transfer full] |
"allowuuid"
property"allowuuid" GuestfsTristate : Read / Write / Construct
A boolean.
Default value: GUESTFS_TRISTATE_NONE
"libvirturi"
property"libvirturi" gchar* : Read / Write / Construct
A string.
Default value: NULL
"live"
property"live" GuestfsTristate : Read / Write / Construct
A boolean.
Default value: GUESTFS_TRISTATE_NONE
"readonly"
property"readonly" GuestfsTristate : Read / Write / Construct
A boolean.
Default value: GUESTFS_TRISTATE_NONE
"readonlydisk"
property"readonlydisk" gchar* : Read / Write / Construct
A string.
Default value: NULL