esxi_advanced
ESXi advanced system settings via SOAP/pyVmomi.
-
saltext.vcf.clients.esxi_advanced.get(opts, key, profile=None)[source]
Return {"key": <name>, "value": <current>}.
Consistent shape with set_value() — callers who only need the
value should get(...)["value"]. vcf_esxi_advanced.setting
(the state module) already expects this dict shape.