vcf_vim_cluster_config

State module for cluster DRS/HA/EVC/DPM settings.

saltext.vcf.states.vcf_vim_cluster_config.drs(name, cluster=None, enabled=None, default_vm_behavior=None, migration_threshold=None, vm_monitoring_enabled=None, profile=None)[source]

Ensure DRS settings on cluster match the provided values.

Only non-None fields participate in drift detection. name is informational; cluster defaults to name when omitted.

saltext.vcf.states.vcf_vim_cluster_config.ha(name, cluster=None, enabled=None, host_monitoring=None, vm_monitoring=None, restart_priority=None, isolation_response=None, admission_control_enabled=None, profile=None)[source]

Ensure HA settings on cluster match the provided values.

saltext.vcf.states.vcf_vim_cluster_config.evc(name, cluster=None, mode=None, profile=None)[source]

Ensure EVC on cluster matches mode (or is disabled when None).