Displaying 2 results from an estimated 2 matches for "libvirt_domain_undefine_flag".
Did you mean:
  libvirt_domain_undefine_flags
  
2023 Mar 23
2
Option Flags
Hi
Are the flags documented? can this function be used to  specify  same as virsh
undefine --nvram "name of VM"
libvirt_domain_undefine_flags($res, $flags)
[Since version (null)]
Function is used to undefine(with flags) the domain identified by it's
resource.
*@res [resource]*: libvirt domain resource, e.g. from
libvirt_domain_lookup_by_*()
*@flags [int]*: optional flags
*Returns*: : TRUE for success, FALSE on error
--------------...
2023 Mar 23
1
Option Flags
On 3/23/23 10:35, Simon Fairweather wrote:
> Hi?
> 
> Are the flags documented? can this function be used to? specify? same
> as?virsh undefine --nvram "name of VM"
> 
> libvirt_domain_undefine_flags($res, $flags)
> 
> [Since version (null)]
> 
> Function is used to undefine(with flags) the domain identified by it's
> resource.
> 
> /@res [resource]/:	libvirt domain resource, e.g. from
> libvirt_domain_lookup_by_*()
> /@flags [int]/:	optional flags
> /Returns/...