StopVm
Enterprise Edition Talk to us
StopVm
yaml
type: "io.kestra.plugin.ee.nutanix.ahv.StopVm"Examples
yaml
id: nutanix_stop_vm
namespace: company.team
tasks:
- id: stop_vm
type: io.kestra.plugin.ee.nutanix.ahv.StopVm
host: "{{ secret('NUTANIX_HOST') }}"
token: "{{ secret('NUTANIX_TOKEN') }}"
vmExtId: "{{ secret('NUTANIX_VM_EXT_ID') }}"
gracefully: true
guest: true
Properties
host *Requiredstring
vmExtId *Requiredstring
gracefully booleanstring
Default
falseguest booleanstring
Default
falsepassword string
port integerstring
Default
9440scheme string
Default
httpstoken string
username string
verifySsl booleanstring
Default
false