vm.get_guest_network_interfaces =============================== Return the network interfaces visible inside a running VM as reported by the QEMU guest agent. Requires the guest to have ``qemu-guest-agent`` installed and running. .. note:: This method polls the guest agent with a 30-second timeout. If the agent is not yet ready (e.g. the guest just booted), a :exc:`CallError` is raised and the caller should retry. .. raw:: html
ID of the virtual machine.
Network interfaces reported by the QEMU guest agent.
No Additional ItemsInterface name as seen in the guest OS (e.g. 'eth0', 'ens3').
MAC address of the interface.
IP addresses currently assigned to this interface.
No Additional ItemsIP address assigned to the interface.
""
Prefix length (subnet mask bits).
Address family: 'IPV4' or 'IPV6'.