vcf_vcfa_storage_profile

Execution module for VCF Automation storage profiles.

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

List all storage profiles.

CLI Example:

salt '*' vcf_vcfa_storage_profile.list_
saltext.vcf.modules.vcf_vcfa_storage_profile.list_vsphere(profile=None)[source]

List vSphere-specific storage profiles.

saltext.vcf.modules.vcf_vcfa_storage_profile.get(profile_id, profile=None)[source]

Get one storage profile by id.

saltext.vcf.modules.vcf_vcfa_storage_profile.get_vsphere(profile_id, profile=None)[source]

Get one vSphere storage profile by id.

saltext.vcf.modules.vcf_vcfa_storage_profile.get_or_none(profile_id, profile=None)[source]

Get one storage profile by id, or None on 404.

saltext.vcf.modules.vcf_vcfa_storage_profile.create_vsphere(spec, profile=None)[source]

Create a vSphere storage profile.

saltext.vcf.modules.vcf_vcfa_storage_profile.update_vsphere(profile_id, spec, profile=None)[source]

Update a vSphere storage profile.

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

Delete a storage profile.