vcf_vim_vm_devices¶
State module for niche VM virtual devices (vTPM, vGPU, serial).
- saltext.vcf.states.vcf_vim_vm_devices.tpm_present(name, vm=None, profile=None)[source]¶
Ensure a vTPM device is attached to vm. VM must be powered off.
- saltext.vcf.states.vcf_vim_vm_devices.tpm_absent(name, vm=None, profile=None)[source]¶
Ensure no vTPM device on vm.
- saltext.vcf.states.vcf_vim_vm_devices.vgpu_present(name, vm, profile_name, profile=None)[source]¶
Ensure a vGPU with profile_name is attached to vm.