CreateVmSnapshot ​Create​Vm​Snapshot

yaml
type: "io.kestra.plugin.ee.vmware.vcenter.createvmsnapshot"
yaml
id: create_vm_snapshot
namespace: company.team

tasks:
  - id: create_snapshot
    type: io.kestra.plugin.ee.vmware.vcenter.CreateVmSnapshot
    server: "vcenter.mycompany.com"
    username: "{{ secret('VMWARE_VCENTER_USERNAME') }}"
    password: "{{ secret('VMWARE_VCENTER_PASSWORD') }}"
    vmName: "vm-to-snapshot"
    snapshotName: "daily-backup-2025-07-18"
    snapshotDescription: "Daily automated backup"
    memory: true
    quiesce: false
Properties
Default false
Default 443
Default false