vcf_nsx_context_profile

Execution module for NSX layer-7 context profiles.

saltext.vcf.modules.vcf_nsx_context_profile.list_(profile=None)[source]

List .

CLI Example:

salt '*' vcf_nsx_context_profile.list_
saltext.vcf.modules.vcf_nsx_context_profile.get(profile_id, profile=None)[source]

Get.

CLI Example:

salt '*' vcf_nsx_context_profile.get <profile_id>
saltext.vcf.modules.vcf_nsx_context_profile.create(profile_id, profile=None, **spec)[source]

Create.

CLI Example:

salt '*' vcf_nsx_context_profile.create <profile_id>
saltext.vcf.modules.vcf_nsx_context_profile.delete(profile_id, profile=None)[source]

Delete.

CLI Example:

salt '*' vcf_nsx_context_profile.delete <profile_id>