ConvertVmToTemplate
Enterprise Edition Talk to us
ConvertVmToTemplate
yaml
type: "io.kestra.plugin.ee.nutanix.ahv.ConvertVmToTemplate"Examples
yaml
id: nutanix_convert_vm_to_template
namespace: company.team
tasks:
- id: convert_vm_to_template
type: io.kestra.plugin.ee.nutanix.ahv.ConvertVmToTemplate
host: "{{ secret('NUTANIX_HOST') }}"
token: "{{ secret('NUTANIX_TOKEN') }}"
vmExtId: "{{ secret('NUTANIX_VM_EXT_ID') }}"
templateName: "kestra-template"
templateDescription: "Template created from a VM"
versionName: "v1"
Properties
host *Requiredstring
templateName *Requiredstring
vmExtId *Requiredstring
isActiveVersion booleanstring
isGcOverrideEnabled booleanstring
password string
port integerstring
Default
9440scheme string
Default
httpstemplateDescription string
token string
username string
verifySsl booleanstring
Default
false