CloneTemplate
Enterprise Edition Talk to us
CloneTemplate
yaml
type: "io.kestra.plugin.ee.nutanix.ahv.CloneTemplate"Examples
yaml
id: nutanix_clone_template
namespace: company.team
tasks:
- id: clone_template
type: io.kestra.plugin.ee.nutanix.ahv.CloneTemplate
host: "{{ secret('NUTANIX_HOST') }}"
token: "{{ secret('NUTANIX_TOKEN') }}"
templateVersionExtId: "{{ secret('NUTANIX_TEMPLATE_VERSION_EXT_ID') }}"
templateName: "kestra-template-clone"
templateDescription: "Cloned template"
versionName: "v1"
vmConfigOverride:
name: "kestra-clone-vm"
memorySizeBytes: 2147483648
Properties
host *Requiredstring
templateName *Requiredstring
templateVersionExtId *Requiredstring
isActiveVersion booleanstring
isGcOverrideEnabled booleanstring
password string
port integerstring
Default
9440scheme string
Default
httpstemplateDescription string
token string
username string
verifySsl booleanstring
Default
false