vcf_vim_scheduled_task

State module for vCenter scheduled tasks.

saltext.vcf.states.vcf_vim_scheduled_task.present(name, entity, spec, profile=None)[source]

Ensure a scheduled task with name exists on entity.

Match is by spec.name field; if a task with the same name exists, no change is made (idempotency check on existence only — full spec diff is not attempted because the SOAP schema is open-ended).

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

Ensure scheduled task name is gone.