Skip to content

Resource: proxmox_hardware_mapping_pci

Manages a PCI hardware mapping in a Proxmox VE cluster.

Schema

Required

  • map (Attributes Set) The actual map of devices for the PCI hardware mapping. (see below for nested schema)
  • name (String) The name of this PCI hardware mapping.

Optional

  • comment (String) The comment of this PCI hardware mapping.
  • mediated_devices (Boolean) Indicates whether to enable mediated devices.

Read-Only

  • id (String) The unique identifier of this PCI hardware mapping resource.

Nested Schema for map

Required:

  • id (String) The ID of the map.
  • node (String) The node name of the map.
  • path (String) The path of the map.

Optional:

  • comment (String) The comment of the mapped PCI device.
  • iommu_group (Number) The IOMMU group of the map. While not mandatory for the Proxmox VE API call, omitting this attribute will result in an incomplete PCI hardware mapping.
  • subsystem_id (String) The subsystem ID group of the map. While not mandatory for the Proxmox VE API call, omitting this attribute will result in an incomplete PCI hardware mapping.