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 None on 404.

saltext.vcf.modules.vcf_vcfa_network_profile.create(spec, profile=None)[source]

Create a network profile.

saltext.vcf.modules.vcf_vcfa_network_profile.update(profile_id, spec, profile=None)[source]

Update a network profile.

saltext.vcf.modules.vcf_vcfa_network_profile.delete(profile_id, profile=None)[source]

Delete a network profile.