vcf_nsx_uplink_profile
State module for NSX uplink (host-switch) profiles.
-
saltext.vcf.states.vcf_nsx_uplink_profile.present(name, teaming, profile=None, **spec)[source]
Ensure uplink profile name exists with teaming.
Policy API PUT is idempotent, so this only checks presence — it does
not diff/update fields on an already-existing profile.
-
saltext.vcf.states.vcf_nsx_uplink_profile.absent(name, profile=None)[source]
Ensure uplink profile name does not exist.