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