StartVm
yaml
type: "io.kestra.plugin.ee.vmware.vcenter.startvm"
Examples
yaml
id: start_vm
namespace: company.team
tasks:
- id: start
type: io.kestra.plugin.ee.vmware.vcenter.StartVm
server: "vcenter.mycompany.com"
username: "{{ secret('VMWARE_VCENTER_USERNAME') }}"
password: "{{ secret('VMWARE_VCENTER_PASSWORD') }}"
vmName: "vm-to-start"
Properties
password *Requiredstring
server *Requiredstring
username *Requiredstring
vmName *Requiredstring
port integerstring
Default
443