vcf_vcfa_network_profile¶
Execution module for VCF Automation network profiles.
- saltext.vcf.modules.vcf_vcfa_network_profile.list_(profile=None)[source]¶
List all network profiles.
CLI Example:
salt '*' vcf_vcfa_network_profile.list_
- saltext.vcf.modules.vcf_vcfa_network_profile.get(profile_id, profile=None)[source]¶
Get one network profile by id.
- saltext.vcf.modules.vcf_vcfa_network_profile.get_or_none(profile_id, profile=None)[source]¶
Get one network profile by id, or
Noneon 404.
- saltext.vcf.modules.vcf_vcfa_network_profile.create(spec, profile=None)[source]¶
Create a network profile.