CreateVm
Create AHV VM (optionally power on)
Enterprise Edition Talk to us
CreateVm
Create AHV VM (optionally power on)
yaml
type: "io.kestra.plugin.ee.nutanix.ahv.CreateVm"Examples
yaml
id: nutanix_create_vm
namespace: company.team
tasks:
- id: create_vm
type: io.kestra.plugin.ee.nutanix.ahv.CreateVm
host: "{{ secret('NUTANIX_HOST') }}"
username: "{{ secret('NUTANIX_USERNAME') }}"
password: "{{ secret('NUTANIX_PASSWORD') }}"
vm:
name: "kestra-demo"
description: "VM created by Kestra"
cluster:
extId: "{{ secret('NUTANIX_CLUSTER_EXT_ID') }}"
resources:
numSockets: 1
numCoresPerSocket: 2
memorySizeBytes: 2147483648
disks: []
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
password string
port integerstring
Default
9440powerOn booleanstring
Default
falsescheme string
Default
httpstoken string
username string
verifySsl booleanstring
Default
falsewait booleanstring
Default
falseOutputs
taskExtId string
timestamp integer
vm
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