vcf_vim_first_class_disk

State module for First-Class Disks.

saltext.vcf.states.vcf_vim_first_class_disk.present(name, datastore, capacity_gb, provisioning='thin', keep_after_delete_vm=False, profile_id=None, profile=None)[source]

Ensure an FCD named name with at least capacity_gb exists on datastore.

If the disk exists but is smaller, it is grown (extend). Provisioning type is checked-only; it cannot be changed in-place.

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

Ensure no FCD named name exists on datastore.