UpdateVm
Update AHV VM configuration
Enterprise Edition Talk to us
UpdateVm
Update AHV VM configuration
yaml
type: "io.kestra.plugin.ee.nutanix.ahv.UpdateVm"Examples
yaml
id: nutanix_update_vm
namespace: company.team
tasks:
- id: update_vm
type: io.kestra.plugin.ee.nutanix.ahv.UpdateVm
host: "{{ secret('NUTANIX_HOST') }}"
token: "{{ secret('NUTANIX_TOKEN') }}"
vmExtId: "{{ secret('NUTANIX_VM_EXT_ID') }}"
vm:
name: "kestra-demo"
description: "Updated by Kestra"
resources:
numSockets: 1
numCoresPerSocket: 2
memorySizeBytes: 2147483648
Properties
host *Requiredstring
vm *Requiredstring
Definitions
io.kestra.plugin.ee.nutanix.domain.AhvVm
clusterobject
descriptionstring
extIdstring
ipstring
namestring
resources
io.kestra.plugin.ee.nutanix.domain.AhvVm-Resources
disksarray
SubTypeobject
memorySizeBytesinteger
nicsarray
SubTypeobject
numCoresPerSocketinteger
numSocketsinteger
numThreadsPerCoreinteger
vmExtId *Requiredstring
password string
port integerstring
Default
9440scheme string
Default
httpstoken string
username string
verifySsl booleanstring
Default
false