ConvertTemplateToVm ​Convert​Template​To​Vm

yaml
type: "io.kestra.plugin.ee.vmware.vcenter.converttemplatetovm"
yaml
id: convert_template_to_vm
namespace: company.team

tasks:
  - id: convert
    type: io.kestra.plugin.ee.vmware.vcenter.ConvertTemplateToVm
    server: "vcenter.mycompany.com"
    port: 443
    username: "{{ secret('VMWARE_VCENTER_USERNAME') }}"
    password: "{{ secret('VMWARE_VCENTER_PASSWORD') }}"
    templateName: "template-ubuntu"
    hostname: "192.168.122.65"
    powerOn: true
Properties
Default 443
Default false