vcf_vim_host_kernel_module

Execution module for ESXi kernel-module config (SOAP).

saltext.vcf.modules.vcf_vim_host_kernel_module.list_(host, profile=None)[source]

List kernel modules on host.

CLI Example:

salt '*' vcf_vim_host_kernel_module.list_ <host>
saltext.vcf.modules.vcf_vim_host_kernel_module.get_options(host, module, profile=None)[source]

Return the configured option string for module.

CLI Example:

salt '*' vcf_vim_host_kernel_module.get_options <host> <module>
saltext.vcf.modules.vcf_vim_host_kernel_module.set_options(host, module, options, profile=None)[source]

Set the kernel-module option string.

CLI Example:

salt '*' vcf_vim_host_kernel_module.set_options <host> <module> <options>