vcf_vim_host_hyperthreading

Execution module for ESXi hyperthreading toggle.

saltext.vcf.modules.vcf_vim_host_hyperthreading.get(host, profile=None)[source]

Return hyperthreading state {available, active, config}.

CLI Example:

salt '*' vcf_vim_host_hyperthreading.get <host>
saltext.vcf.modules.vcf_vim_host_hyperthreading.enable(host, profile=None)[source]

Mark hyperthreading enabled (reboot required).

CLI Example:

salt '*' vcf_vim_host_hyperthreading.enable <host>
saltext.vcf.modules.vcf_vim_host_hyperthreading.disable(host, profile=None)[source]

Mark hyperthreading disabled (reboot required).

CLI Example:

salt '*' vcf_vim_host_hyperthreading.disable <host>