vcf_vim_dvs

State module for VDS + DPG.

saltext.vcf.states.vcf_vim_dvs.present(name, datacenter, num_uplinks=4, max_mtu=1500, description='', profile=None)[source]

Ensure VDS name exists in datacenter with the given config.

saltext.vcf.states.vcf_vim_dvs.absent(name, profile=None)[source]

Ensure VDS name does not exist.

saltext.vcf.states.vcf_vim_dvs.portgroup_present(name, dvs, vlan_id=0, num_ports=8, binding='earlyBinding', promiscuous=False, profile=None)[source]

Ensure a VLAN-backed DPG name exists on dvs.

saltext.vcf.states.vcf_vim_dvs.portgroup_absent(name, dvs, profile=None)[source]

Ensure DPG name on dvs does not exist.