Displaying 2 results from an estimated 2 matches for "libvirt_domain_lookup_by_".
2023 Mar 23
2
Option Flags
...n 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20230323/4aaac81c/attachment.htm>
2023 Mar 23
1
Option Flags
...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
>
>
>
Hey, thanks for the report. I've created a MR that fixes these problems
here:
https://gitlab.com/libvirt/libvirt-php/-/merge_requests/38
Michal