Top | ![]() |
![]() |
![]() |
![]() |
const gchar * | gvir_network_get_name () |
const gchar * | gvir_network_get_uuid () |
GVirConfigNetwork * | gvir_network_get_config () |
GList * | gvir_network_get_dhcp_leases () |
GVirConfigNetwork * gvir_network_get_config (GVirNetwork *network
,guint flags
,GError **err
);
GList * gvir_network_get_dhcp_leases (GVirNetwork *network
,const char *mac
,guint flags
,GError **err
);
err
: Place-holder for possible errors
This function fetches leases info of guests in the specified network. If the
optional parameter mac
is specified, the returned list will contain only
lease info about a specific guest interface with mac
. There can be multiple
leases for a single mac
because this API supports DHCPv6 too.