{{ domain.name }} {{ domain.memory.value }} {{ domain.vcpu.value }} {{ domain.os.type.value }} {{ domain.devices.emulator }} {% if domain.devices.disks is defined %} {% for disk in domain.devices.disks %} {% if disk.source.protocol is defined %} {% elif disk.source.dev is defined %} {% else %} {% endif %} {% if disk.address is defined %}
{% endif %} {% endfor %} {% endif %} {% if domain.filesystems is defined %} {% for filesystem in domain.filesystems %} {% endfor %} {% endif %} {% if domain.devices.interfaces is defined %} {% for interface in domain.devices.interfaces %} {% if interface.address is defined %}
{% endif %} {% endfor %} {% endif %} {% if domain.devices.channels is defined %} {% for channel in domain.devices.channels %} {% if channel.address is defined %}
{% endif %} {% endfor %} {% endif %} {% if domain.devices.inputs is defined %} {% for input in domain.devices.inputs %} {% if input.address is defined %}
{% endif %} {% endfor %} {% endif %} {% if domain.devices.graphics is defined %} {% endif %} {% if domain.devices.video is defined %}