Skip to content

Commit

Permalink
M #: Update core updateconf description with allowed changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dann1 committed Dec 8, 2023
1 parent 79fef43 commit 3d83c7c
Showing 1 changed file with 24 additions and 19 deletions.
43 changes: 24 additions & 19 deletions source/integration_and_development/system_interfaces/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2087,25 +2087,30 @@ one.vm.updateconf

The supported attributes are:

+--------------+-------------------------------------------------------------------------+
| Attribute | Sub-attributes |
+==============+=========================================================================+
| ``OS`` | ``ARCH``, ``MACHINE``, ``KERNEL``, ``INITRD``, ``BOOTLOADER``, ``BOOT``,|
| | ``SD_DISK_BUS``, ``UUID`` |
+--------------+-------------------------------------------------------------------------+
| ``FEATURES`` | ``ACPI``, ``PAE``, ``APIC``, ``LOCALTIME``, ``HYPERV``, ``GUEST_AGENT``,|
| | ``VIRTIO_SCSI_QUEUES``, ``VIRTIO_BLK_QUEUES``, ``IOTHREADS`` |
+--------------+-------------------------------------------------------------------------+
| ``INPUT`` | ``TYPE``, ``BUS`` |
+--------------+-------------------------------------------------------------------------+
| ``GRAPHICS`` | ``TYPE``, ``LISTEN``, ``PASSWD``, ``KEYMAP`` |
+--------------+-------------------------------------------------------------------------+
| ``VIDEO`` | ``TYPE``, ``IOMMU``, ``ATS``, ``VRAM``, ``RESOLUTION`` |
+--------------+-------------------------------------------------------------------------+
| ``RAW`` | ``DATA``, ``DATA_VMX``, ``TYPE`` |
+--------------+-------------------------------------------------------------------------+
| ``CONTEXT`` | Any value. **Variable substitution will be made** |
+--------------+-------------------------------------------------------------------------+
+--------------------+--------------------------------------------------------------------------------+
| Attribute | Sub-attributes |
+====================+================================================================================+
| ``OS`` | ``ARCH``, ``MACHINE``, ``KERNEL``, ``INITRD``, ``BOOTLOADER``, ``BOOT``, |
| | ``SD_DISK_BUS``, ``UUID`` |
+--------------------+--------------------------------------------------------------------------------+
| ``CPU_MODEL`` | ``MODEL``, ``UUID`` |
+--------------------+--------------------------------------------------------------------------------+
| ``FEATURES`` | ``ACPI``, ``PAE``, ``APIC``, ``LOCALTIME``, ``HYPERV``, ``GUEST_AGENT``, |
| | ``VIRTIO_SCSI_QUEUES``, ``VIRTIO_BLK_QUEUES``, ``IOTHREADS`` |
+--------------------+--------------------------------------------------------------------------------+
| ``INPUT`` | ``TYPE``, ``BUS`` |
+--------------------+--------------------------------------------------------------------------------+
| ``GRAPHICS`` | ``TYPE``, ``LISTEN``, ``PASSWD``, ``KEYMAP`` |
+--------------------+--------------------------------------------------------------------------------+
| ``VIDEO`` | ``TYPE``, ``IOMMU``, ``ATS``, ``VRAM``, ``RESOLUTION`` |
+--------------------+--------------------------------------------------------------------------------+
| ``RAW`` | ``DATA``, ``DATA_VMX``, ``TYPE`` |
+--------------------+--------------------------------------------------------------------------------+
| ``CONTEXT`` | Any value. **Variable substitution will be made** |
+--------------------+--------------------------------------------------------------------------------+
| ``BACKUP_CONFIG`` | ``FS_FREEZE``, ``KEEP_LAST``, ``BACKUP_VOLATILE``, ``MODE``, ``INCREMENT_MODE``|
+--------------------+--------------------------------------------------------------------------------+


.. note:: Visit the :ref:`Virtual Machine Template reference <template>` for a complete description of each attribute

Expand Down

0 comments on commit 3d83c7c

Please sign in to comment.