ConvertTemplateToVm
yaml
type: "io.kestra.plugin.ee.vmware.vcenter.converttemplatetovm"
Examples
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
hostname *Requiredstring
password *Requiredstring
server *Requiredstring
templateName *Requiredstring
username *Requiredstring
port integerstring
Default
443
powerOn booleanstring
Default
false