delightful-yacht-47451
04/23/2025, 1:43 PMpciDeviceIds
with the host ID and a specific device ID. However, I need to configure the VM to use NVIDIA GRID vGPU or Dynamic DirectPath IO access types instead, as these are required for my use case.
How can I configure a vSphere VM in Pulumi to use NVIDIA GRID vGPU or Dynamic DirectPath IO instead of DirectPath IO?
Are there specific extraConfig
keys or properties (e.g., pciPassthru0.cfg.vgpu
) to enable NVIDIA GRID vGPU? If so, what are they?
I can manually assign the PCI profile via “Edit Settings > Virtual Hardware > Add PCI Device > NVIDIA GRID vGPU”, but I would like to automate this with Pulumi.
Thank you for any help :)