1. Packages
  2. Nutanix
  3. API Docs
  4. getTemplateV2
Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg

nutanix.getTemplateV2

Explore with Pulumi AI

nutanix logo
Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg

    Retrieve the Template details for the given Template identifier.

    Example

    import * as pulumi from "@pulumi/pulumi";
    import * as nutanix from "@pulumi/nutanix";
    
    const template = nutanix.getTemplateV2({
        extId: "{{ ext_id of template }}",
    });
    
    import pulumi
    import pulumi_nutanix as nutanix
    
    template = nutanix.get_template_v2(ext_id="{{ ext_id of template }}")
    
    package main
    
    import (
    	"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := nutanix.LookupTemplateV2(ctx, &nutanix.LookupTemplateV2Args{
    			ExtId: "{{ ext_id of template }}",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Nutanix = Pulumi.Nutanix;
    
    return await Deployment.RunAsync(() => 
    {
        var template = Nutanix.GetTemplateV2.Invoke(new()
        {
            ExtId = "{{ ext_id of template }}",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.nutanix.NutanixFunctions;
    import com.pulumi.nutanix.inputs.GetTemplateV2Args;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var template = NutanixFunctions.getTemplateV2(GetTemplateV2Args.builder()
                .extId("{{ ext_id of template }}")
                .build());
    
        }
    }
    
    variables:
      template:
        fn::invoke:
          function: nutanix:getTemplateV2
          arguments:
            extId: '{{ ext_id of template }}'
    

    Using getTemplateV2

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getTemplateV2(args: GetTemplateV2Args, opts?: InvokeOptions): Promise<GetTemplateV2Result>
    function getTemplateV2Output(args: GetTemplateV2OutputArgs, opts?: InvokeOptions): Output<GetTemplateV2Result>
    def get_template_v2(ext_id: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetTemplateV2Result
    def get_template_v2_output(ext_id: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetTemplateV2Result]
    func LookupTemplateV2(ctx *Context, args *LookupTemplateV2Args, opts ...InvokeOption) (*LookupTemplateV2Result, error)
    func LookupTemplateV2Output(ctx *Context, args *LookupTemplateV2OutputArgs, opts ...InvokeOption) LookupTemplateV2ResultOutput

    > Note: This function is named LookupTemplateV2 in the Go SDK.

    public static class GetTemplateV2 
    {
        public static Task<GetTemplateV2Result> InvokeAsync(GetTemplateV2Args args, InvokeOptions? opts = null)
        public static Output<GetTemplateV2Result> Invoke(GetTemplateV2InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTemplateV2Result> getTemplateV2(GetTemplateV2Args args, InvokeOptions options)
    public static Output<GetTemplateV2Result> getTemplateV2(GetTemplateV2Args args, InvokeOptions options)
    
    fn::invoke:
      function: nutanix:index/getTemplateV2:getTemplateV2
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ExtId string
    The identifier of a Template.
    ExtId string
    The identifier of a Template.
    extId String
    The identifier of a Template.
    extId string
    The identifier of a Template.
    ext_id str
    The identifier of a Template.
    extId String
    The identifier of a Template.

    getTemplateV2 Result

    The following output properties are available:

    CreateTime string
    VM creation time
    CreatedBies List<PiersKarsenbarg.Nutanix.Outputs.GetTemplateV2CreatedBy>
    User or Service who created the User.
    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    GuestUpdateStatuses List<PiersKarsenbarg.Nutanix.Outputs.GetTemplateV2GuestUpdateStatus>
    Status of a Guest Update.
    Id string
    The provider-assigned unique ID for this managed resource.
    Links List<PiersKarsenbarg.Nutanix.Outputs.GetTemplateV2Link>
    TemplateDescription string
    The user defined description of a Template.
    TemplateName string
    The user defined name of a Template.
    TemplateVersionSpecs List<PiersKarsenbarg.Nutanix.Outputs.GetTemplateV2TemplateVersionSpec>
    A model that represents an object instance that is accessible through an API endpoint. Instances of this type get an extId field that contains the globally unique identifier for that instance
    TenantId string
    UpdateTime string
    VM last updated time.
    UpdatedBies List<PiersKarsenbarg.Nutanix.Outputs.GetTemplateV2UpdatedBy>
    Last updated by this User ID.
    CreateTime string
    VM creation time
    CreatedBies []GetTemplateV2CreatedBy
    User or Service who created the User.
    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    GuestUpdateStatuses []GetTemplateV2GuestUpdateStatus
    Status of a Guest Update.
    Id string
    The provider-assigned unique ID for this managed resource.
    Links []GetTemplateV2Link
    TemplateDescription string
    The user defined description of a Template.
    TemplateName string
    The user defined name of a Template.
    TemplateVersionSpecs []GetTemplateV2TemplateVersionSpec
    A model that represents an object instance that is accessible through an API endpoint. Instances of this type get an extId field that contains the globally unique identifier for that instance
    TenantId string
    UpdateTime string
    VM last updated time.
    UpdatedBies []GetTemplateV2UpdatedBy
    Last updated by this User ID.
    createTime String
    VM creation time
    createdBies List<GetTemplateV2CreatedBy>
    User or Service who created the User.
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.
    guestUpdateStatuses List<GetTemplateV2GuestUpdateStatus>
    Status of a Guest Update.
    id String
    The provider-assigned unique ID for this managed resource.
    links List<GetTemplateV2Link>
    templateDescription String
    The user defined description of a Template.
    templateName String
    The user defined name of a Template.
    templateVersionSpecs List<GetTemplateV2TemplateVersionSpec>
    A model that represents an object instance that is accessible through an API endpoint. Instances of this type get an extId field that contains the globally unique identifier for that instance
    tenantId String
    updateTime String
    VM last updated time.
    updatedBies List<GetTemplateV2UpdatedBy>
    Last updated by this User ID.
    createTime string
    VM creation time
    createdBies GetTemplateV2CreatedBy[]
    User or Service who created the User.
    extId string
    A globally unique identifier of an instance that is suitable for external consumption.
    guestUpdateStatuses GetTemplateV2GuestUpdateStatus[]
    Status of a Guest Update.
    id string
    The provider-assigned unique ID for this managed resource.
    links GetTemplateV2Link[]
    templateDescription string
    The user defined description of a Template.
    templateName string
    The user defined name of a Template.
    templateVersionSpecs GetTemplateV2TemplateVersionSpec[]
    A model that represents an object instance that is accessible through an API endpoint. Instances of this type get an extId field that contains the globally unique identifier for that instance
    tenantId string
    updateTime string
    VM last updated time.
    updatedBies GetTemplateV2UpdatedBy[]
    Last updated by this User ID.
    create_time str
    VM creation time
    created_bies Sequence[GetTemplateV2CreatedBy]
    User or Service who created the User.
    ext_id str
    A globally unique identifier of an instance that is suitable for external consumption.
    guest_update_statuses Sequence[GetTemplateV2GuestUpdateStatus]
    Status of a Guest Update.
    id str
    The provider-assigned unique ID for this managed resource.
    links Sequence[GetTemplateV2Link]
    template_description str
    The user defined description of a Template.
    template_name str
    The user defined name of a Template.
    template_version_specs Sequence[GetTemplateV2TemplateVersionSpec]
    A model that represents an object instance that is accessible through an API endpoint. Instances of this type get an extId field that contains the globally unique identifier for that instance
    tenant_id str
    update_time str
    VM last updated time.
    updated_bies Sequence[GetTemplateV2UpdatedBy]
    Last updated by this User ID.
    createTime String
    VM creation time
    createdBies List<Property Map>
    User or Service who created the User.
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.
    guestUpdateStatuses List<Property Map>
    Status of a Guest Update.
    id String
    The provider-assigned unique ID for this managed resource.
    links List<Property Map>
    templateDescription String
    The user defined description of a Template.
    templateName String
    The user defined name of a Template.
    templateVersionSpecs List<Property Map>
    A model that represents an object instance that is accessible through an API endpoint. Instances of this type get an extId field that contains the globally unique identifier for that instance
    tenantId String
    updateTime String
    VM last updated time.
    updatedBies List<Property Map>
    Last updated by this User ID.

    Supporting Types

    GetTemplateV2CreatedBy

    AdditionalAttributes List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2CreatedByAdditionalAttribute>
    Any additional attribute for the User.
    CreationType string
    Description string
    VM description
    DisplayName string
    Display name for the User.
    EmailId string
    Email Id for the User.
    ExtId string
    The identifier of a Template.
    FirstName string
    First name for the User.
    IdpId string
    Identifier of the IDP for the User.
    IsForceResetPasswordEnabled bool
    Flag to force the User to reset password.
    LastName string
    Last name for the User.
    Locale string
    Default locale for the User.
    MiddleInitial string
    Middle name for the User.
    Password string
    Region string
    Default Region for the User.
    Status string
    Status of the User.
    UserType string
    Type of the User.
    Username string
    Identifier for the User in the form an email address.
    AdditionalAttributes []GetTemplateV2CreatedByAdditionalAttribute
    Any additional attribute for the User.
    CreationType string
    Description string
    VM description
    DisplayName string
    Display name for the User.
    EmailId string
    Email Id for the User.
    ExtId string
    The identifier of a Template.
    FirstName string
    First name for the User.
    IdpId string
    Identifier of the IDP for the User.
    IsForceResetPasswordEnabled bool
    Flag to force the User to reset password.
    LastName string
    Last name for the User.
    Locale string
    Default locale for the User.
    MiddleInitial string
    Middle name for the User.
    Password string
    Region string
    Default Region for the User.
    Status string
    Status of the User.
    UserType string
    Type of the User.
    Username string
    Identifier for the User in the form an email address.
    additionalAttributes List<GetTemplateV2CreatedByAdditionalAttribute>
    Any additional attribute for the User.
    creationType String
    description String
    VM description
    displayName String
    Display name for the User.
    emailId String
    Email Id for the User.
    extId String
    The identifier of a Template.
    firstName String
    First name for the User.
    idpId String
    Identifier of the IDP for the User.
    isForceResetPasswordEnabled Boolean
    Flag to force the User to reset password.
    lastName String
    Last name for the User.
    locale String
    Default locale for the User.
    middleInitial String
    Middle name for the User.
    password String
    region String
    Default Region for the User.
    status String
    Status of the User.
    userType String
    Type of the User.
    username String
    Identifier for the User in the form an email address.
    additionalAttributes GetTemplateV2CreatedByAdditionalAttribute[]
    Any additional attribute for the User.
    creationType string
    description string
    VM description
    displayName string
    Display name for the User.
    emailId string
    Email Id for the User.
    extId string
    The identifier of a Template.
    firstName string
    First name for the User.
    idpId string
    Identifier of the IDP for the User.
    isForceResetPasswordEnabled boolean
    Flag to force the User to reset password.
    lastName string
    Last name for the User.
    locale string
    Default locale for the User.
    middleInitial string
    Middle name for the User.
    password string
    region string
    Default Region for the User.
    status string
    Status of the User.
    userType string
    Type of the User.
    username string
    Identifier for the User in the form an email address.
    additional_attributes Sequence[GetTemplateV2CreatedByAdditionalAttribute]
    Any additional attribute for the User.
    creation_type str
    description str
    VM description
    display_name str
    Display name for the User.
    email_id str
    Email Id for the User.
    ext_id str
    The identifier of a Template.
    first_name str
    First name for the User.
    idp_id str
    Identifier of the IDP for the User.
    is_force_reset_password_enabled bool
    Flag to force the User to reset password.
    last_name str
    Last name for the User.
    locale str
    Default locale for the User.
    middle_initial str
    Middle name for the User.
    password str
    region str
    Default Region for the User.
    status str
    Status of the User.
    user_type str
    Type of the User.
    username str
    Identifier for the User in the form an email address.
    additionalAttributes List<Property Map>
    Any additional attribute for the User.
    creationType String
    description String
    VM description
    displayName String
    Display name for the User.
    emailId String
    Email Id for the User.
    extId String
    The identifier of a Template.
    firstName String
    First name for the User.
    idpId String
    Identifier of the IDP for the User.
    isForceResetPasswordEnabled Boolean
    Flag to force the User to reset password.
    lastName String
    Last name for the User.
    locale String
    Default locale for the User.
    middleInitial String
    Middle name for the User.
    password String
    region String
    Default Region for the User.
    status String
    Status of the User.
    userType String
    Type of the User.
    username String
    Identifier for the User in the form an email address.

    GetTemplateV2CreatedByAdditionalAttribute

    name String
    Name of the GPU resource.
    values List<Property Map>

    GetTemplateV2CreatedByAdditionalAttributeValue

    boolean Boolean
    integer Number
    integerLists List<Number>
    mapOfStrings List<Property Map>
    object Map<String>
    string String
    stringLists List<String>

    GetTemplateV2CreatedByAdditionalAttributeValueMapOfString

    Map Dictionary<string, string>
    Map map[string]string
    map Map<String,String>
    map {[key: string]: string}
    map Mapping[str, str]
    map Map<String>

    GetTemplateV2GuestUpdateStatus

    DeployedVmReference string
    The identifier of the temporary VM created on initiating Guest OS Update.
    DeployedVmReference string
    The identifier of the temporary VM created on initiating Guest OS Update.
    deployedVmReference String
    The identifier of the temporary VM created on initiating Guest OS Update.
    deployedVmReference string
    The identifier of the temporary VM created on initiating Guest OS Update.
    deployed_vm_reference str
    The identifier of the temporary VM created on initiating Guest OS Update.
    deployedVmReference String
    The identifier of the temporary VM created on initiating Guest OS Update.
    Href string
    Rel string
    Href string
    Rel string
    href String
    rel String
    href string
    rel string
    href str
    rel str
    href String
    rel String

    GetTemplateV2TemplateVersionSpec

    CreateTime string
    VM creation time
    CreatedBies List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecCreatedBy>
    User or Service who created the User.
    ExtId string
    The identifier of a Template.
    IsActiveVersion bool
    Specify whether to mark the Template Version as active or not. The newly created Version during Template Creation, Updating or Guest OS Updating is set to Active by default unless specified otherwise.
    IsGcOverrideEnabled bool
    Allow or disallow override of the Guest Customization during Template deployment.
    Links List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecLink>
    TenantId string
    VersionDescription string
    The user defined description of a Template Version.
    VersionName string
    The user defined name of a Template Version.
    VmSpecs List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpec>
    VM configuration.
    CreateTime string
    VM creation time
    CreatedBies []GetTemplateV2TemplateVersionSpecCreatedBy
    User or Service who created the User.
    ExtId string
    The identifier of a Template.
    IsActiveVersion bool
    Specify whether to mark the Template Version as active or not. The newly created Version during Template Creation, Updating or Guest OS Updating is set to Active by default unless specified otherwise.
    IsGcOverrideEnabled bool
    Allow or disallow override of the Guest Customization during Template deployment.
    Links []GetTemplateV2TemplateVersionSpecLink
    TenantId string
    VersionDescription string
    The user defined description of a Template Version.
    VersionName string
    The user defined name of a Template Version.
    VmSpecs []GetTemplateV2TemplateVersionSpecVmSpec
    VM configuration.
    createTime String
    VM creation time
    createdBies List<GetTemplateV2TemplateVersionSpecCreatedBy>
    User or Service who created the User.
    extId String
    The identifier of a Template.
    isActiveVersion Boolean
    Specify whether to mark the Template Version as active or not. The newly created Version during Template Creation, Updating or Guest OS Updating is set to Active by default unless specified otherwise.
    isGcOverrideEnabled Boolean
    Allow or disallow override of the Guest Customization during Template deployment.
    links List<GetTemplateV2TemplateVersionSpecLink>
    tenantId String
    versionDescription String
    The user defined description of a Template Version.
    versionName String
    The user defined name of a Template Version.
    vmSpecs List<GetTemplateV2TemplateVersionSpecVmSpec>
    VM configuration.
    createTime string
    VM creation time
    createdBies GetTemplateV2TemplateVersionSpecCreatedBy[]
    User or Service who created the User.
    extId string
    The identifier of a Template.
    isActiveVersion boolean
    Specify whether to mark the Template Version as active or not. The newly created Version during Template Creation, Updating or Guest OS Updating is set to Active by default unless specified otherwise.
    isGcOverrideEnabled boolean
    Allow or disallow override of the Guest Customization during Template deployment.
    links GetTemplateV2TemplateVersionSpecLink[]
    tenantId string
    versionDescription string
    The user defined description of a Template Version.
    versionName string
    The user defined name of a Template Version.
    vmSpecs GetTemplateV2TemplateVersionSpecVmSpec[]
    VM configuration.
    create_time str
    VM creation time
    created_bies Sequence[GetTemplateV2TemplateVersionSpecCreatedBy]
    User or Service who created the User.
    ext_id str
    The identifier of a Template.
    is_active_version bool
    Specify whether to mark the Template Version as active or not. The newly created Version during Template Creation, Updating or Guest OS Updating is set to Active by default unless specified otherwise.
    is_gc_override_enabled bool
    Allow or disallow override of the Guest Customization during Template deployment.
    links Sequence[GetTemplateV2TemplateVersionSpecLink]
    tenant_id str
    version_description str
    The user defined description of a Template Version.
    version_name str
    The user defined name of a Template Version.
    vm_specs Sequence[GetTemplateV2TemplateVersionSpecVmSpec]
    VM configuration.
    createTime String
    VM creation time
    createdBies List<Property Map>
    User or Service who created the User.
    extId String
    The identifier of a Template.
    isActiveVersion Boolean
    Specify whether to mark the Template Version as active or not. The newly created Version during Template Creation, Updating or Guest OS Updating is set to Active by default unless specified otherwise.
    isGcOverrideEnabled Boolean
    Allow or disallow override of the Guest Customization during Template deployment.
    links List<Property Map>
    tenantId String
    versionDescription String
    The user defined description of a Template Version.
    versionName String
    The user defined name of a Template Version.
    vmSpecs List<Property Map>
    VM configuration.

    GetTemplateV2TemplateVersionSpecCreatedBy

    AdditionalAttributes List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecCreatedByAdditionalAttribute>
    Any additional attribute for the User.
    CreationType string
    Description string
    VM description
    DisplayName string
    Display name for the User.
    EmailId string
    Email Id for the User.
    ExtId string
    The identifier of a Template.
    FirstName string
    First name for the User.
    IdpId string
    Identifier of the IDP for the User.
    IsForceResetPasswordEnabled bool
    Flag to force the User to reset password.
    LastName string
    Last name for the User.
    Locale string
    Default locale for the User.
    MiddleInitial string
    Middle name for the User.
    Password string
    Region string
    Default Region for the User.
    Status string
    Status of the User.
    UserType string
    Type of the User.
    Username string
    Identifier for the User in the form an email address.
    AdditionalAttributes []GetTemplateV2TemplateVersionSpecCreatedByAdditionalAttribute
    Any additional attribute for the User.
    CreationType string
    Description string
    VM description
    DisplayName string
    Display name for the User.
    EmailId string
    Email Id for the User.
    ExtId string
    The identifier of a Template.
    FirstName string
    First name for the User.
    IdpId string
    Identifier of the IDP for the User.
    IsForceResetPasswordEnabled bool
    Flag to force the User to reset password.
    LastName string
    Last name for the User.
    Locale string
    Default locale for the User.
    MiddleInitial string
    Middle name for the User.
    Password string
    Region string
    Default Region for the User.
    Status string
    Status of the User.
    UserType string
    Type of the User.
    Username string
    Identifier for the User in the form an email address.
    additionalAttributes List<GetTemplateV2TemplateVersionSpecCreatedByAdditionalAttribute>
    Any additional attribute for the User.
    creationType String
    description String
    VM description
    displayName String
    Display name for the User.
    emailId String
    Email Id for the User.
    extId String
    The identifier of a Template.
    firstName String
    First name for the User.
    idpId String
    Identifier of the IDP for the User.
    isForceResetPasswordEnabled Boolean
    Flag to force the User to reset password.
    lastName String
    Last name for the User.
    locale String
    Default locale for the User.
    middleInitial String
    Middle name for the User.
    password String
    region String
    Default Region for the User.
    status String
    Status of the User.
    userType String
    Type of the User.
    username String
    Identifier for the User in the form an email address.
    additionalAttributes GetTemplateV2TemplateVersionSpecCreatedByAdditionalAttribute[]
    Any additional attribute for the User.
    creationType string
    description string
    VM description
    displayName string
    Display name for the User.
    emailId string
    Email Id for the User.
    extId string
    The identifier of a Template.
    firstName string
    First name for the User.
    idpId string
    Identifier of the IDP for the User.
    isForceResetPasswordEnabled boolean
    Flag to force the User to reset password.
    lastName string
    Last name for the User.
    locale string
    Default locale for the User.
    middleInitial string
    Middle name for the User.
    password string
    region string
    Default Region for the User.
    status string
    Status of the User.
    userType string
    Type of the User.
    username string
    Identifier for the User in the form an email address.
    additional_attributes Sequence[GetTemplateV2TemplateVersionSpecCreatedByAdditionalAttribute]
    Any additional attribute for the User.
    creation_type str
    description str
    VM description
    display_name str
    Display name for the User.
    email_id str
    Email Id for the User.
    ext_id str
    The identifier of a Template.
    first_name str
    First name for the User.
    idp_id str
    Identifier of the IDP for the User.
    is_force_reset_password_enabled bool
    Flag to force the User to reset password.
    last_name str
    Last name for the User.
    locale str
    Default locale for the User.
    middle_initial str
    Middle name for the User.
    password str
    region str
    Default Region for the User.
    status str
    Status of the User.
    user_type str
    Type of the User.
    username str
    Identifier for the User in the form an email address.
    additionalAttributes List<Property Map>
    Any additional attribute for the User.
    creationType String
    description String
    VM description
    displayName String
    Display name for the User.
    emailId String
    Email Id for the User.
    extId String
    The identifier of a Template.
    firstName String
    First name for the User.
    idpId String
    Identifier of the IDP for the User.
    isForceResetPasswordEnabled Boolean
    Flag to force the User to reset password.
    lastName String
    Last name for the User.
    locale String
    Default locale for the User.
    middleInitial String
    Middle name for the User.
    password String
    region String
    Default Region for the User.
    status String
    Status of the User.
    userType String
    Type of the User.
    username String
    Identifier for the User in the form an email address.

    GetTemplateV2TemplateVersionSpecCreatedByAdditionalAttribute

    name String
    Name of the GPU resource.
    values List<Property Map>

    GetTemplateV2TemplateVersionSpecCreatedByAdditionalAttributeValue

    boolean Boolean
    integer Number
    integerLists List<Number>
    mapOfStrings List<Property Map>
    object Map<String>
    string String
    stringLists List<String>

    GetTemplateV2TemplateVersionSpecCreatedByAdditionalAttributeValueMapOfString

    Map Dictionary<string, string>
    Map map[string]string
    map Map<String,String>
    map {[key: string]: string}
    map Mapping[str, str]
    map Map<String>
    Href string
    Rel string
    Href string
    Rel string
    href String
    rel String
    href string
    rel string
    href str
    rel str
    href String
    rel String

    GetTemplateV2TemplateVersionSpecVmSpec

    ApcConfigs List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecApcConfig>
    Advanced Processor Compatibility configuration for the VM. Enabling this retains the CPU model for the VM across power cycles and migrations.
    AvailabilityZones List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecAvailabilityZone>
    BiosUuid string
    BIOS UUID of the VM. It should be of type UUID.
    BootConfigs List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecBootConfig>
    Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.
    Categories List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecCategory>
    Categories for the VM.
    CdRoms List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecCdRom>
    CD-ROMs attached to the VM.
    Clusters List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecCluster>
    Reference to a cluster.
    CreateTime string
    VM creation time
    Description string
    VM description
    Disks List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecDisk>
    Disks attached to the VM.
    EnabledCpuFeatures List<string>
    The list of additional CPU features to be enabled. HardwareVirtualization: Indicates whether hardware assisted virtualization should be enabled for the Guest OS or not. Once enabled, the Guest OS can deploy a nested hypervisor
    ExtId string
    The identifier of a Template.
    GenerationUuid string
    Generation UUID of the VM. It should be of type UUID.
    Gpuses List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecGpus>
    GPUs attached to the VM.
    GuestCustomizations List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecGuestCustomization>
    Stage a Sysprep or cloud-init configuration file to be used by the guest for the next boot. Note that the Sysprep command must be used to generalize the Windows VMs before triggering this API call.
    GuestTools List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecGuestTool>
    The details about Nutanix Guest Tools for a VM.
    HardwareClockTimezone string
    VM hardware clock timezone in IANA TZDB format (America/Los_Angeles).
    Hosts List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecHost>
    Reference to the host, the VM is running on.
    IsAgentVm bool
    Indicates whether the VM is an agent VM or not. When their host enters maintenance mode, once the normal VMs are evacuated, the agent VMs are powered off. When the host is restored, agent VMs are powered on before the normal VMs are restored. In other words, agent VMs cannot be HA-protected or live migrated.
    IsBrandingEnabled bool
    Indicates whether to remove AHV branding from VM firmware tables or not.
    IsCpuHotplugEnabled bool
    IsCpuPassthroughEnabled bool
    Indicates whether to passthrough the host CPU features to the guest or not. Enabling this will make VM incapable of live migration.
    IsCrossClusterMigrationInProgress bool
    IsGpuConsoleEnabled bool
    Indicates whether the vGPU console is enabled or not.
    IsLiveMigrateCapable bool
    IsMemoryOvercommitEnabled bool
    Indicates whether the memory overcommit feature should be enabled for the VM or not. If enabled, parts of the VM memory may reside outside of the hypervisor physical memory. Once enabled, it should be expected that the VM may suffer performance degradation.
    IsScsiControllerEnabled bool
    IsVcpuHardPinningEnabled bool
    Indicates whether the vCPUs should be hard pinned to specific pCPUs or not.
    IsVgaConsoleEnabled bool
    Indicates whether the VGA console should be disabled or not.
    Links List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecLink>
    MachineType string
    Machine type for the VM. Machine type Q35 is required for secure boot and does not support IDE disks.
    MemorySizeBytes int
    Memory size in bytes.
    Name string
    Name of the GPU resource.
    Nics List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecNic>
    NICs attached to the VM.
    NumCoresPerSocket int
    Number of cores per socket.
    NumNumaNodes int
    Number of NUMA nodes. 0 means NUMA is disabled.
    NumSockets int
    Number of vCPU sockets.
    NumThreadsPerCore int
    Number of threads per core
    OwnershipInfos List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecOwnershipInfo>
    Ownership information for the VM.
    PciDevices List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecPciDevice>
    PowerState string
    ProtectionPolicyStates List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecProtectionPolicyState>
    Status of protection policy applied to this VM.
    ProtectionType string
    The type of protection applied on a VM. PD_PROTECTED indicates a VM is protected using the Prism Element. RULE_PROTECTED indicates a VM protection using the Prism Central.
    SerialPorts List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecSerialPort>
    Serial ports configured on the VM.
    Sources List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecSource>
    Reference to an entity that the VM should be cloned or created from
    StorageConfigs List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecStorageConfig>
    Storage configuration for VM disks
    TenantId string
    UpdateTime string
    VM last updated time.
    VtpmConfigs List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecVtpmConfig>
    Indicates how the vTPM for the VM should be configured.
    ApcConfigs []GetTemplateV2TemplateVersionSpecVmSpecApcConfig
    Advanced Processor Compatibility configuration for the VM. Enabling this retains the CPU model for the VM across power cycles and migrations.
    AvailabilityZones []GetTemplateV2TemplateVersionSpecVmSpecAvailabilityZone
    BiosUuid string
    BIOS UUID of the VM. It should be of type UUID.
    BootConfigs []GetTemplateV2TemplateVersionSpecVmSpecBootConfig
    Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.
    Categories []GetTemplateV2TemplateVersionSpecVmSpecCategory
    Categories for the VM.
    CdRoms []GetTemplateV2TemplateVersionSpecVmSpecCdRom
    CD-ROMs attached to the VM.
    Clusters []GetTemplateV2TemplateVersionSpecVmSpecCluster
    Reference to a cluster.
    CreateTime string
    VM creation time
    Description string
    VM description
    Disks []GetTemplateV2TemplateVersionSpecVmSpecDisk
    Disks attached to the VM.
    EnabledCpuFeatures []string
    The list of additional CPU features to be enabled. HardwareVirtualization: Indicates whether hardware assisted virtualization should be enabled for the Guest OS or not. Once enabled, the Guest OS can deploy a nested hypervisor
    ExtId string
    The identifier of a Template.
    GenerationUuid string
    Generation UUID of the VM. It should be of type UUID.
    Gpuses []GetTemplateV2TemplateVersionSpecVmSpecGpus
    GPUs attached to the VM.
    GuestCustomizations []GetTemplateV2TemplateVersionSpecVmSpecGuestCustomization
    Stage a Sysprep or cloud-init configuration file to be used by the guest for the next boot. Note that the Sysprep command must be used to generalize the Windows VMs before triggering this API call.
    GuestTools []GetTemplateV2TemplateVersionSpecVmSpecGuestTool
    The details about Nutanix Guest Tools for a VM.
    HardwareClockTimezone string
    VM hardware clock timezone in IANA TZDB format (America/Los_Angeles).
    Hosts []GetTemplateV2TemplateVersionSpecVmSpecHost
    Reference to the host, the VM is running on.
    IsAgentVm bool
    Indicates whether the VM is an agent VM or not. When their host enters maintenance mode, once the normal VMs are evacuated, the agent VMs are powered off. When the host is restored, agent VMs are powered on before the normal VMs are restored. In other words, agent VMs cannot be HA-protected or live migrated.
    IsBrandingEnabled bool
    Indicates whether to remove AHV branding from VM firmware tables or not.
    IsCpuHotplugEnabled bool
    IsCpuPassthroughEnabled bool
    Indicates whether to passthrough the host CPU features to the guest or not. Enabling this will make VM incapable of live migration.
    IsCrossClusterMigrationInProgress bool
    IsGpuConsoleEnabled bool
    Indicates whether the vGPU console is enabled or not.
    IsLiveMigrateCapable bool
    IsMemoryOvercommitEnabled bool
    Indicates whether the memory overcommit feature should be enabled for the VM or not. If enabled, parts of the VM memory may reside outside of the hypervisor physical memory. Once enabled, it should be expected that the VM may suffer performance degradation.
    IsScsiControllerEnabled bool
    IsVcpuHardPinningEnabled bool
    Indicates whether the vCPUs should be hard pinned to specific pCPUs or not.
    IsVgaConsoleEnabled bool
    Indicates whether the VGA console should be disabled or not.
    Links []GetTemplateV2TemplateVersionSpecVmSpecLink
    MachineType string
    Machine type for the VM. Machine type Q35 is required for secure boot and does not support IDE disks.
    MemorySizeBytes int
    Memory size in bytes.
    Name string
    Name of the GPU resource.
    Nics []GetTemplateV2TemplateVersionSpecVmSpecNic
    NICs attached to the VM.
    NumCoresPerSocket int
    Number of cores per socket.
    NumNumaNodes int
    Number of NUMA nodes. 0 means NUMA is disabled.
    NumSockets int
    Number of vCPU sockets.
    NumThreadsPerCore int
    Number of threads per core
    OwnershipInfos []GetTemplateV2TemplateVersionSpecVmSpecOwnershipInfo
    Ownership information for the VM.
    PciDevices []GetTemplateV2TemplateVersionSpecVmSpecPciDevice
    PowerState string
    ProtectionPolicyStates []GetTemplateV2TemplateVersionSpecVmSpecProtectionPolicyState
    Status of protection policy applied to this VM.
    ProtectionType string
    The type of protection applied on a VM. PD_PROTECTED indicates a VM is protected using the Prism Element. RULE_PROTECTED indicates a VM protection using the Prism Central.
    SerialPorts []GetTemplateV2TemplateVersionSpecVmSpecSerialPort
    Serial ports configured on the VM.
    Sources []GetTemplateV2TemplateVersionSpecVmSpecSource
    Reference to an entity that the VM should be cloned or created from
    StorageConfigs []GetTemplateV2TemplateVersionSpecVmSpecStorageConfig
    Storage configuration for VM disks
    TenantId string
    UpdateTime string
    VM last updated time.
    VtpmConfigs []GetTemplateV2TemplateVersionSpecVmSpecVtpmConfig
    Indicates how the vTPM for the VM should be configured.
    apcConfigs List<GetTemplateV2TemplateVersionSpecVmSpecApcConfig>
    Advanced Processor Compatibility configuration for the VM. Enabling this retains the CPU model for the VM across power cycles and migrations.
    availabilityZones List<GetTemplateV2TemplateVersionSpecVmSpecAvailabilityZone>
    biosUuid String
    BIOS UUID of the VM. It should be of type UUID.
    bootConfigs List<GetTemplateV2TemplateVersionSpecVmSpecBootConfig>
    Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.
    categories List<GetTemplateV2TemplateVersionSpecVmSpecCategory>
    Categories for the VM.
    cdRoms List<GetTemplateV2TemplateVersionSpecVmSpecCdRom>
    CD-ROMs attached to the VM.
    clusters List<GetTemplateV2TemplateVersionSpecVmSpecCluster>
    Reference to a cluster.
    createTime String
    VM creation time
    description String
    VM description
    disks List<GetTemplateV2TemplateVersionSpecVmSpecDisk>
    Disks attached to the VM.
    enabledCpuFeatures List<String>
    The list of additional CPU features to be enabled. HardwareVirtualization: Indicates whether hardware assisted virtualization should be enabled for the Guest OS or not. Once enabled, the Guest OS can deploy a nested hypervisor
    extId String
    The identifier of a Template.
    generationUuid String
    Generation UUID of the VM. It should be of type UUID.
    gpuses List<GetTemplateV2TemplateVersionSpecVmSpecGpus>
    GPUs attached to the VM.
    guestCustomizations List<GetTemplateV2TemplateVersionSpecVmSpecGuestCustomization>
    Stage a Sysprep or cloud-init configuration file to be used by the guest for the next boot. Note that the Sysprep command must be used to generalize the Windows VMs before triggering this API call.
    guestTools List<GetTemplateV2TemplateVersionSpecVmSpecGuestTool>
    The details about Nutanix Guest Tools for a VM.
    hardwareClockTimezone String
    VM hardware clock timezone in IANA TZDB format (America/Los_Angeles).
    hosts List<GetTemplateV2TemplateVersionSpecVmSpecHost>
    Reference to the host, the VM is running on.
    isAgentVm Boolean
    Indicates whether the VM is an agent VM or not. When their host enters maintenance mode, once the normal VMs are evacuated, the agent VMs are powered off. When the host is restored, agent VMs are powered on before the normal VMs are restored. In other words, agent VMs cannot be HA-protected or live migrated.
    isBrandingEnabled Boolean
    Indicates whether to remove AHV branding from VM firmware tables or not.
    isCpuHotplugEnabled Boolean
    isCpuPassthroughEnabled Boolean
    Indicates whether to passthrough the host CPU features to the guest or not. Enabling this will make VM incapable of live migration.
    isCrossClusterMigrationInProgress Boolean
    isGpuConsoleEnabled Boolean
    Indicates whether the vGPU console is enabled or not.
    isLiveMigrateCapable Boolean
    isMemoryOvercommitEnabled Boolean
    Indicates whether the memory overcommit feature should be enabled for the VM or not. If enabled, parts of the VM memory may reside outside of the hypervisor physical memory. Once enabled, it should be expected that the VM may suffer performance degradation.
    isScsiControllerEnabled Boolean
    isVcpuHardPinningEnabled Boolean
    Indicates whether the vCPUs should be hard pinned to specific pCPUs or not.
    isVgaConsoleEnabled Boolean
    Indicates whether the VGA console should be disabled or not.
    links List<GetTemplateV2TemplateVersionSpecVmSpecLink>
    machineType String
    Machine type for the VM. Machine type Q35 is required for secure boot and does not support IDE disks.
    memorySizeBytes Integer
    Memory size in bytes.
    name String
    Name of the GPU resource.
    nics List<GetTemplateV2TemplateVersionSpecVmSpecNic>
    NICs attached to the VM.
    numCoresPerSocket Integer
    Number of cores per socket.
    numNumaNodes Integer
    Number of NUMA nodes. 0 means NUMA is disabled.
    numSockets Integer
    Number of vCPU sockets.
    numThreadsPerCore Integer
    Number of threads per core
    ownershipInfos List<GetTemplateV2TemplateVersionSpecVmSpecOwnershipInfo>
    Ownership information for the VM.
    pciDevices List<GetTemplateV2TemplateVersionSpecVmSpecPciDevice>
    powerState String
    protectionPolicyStates List<GetTemplateV2TemplateVersionSpecVmSpecProtectionPolicyState>
    Status of protection policy applied to this VM.
    protectionType String
    The type of protection applied on a VM. PD_PROTECTED indicates a VM is protected using the Prism Element. RULE_PROTECTED indicates a VM protection using the Prism Central.
    serialPorts List<GetTemplateV2TemplateVersionSpecVmSpecSerialPort>
    Serial ports configured on the VM.
    sources List<GetTemplateV2TemplateVersionSpecVmSpecSource>
    Reference to an entity that the VM should be cloned or created from
    storageConfigs List<GetTemplateV2TemplateVersionSpecVmSpecStorageConfig>
    Storage configuration for VM disks
    tenantId String
    updateTime String
    VM last updated time.
    vtpmConfigs List<GetTemplateV2TemplateVersionSpecVmSpecVtpmConfig>
    Indicates how the vTPM for the VM should be configured.
    apcConfigs GetTemplateV2TemplateVersionSpecVmSpecApcConfig[]
    Advanced Processor Compatibility configuration for the VM. Enabling this retains the CPU model for the VM across power cycles and migrations.
    availabilityZones GetTemplateV2TemplateVersionSpecVmSpecAvailabilityZone[]
    biosUuid string
    BIOS UUID of the VM. It should be of type UUID.
    bootConfigs GetTemplateV2TemplateVersionSpecVmSpecBootConfig[]
    Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.
    categories GetTemplateV2TemplateVersionSpecVmSpecCategory[]
    Categories for the VM.
    cdRoms GetTemplateV2TemplateVersionSpecVmSpecCdRom[]
    CD-ROMs attached to the VM.
    clusters GetTemplateV2TemplateVersionSpecVmSpecCluster[]
    Reference to a cluster.
    createTime string
    VM creation time
    description string
    VM description
    disks GetTemplateV2TemplateVersionSpecVmSpecDisk[]
    Disks attached to the VM.
    enabledCpuFeatures string[]
    The list of additional CPU features to be enabled. HardwareVirtualization: Indicates whether hardware assisted virtualization should be enabled for the Guest OS or not. Once enabled, the Guest OS can deploy a nested hypervisor
    extId string
    The identifier of a Template.
    generationUuid string
    Generation UUID of the VM. It should be of type UUID.
    gpuses GetTemplateV2TemplateVersionSpecVmSpecGpus[]
    GPUs attached to the VM.
    guestCustomizations GetTemplateV2TemplateVersionSpecVmSpecGuestCustomization[]
    Stage a Sysprep or cloud-init configuration file to be used by the guest for the next boot. Note that the Sysprep command must be used to generalize the Windows VMs before triggering this API call.
    guestTools GetTemplateV2TemplateVersionSpecVmSpecGuestTool[]
    The details about Nutanix Guest Tools for a VM.
    hardwareClockTimezone string
    VM hardware clock timezone in IANA TZDB format (America/Los_Angeles).
    hosts GetTemplateV2TemplateVersionSpecVmSpecHost[]
    Reference to the host, the VM is running on.
    isAgentVm boolean
    Indicates whether the VM is an agent VM or not. When their host enters maintenance mode, once the normal VMs are evacuated, the agent VMs are powered off. When the host is restored, agent VMs are powered on before the normal VMs are restored. In other words, agent VMs cannot be HA-protected or live migrated.
    isBrandingEnabled boolean
    Indicates whether to remove AHV branding from VM firmware tables or not.
    isCpuHotplugEnabled boolean
    isCpuPassthroughEnabled boolean
    Indicates whether to passthrough the host CPU features to the guest or not. Enabling this will make VM incapable of live migration.
    isCrossClusterMigrationInProgress boolean
    isGpuConsoleEnabled boolean
    Indicates whether the vGPU console is enabled or not.
    isLiveMigrateCapable boolean
    isMemoryOvercommitEnabled boolean
    Indicates whether the memory overcommit feature should be enabled for the VM or not. If enabled, parts of the VM memory may reside outside of the hypervisor physical memory. Once enabled, it should be expected that the VM may suffer performance degradation.
    isScsiControllerEnabled boolean
    isVcpuHardPinningEnabled boolean
    Indicates whether the vCPUs should be hard pinned to specific pCPUs or not.
    isVgaConsoleEnabled boolean
    Indicates whether the VGA console should be disabled or not.
    links GetTemplateV2TemplateVersionSpecVmSpecLink[]
    machineType string
    Machine type for the VM. Machine type Q35 is required for secure boot and does not support IDE disks.
    memorySizeBytes number
    Memory size in bytes.
    name string
    Name of the GPU resource.
    nics GetTemplateV2TemplateVersionSpecVmSpecNic[]
    NICs attached to the VM.
    numCoresPerSocket number
    Number of cores per socket.
    numNumaNodes number
    Number of NUMA nodes. 0 means NUMA is disabled.
    numSockets number
    Number of vCPU sockets.
    numThreadsPerCore number
    Number of threads per core
    ownershipInfos GetTemplateV2TemplateVersionSpecVmSpecOwnershipInfo[]
    Ownership information for the VM.
    pciDevices GetTemplateV2TemplateVersionSpecVmSpecPciDevice[]
    powerState string
    protectionPolicyStates GetTemplateV2TemplateVersionSpecVmSpecProtectionPolicyState[]
    Status of protection policy applied to this VM.
    protectionType string
    The type of protection applied on a VM. PD_PROTECTED indicates a VM is protected using the Prism Element. RULE_PROTECTED indicates a VM protection using the Prism Central.
    serialPorts GetTemplateV2TemplateVersionSpecVmSpecSerialPort[]
    Serial ports configured on the VM.
    sources GetTemplateV2TemplateVersionSpecVmSpecSource[]
    Reference to an entity that the VM should be cloned or created from
    storageConfigs GetTemplateV2TemplateVersionSpecVmSpecStorageConfig[]
    Storage configuration for VM disks
    tenantId string
    updateTime string
    VM last updated time.
    vtpmConfigs GetTemplateV2TemplateVersionSpecVmSpecVtpmConfig[]
    Indicates how the vTPM for the VM should be configured.
    apc_configs Sequence[GetTemplateV2TemplateVersionSpecVmSpecApcConfig]
    Advanced Processor Compatibility configuration for the VM. Enabling this retains the CPU model for the VM across power cycles and migrations.
    availability_zones Sequence[GetTemplateV2TemplateVersionSpecVmSpecAvailabilityZone]
    bios_uuid str
    BIOS UUID of the VM. It should be of type UUID.
    boot_configs Sequence[GetTemplateV2TemplateVersionSpecVmSpecBootConfig]
    Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.
    categories Sequence[GetTemplateV2TemplateVersionSpecVmSpecCategory]
    Categories for the VM.
    cd_roms Sequence[GetTemplateV2TemplateVersionSpecVmSpecCdRom]
    CD-ROMs attached to the VM.
    clusters Sequence[GetTemplateV2TemplateVersionSpecVmSpecCluster]
    Reference to a cluster.
    create_time str
    VM creation time
    description str
    VM description
    disks Sequence[GetTemplateV2TemplateVersionSpecVmSpecDisk]
    Disks attached to the VM.
    enabled_cpu_features Sequence[str]
    The list of additional CPU features to be enabled. HardwareVirtualization: Indicates whether hardware assisted virtualization should be enabled for the Guest OS or not. Once enabled, the Guest OS can deploy a nested hypervisor
    ext_id str
    The identifier of a Template.
    generation_uuid str
    Generation UUID of the VM. It should be of type UUID.
    gpuses Sequence[GetTemplateV2TemplateVersionSpecVmSpecGpus]
    GPUs attached to the VM.
    guest_customizations Sequence[GetTemplateV2TemplateVersionSpecVmSpecGuestCustomization]
    Stage a Sysprep or cloud-init configuration file to be used by the guest for the next boot. Note that the Sysprep command must be used to generalize the Windows VMs before triggering this API call.
    guest_tools Sequence[GetTemplateV2TemplateVersionSpecVmSpecGuestTool]
    The details about Nutanix Guest Tools for a VM.
    hardware_clock_timezone str
    VM hardware clock timezone in IANA TZDB format (America/Los_Angeles).
    hosts Sequence[GetTemplateV2TemplateVersionSpecVmSpecHost]
    Reference to the host, the VM is running on.
    is_agent_vm bool
    Indicates whether the VM is an agent VM or not. When their host enters maintenance mode, once the normal VMs are evacuated, the agent VMs are powered off. When the host is restored, agent VMs are powered on before the normal VMs are restored. In other words, agent VMs cannot be HA-protected or live migrated.
    is_branding_enabled bool
    Indicates whether to remove AHV branding from VM firmware tables or not.
    is_cpu_hotplug_enabled bool
    is_cpu_passthrough_enabled bool
    Indicates whether to passthrough the host CPU features to the guest or not. Enabling this will make VM incapable of live migration.
    is_cross_cluster_migration_in_progress bool
    is_gpu_console_enabled bool
    Indicates whether the vGPU console is enabled or not.
    is_live_migrate_capable bool
    is_memory_overcommit_enabled bool
    Indicates whether the memory overcommit feature should be enabled for the VM or not. If enabled, parts of the VM memory may reside outside of the hypervisor physical memory. Once enabled, it should be expected that the VM may suffer performance degradation.
    is_scsi_controller_enabled bool
    is_vcpu_hard_pinning_enabled bool
    Indicates whether the vCPUs should be hard pinned to specific pCPUs or not.
    is_vga_console_enabled bool
    Indicates whether the VGA console should be disabled or not.
    links Sequence[GetTemplateV2TemplateVersionSpecVmSpecLink]
    machine_type str
    Machine type for the VM. Machine type Q35 is required for secure boot and does not support IDE disks.
    memory_size_bytes int
    Memory size in bytes.
    name str
    Name of the GPU resource.
    nics Sequence[GetTemplateV2TemplateVersionSpecVmSpecNic]
    NICs attached to the VM.
    num_cores_per_socket int
    Number of cores per socket.
    num_numa_nodes int
    Number of NUMA nodes. 0 means NUMA is disabled.
    num_sockets int
    Number of vCPU sockets.
    num_threads_per_core int
    Number of threads per core
    ownership_infos Sequence[GetTemplateV2TemplateVersionSpecVmSpecOwnershipInfo]
    Ownership information for the VM.
    pci_devices Sequence[GetTemplateV2TemplateVersionSpecVmSpecPciDevice]
    power_state str
    protection_policy_states Sequence[GetTemplateV2TemplateVersionSpecVmSpecProtectionPolicyState]
    Status of protection policy applied to this VM.
    protection_type str
    The type of protection applied on a VM. PD_PROTECTED indicates a VM is protected using the Prism Element. RULE_PROTECTED indicates a VM protection using the Prism Central.
    serial_ports Sequence[GetTemplateV2TemplateVersionSpecVmSpecSerialPort]
    Serial ports configured on the VM.
    sources Sequence[GetTemplateV2TemplateVersionSpecVmSpecSource]
    Reference to an entity that the VM should be cloned or created from
    storage_configs Sequence[GetTemplateV2TemplateVersionSpecVmSpecStorageConfig]
    Storage configuration for VM disks
    tenant_id str
    update_time str
    VM last updated time.
    vtpm_configs Sequence[GetTemplateV2TemplateVersionSpecVmSpecVtpmConfig]
    Indicates how the vTPM for the VM should be configured.
    apcConfigs List<Property Map>
    Advanced Processor Compatibility configuration for the VM. Enabling this retains the CPU model for the VM across power cycles and migrations.
    availabilityZones List<Property Map>
    biosUuid String
    BIOS UUID of the VM. It should be of type UUID.
    bootConfigs List<Property Map>
    Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.
    categories List<Property Map>
    Categories for the VM.
    cdRoms List<Property Map>
    CD-ROMs attached to the VM.
    clusters List<Property Map>
    Reference to a cluster.
    createTime String
    VM creation time
    description String
    VM description
    disks List<Property Map>
    Disks attached to the VM.
    enabledCpuFeatures List<String>
    The list of additional CPU features to be enabled. HardwareVirtualization: Indicates whether hardware assisted virtualization should be enabled for the Guest OS or not. Once enabled, the Guest OS can deploy a nested hypervisor
    extId String
    The identifier of a Template.
    generationUuid String
    Generation UUID of the VM. It should be of type UUID.
    gpuses List<Property Map>
    GPUs attached to the VM.
    guestCustomizations List<Property Map>
    Stage a Sysprep or cloud-init configuration file to be used by the guest for the next boot. Note that the Sysprep command must be used to generalize the Windows VMs before triggering this API call.
    guestTools List<Property Map>
    The details about Nutanix Guest Tools for a VM.
    hardwareClockTimezone String
    VM hardware clock timezone in IANA TZDB format (America/Los_Angeles).
    hosts List<Property Map>
    Reference to the host, the VM is running on.
    isAgentVm Boolean
    Indicates whether the VM is an agent VM or not. When their host enters maintenance mode, once the normal VMs are evacuated, the agent VMs are powered off. When the host is restored, agent VMs are powered on before the normal VMs are restored. In other words, agent VMs cannot be HA-protected or live migrated.
    isBrandingEnabled Boolean
    Indicates whether to remove AHV branding from VM firmware tables or not.
    isCpuHotplugEnabled Boolean
    isCpuPassthroughEnabled Boolean
    Indicates whether to passthrough the host CPU features to the guest or not. Enabling this will make VM incapable of live migration.
    isCrossClusterMigrationInProgress Boolean
    isGpuConsoleEnabled Boolean
    Indicates whether the vGPU console is enabled or not.
    isLiveMigrateCapable Boolean
    isMemoryOvercommitEnabled Boolean
    Indicates whether the memory overcommit feature should be enabled for the VM or not. If enabled, parts of the VM memory may reside outside of the hypervisor physical memory. Once enabled, it should be expected that the VM may suffer performance degradation.
    isScsiControllerEnabled Boolean
    isVcpuHardPinningEnabled Boolean
    Indicates whether the vCPUs should be hard pinned to specific pCPUs or not.
    isVgaConsoleEnabled Boolean
    Indicates whether the VGA console should be disabled or not.
    links List<Property Map>
    machineType String
    Machine type for the VM. Machine type Q35 is required for secure boot and does not support IDE disks.
    memorySizeBytes Number
    Memory size in bytes.
    name String
    Name of the GPU resource.
    nics List<Property Map>
    NICs attached to the VM.
    numCoresPerSocket Number
    Number of cores per socket.
    numNumaNodes Number
    Number of NUMA nodes. 0 means NUMA is disabled.
    numSockets Number
    Number of vCPU sockets.
    numThreadsPerCore Number
    Number of threads per core
    ownershipInfos List<Property Map>
    Ownership information for the VM.
    pciDevices List<Property Map>
    powerState String
    protectionPolicyStates List<Property Map>
    Status of protection policy applied to this VM.
    protectionType String
    The type of protection applied on a VM. PD_PROTECTED indicates a VM is protected using the Prism Element. RULE_PROTECTED indicates a VM protection using the Prism Central.
    serialPorts List<Property Map>
    Serial ports configured on the VM.
    sources List<Property Map>
    Reference to an entity that the VM should be cloned or created from
    storageConfigs List<Property Map>
    Storage configuration for VM disks
    tenantId String
    updateTime String
    VM last updated time.
    vtpmConfigs List<Property Map>
    Indicates how the vTPM for the VM should be configured.

    GetTemplateV2TemplateVersionSpecVmSpecApcConfig

    CpuModels List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecApcConfigCpuModel>
    CPU model associated with the VM if Advanced Processor Compatibility(APC) is enabled. If APC is enabled and no CPU model is explicitly set, a default baseline CPU model is picked by the system. See the APC documentation for more information
    IsApcEnabled bool
    If enabled, the selected CPU model will be retained across live and cold migrations of the VM.
    CpuModels []GetTemplateV2TemplateVersionSpecVmSpecApcConfigCpuModel
    CPU model associated with the VM if Advanced Processor Compatibility(APC) is enabled. If APC is enabled and no CPU model is explicitly set, a default baseline CPU model is picked by the system. See the APC documentation for more information
    IsApcEnabled bool
    If enabled, the selected CPU model will be retained across live and cold migrations of the VM.
    cpuModels List<GetTemplateV2TemplateVersionSpecVmSpecApcConfigCpuModel>
    CPU model associated with the VM if Advanced Processor Compatibility(APC) is enabled. If APC is enabled and no CPU model is explicitly set, a default baseline CPU model is picked by the system. See the APC documentation for more information
    isApcEnabled Boolean
    If enabled, the selected CPU model will be retained across live and cold migrations of the VM.
    cpuModels GetTemplateV2TemplateVersionSpecVmSpecApcConfigCpuModel[]
    CPU model associated with the VM if Advanced Processor Compatibility(APC) is enabled. If APC is enabled and no CPU model is explicitly set, a default baseline CPU model is picked by the system. See the APC documentation for more information
    isApcEnabled boolean
    If enabled, the selected CPU model will be retained across live and cold migrations of the VM.
    cpu_models Sequence[GetTemplateV2TemplateVersionSpecVmSpecApcConfigCpuModel]
    CPU model associated with the VM if Advanced Processor Compatibility(APC) is enabled. If APC is enabled and no CPU model is explicitly set, a default baseline CPU model is picked by the system. See the APC documentation for more information
    is_apc_enabled bool
    If enabled, the selected CPU model will be retained across live and cold migrations of the VM.
    cpuModels List<Property Map>
    CPU model associated with the VM if Advanced Processor Compatibility(APC) is enabled. If APC is enabled and no CPU model is explicitly set, a default baseline CPU model is picked by the system. See the APC documentation for more information
    isApcEnabled Boolean
    If enabled, the selected CPU model will be retained across live and cold migrations of the VM.

    GetTemplateV2TemplateVersionSpecVmSpecApcConfigCpuModel

    ExtId string
    The identifier of a Template.
    Name string
    Name of the CPU model associated with the VM.
    ExtId string
    The identifier of a Template.
    Name string
    Name of the CPU model associated with the VM.
    extId String
    The identifier of a Template.
    name String
    Name of the CPU model associated with the VM.
    extId string
    The identifier of a Template.
    name string
    Name of the CPU model associated with the VM.
    ext_id str
    The identifier of a Template.
    name str
    Name of the CPU model associated with the VM.
    extId String
    The identifier of a Template.
    name String
    Name of the CPU model associated with the VM.

    GetTemplateV2TemplateVersionSpecVmSpecAvailabilityZone

    ExtId string
    The identifier of a Template.
    ExtId string
    The identifier of a Template.
    extId String
    The identifier of a Template.
    extId string
    The identifier of a Template.
    ext_id str
    The identifier of a Template.
    extId String
    The identifier of a Template.

    GetTemplateV2TemplateVersionSpecVmSpecBootConfig

    legacyBoots List<Property Map>
    LegacyBoot config Object
    uefiBoots List<Property Map>
    UefiBoot config Object

    GetTemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBoot

    BootDevices List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBootBootDevice>
    Boot Device object
    BootOrders List<string>
    Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.
    BootDevices []GetTemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBootBootDevice
    Boot Device object
    BootOrders []string
    Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.
    bootDevices List<GetTemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBootBootDevice>
    Boot Device object
    bootOrders List<String>
    Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.
    bootDevices GetTemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBootBootDevice[]
    Boot Device object
    bootOrders string[]
    Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.
    boot_devices Sequence[GetTemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBootBootDevice]
    Boot Device object
    boot_orders Sequence[str]
    Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.
    bootDevices List<Property Map>
    Boot Device object
    bootOrders List<String>
    Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.

    GetTemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBootBootDevice

    GetTemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceDisk

    diskAddresses List<Property Map>
    Virtual Machine disk (VM disk).

    GetTemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceDiskDiskAddress

    BusType string
    Bus type for the device
    Index int
    Device index on the bus. This field is ignored unless the bus details are specified.
    BusType string
    Bus type for the device
    Index int
    Device index on the bus. This field is ignored unless the bus details are specified.
    busType String
    Bus type for the device
    index Integer
    Device index on the bus. This field is ignored unless the bus details are specified.
    busType string
    Bus type for the device
    index number
    Device index on the bus. This field is ignored unless the bus details are specified.
    bus_type str
    Bus type for the device
    index int
    Device index on the bus. This field is ignored unless the bus details are specified.
    busType String
    Bus type for the device
    index Number
    Device index on the bus. This field is ignored unless the bus details are specified.

    GetTemplateV2TemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceNic

    MacAddress string
    mac address
    MacAddress string
    mac address
    macAddress String
    mac address
    macAddress string
    mac address
    mac_address str
    mac address
    macAddress String
    mac address

    GetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBoot

    BootDevices List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootBootDevice>
    Boot Device object
    BootOrders List<string>
    Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.
    IsSecureBootEnabled bool
    Indicate whether to enable secure boot or not
    NvramDevices List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDevice>
    Configuration for NVRAM to be presented to the VM.
    BootDevices []GetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootBootDevice
    Boot Device object
    BootOrders []string
    Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.
    IsSecureBootEnabled bool
    Indicate whether to enable secure boot or not
    NvramDevices []GetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDevice
    Configuration for NVRAM to be presented to the VM.
    bootDevices List<GetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootBootDevice>
    Boot Device object
    bootOrders List<String>
    Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.
    isSecureBootEnabled Boolean
    Indicate whether to enable secure boot or not
    nvramDevices List<GetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDevice>
    Configuration for NVRAM to be presented to the VM.
    bootDevices GetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootBootDevice[]
    Boot Device object
    bootOrders string[]
    Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.
    isSecureBootEnabled boolean
    Indicate whether to enable secure boot or not
    nvramDevices GetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDevice[]
    Configuration for NVRAM to be presented to the VM.
    boot_devices Sequence[GetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootBootDevice]
    Boot Device object
    boot_orders Sequence[str]
    Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.
    is_secure_boot_enabled bool
    Indicate whether to enable secure boot or not
    nvram_devices Sequence[GetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDevice]
    Configuration for NVRAM to be presented to the VM.
    bootDevices List<Property Map>
    Boot Device object
    bootOrders List<String>
    Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.
    isSecureBootEnabled Boolean
    Indicate whether to enable secure boot or not
    nvramDevices List<Property Map>
    Configuration for NVRAM to be presented to the VM.

    GetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootBootDevice

    GetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceDisk

    diskAddresses List<Property Map>
    Virtual Machine disk (VM disk).

    GetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceDiskDiskAddress

    BusType string
    Bus type for the device
    Index int
    Device index on the bus. This field is ignored unless the bus details are specified.
    BusType string
    Bus type for the device
    Index int
    Device index on the bus. This field is ignored unless the bus details are specified.
    busType String
    Bus type for the device
    index Integer
    Device index on the bus. This field is ignored unless the bus details are specified.
    busType string
    Bus type for the device
    index number
    Device index on the bus. This field is ignored unless the bus details are specified.
    bus_type str
    Bus type for the device
    index int
    Device index on the bus. This field is ignored unless the bus details are specified.
    busType String
    Bus type for the device
    index Number
    Device index on the bus. This field is ignored unless the bus details are specified.

    GetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceNic

    MacAddress string
    mac address
    MacAddress string
    mac address
    macAddress String
    mac address
    macAddress string
    mac address
    mac_address str
    mac address
    macAddress String
    mac address

    GetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDevice

    backingStorageInfos List<Property Map>
    Storage provided by Nutanix ADSF

    GetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfo

    DataSources List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSource>
    A reference to a disk or image that contains the contents of a disk.
    DiskExtId string
    The globally unique identifier of a VM disk. It should be of type UUID.
    DiskSizeBytes int
    Size of the disk in Bytes
    IsMigrationInProgress bool
    Indicates if the disk is undergoing migration to another container.
    StorageConfigs List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoStorageConfig>
    Storage configuration for VM disks
    StorageContainers List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoStorageContainer>
    This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
    DataSources []GetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSource
    A reference to a disk or image that contains the contents of a disk.
    DiskExtId string
    The globally unique identifier of a VM disk. It should be of type UUID.
    DiskSizeBytes int
    Size of the disk in Bytes
    IsMigrationInProgress bool
    Indicates if the disk is undergoing migration to another container.
    StorageConfigs []GetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoStorageConfig
    Storage configuration for VM disks
    StorageContainers []GetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoStorageContainer
    This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
    dataSources List<GetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSource>
    A reference to a disk or image that contains the contents of a disk.
    diskExtId String
    The globally unique identifier of a VM disk. It should be of type UUID.
    diskSizeBytes Integer
    Size of the disk in Bytes
    isMigrationInProgress Boolean
    Indicates if the disk is undergoing migration to another container.
    storageConfigs List<GetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoStorageConfig>
    Storage configuration for VM disks
    storageContainers List<GetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoStorageContainer>
    This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
    dataSources GetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSource[]
    A reference to a disk or image that contains the contents of a disk.
    diskExtId string
    The globally unique identifier of a VM disk. It should be of type UUID.
    diskSizeBytes number
    Size of the disk in Bytes
    isMigrationInProgress boolean
    Indicates if the disk is undergoing migration to another container.
    storageConfigs GetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoStorageConfig[]
    Storage configuration for VM disks
    storageContainers GetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoStorageContainer[]
    This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
    data_sources Sequence[GetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSource]
    A reference to a disk or image that contains the contents of a disk.
    disk_ext_id str
    The globally unique identifier of a VM disk. It should be of type UUID.
    disk_size_bytes int
    Size of the disk in Bytes
    is_migration_in_progress bool
    Indicates if the disk is undergoing migration to another container.
    storage_configs Sequence[GetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoStorageConfig]
    Storage configuration for VM disks
    storage_containers Sequence[GetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoStorageContainer]
    This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
    dataSources List<Property Map>
    A reference to a disk or image that contains the contents of a disk.
    diskExtId String
    The globally unique identifier of a VM disk. It should be of type UUID.
    diskSizeBytes Number
    Size of the disk in Bytes
    isMigrationInProgress Boolean
    Indicates if the disk is undergoing migration to another container.
    storageConfigs List<Property Map>
    Storage configuration for VM disks
    storageContainers List<Property Map>
    This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.

    GetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSource

    references List<Property Map>
    Reference to image or vm disk

    GetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReference

    GetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceImageReference

    ImageExtId string
    The globally unique identifier of an image. It should be of type UUID.
    ImageExtId string
    The globally unique identifier of an image. It should be of type UUID.
    imageExtId String
    The globally unique identifier of an image. It should be of type UUID.
    imageExtId string
    The globally unique identifier of an image. It should be of type UUID.
    image_ext_id str
    The globally unique identifier of an image. It should be of type UUID.
    imageExtId String
    The globally unique identifier of an image. It should be of type UUID.

    GetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReference

    diskAddresses List<Property Map>
    Disk address.
    diskExtId String
    The globally unique identifier of a VM disk. It should be of type UUID.
    vmReferences List<Property Map>
    This is a reference to a VM.

    GetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceDiskAddress

    BusType string
    Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).
    Index int
    Device index on the bus. This field is ignored unless the bus details are specified.
    BusType string
    Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).
    Index int
    Device index on the bus. This field is ignored unless the bus details are specified.
    busType String
    Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).
    index Integer
    Device index on the bus. This field is ignored unless the bus details are specified.
    busType string
    Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).
    index number
    Device index on the bus. This field is ignored unless the bus details are specified.
    bus_type str
    Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).
    index int
    Device index on the bus. This field is ignored unless the bus details are specified.
    busType String
    Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).
    index Number
    Device index on the bus. This field is ignored unless the bus details are specified.

    GetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceVmReference

    ExtId string
    The identifier of a Template.
    ExtId string
    The identifier of a Template.
    extId String
    The identifier of a Template.
    extId string
    The identifier of a Template.
    ext_id str
    The identifier of a Template.
    extId String
    The identifier of a Template.

    GetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoStorageConfig

    IsFlashModeEnabled bool
    Indicates whether the virtual disk is pinned to the hot tier or not.
    IsFlashModeEnabled bool
    Indicates whether the virtual disk is pinned to the hot tier or not.
    isFlashModeEnabled Boolean
    Indicates whether the virtual disk is pinned to the hot tier or not.
    isFlashModeEnabled boolean
    Indicates whether the virtual disk is pinned to the hot tier or not.
    is_flash_mode_enabled bool
    Indicates whether the virtual disk is pinned to the hot tier or not.
    isFlashModeEnabled Boolean
    Indicates whether the virtual disk is pinned to the hot tier or not.

    GetTemplateV2TemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoStorageContainer

    ExtId string
    The identifier of a Template.
    ExtId string
    The identifier of a Template.
    extId String
    The identifier of a Template.
    extId string
    The identifier of a Template.
    ext_id str
    The identifier of a Template.
    extId String
    The identifier of a Template.

    GetTemplateV2TemplateVersionSpecVmSpecCategory

    ExtId string
    The identifier of a Template.
    ExtId string
    The identifier of a Template.
    extId String
    The identifier of a Template.
    extId string
    The identifier of a Template.
    ext_id str
    The identifier of a Template.
    extId String
    The identifier of a Template.

    GetTemplateV2TemplateVersionSpecVmSpecCdRom

    BackingInfos []GetTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfo
    Defines a NIC emulated by the hypervisor
    DiskAddresses []GetTemplateV2TemplateVersionSpecVmSpecCdRomDiskAddress
    Virtual Machine disk (VM disk).
    ExtId string
    The identifier of a Template.
    IsoType string
    Type of ISO image inserted in CD-ROM
    Links []GetTemplateV2TemplateVersionSpecVmSpecCdRomLink
    TenantId string
    backingInfos List<GetTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfo>
    Defines a NIC emulated by the hypervisor
    diskAddresses List<GetTemplateV2TemplateVersionSpecVmSpecCdRomDiskAddress>
    Virtual Machine disk (VM disk).
    extId String
    The identifier of a Template.
    isoType String
    Type of ISO image inserted in CD-ROM
    links List<GetTemplateV2TemplateVersionSpecVmSpecCdRomLink>
    tenantId String
    backingInfos GetTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfo[]
    Defines a NIC emulated by the hypervisor
    diskAddresses GetTemplateV2TemplateVersionSpecVmSpecCdRomDiskAddress[]
    Virtual Machine disk (VM disk).
    extId string
    The identifier of a Template.
    isoType string
    Type of ISO image inserted in CD-ROM
    links GetTemplateV2TemplateVersionSpecVmSpecCdRomLink[]
    tenantId string
    backingInfos List<Property Map>
    Defines a NIC emulated by the hypervisor
    diskAddresses List<Property Map>
    Virtual Machine disk (VM disk).
    extId String
    The identifier of a Template.
    isoType String
    Type of ISO image inserted in CD-ROM
    links List<Property Map>
    tenantId String

    GetTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfo

    DataSources List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSource>
    A reference to a disk or image that contains the contents of a disk.
    DiskExtId string
    The globally unique identifier of a VM disk. It should be of type UUID.
    DiskSizeBytes int
    Size of the disk in Bytes
    IsMigrationInProgress bool
    Indicates if the disk is undergoing migration to another container.
    StorageConfigs List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoStorageConfig>
    Storage configuration for VM disks
    StorageContainers List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoStorageContainer>
    This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
    DataSources []GetTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSource
    A reference to a disk or image that contains the contents of a disk.
    DiskExtId string
    The globally unique identifier of a VM disk. It should be of type UUID.
    DiskSizeBytes int
    Size of the disk in Bytes
    IsMigrationInProgress bool
    Indicates if the disk is undergoing migration to another container.
    StorageConfigs []GetTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoStorageConfig
    Storage configuration for VM disks
    StorageContainers []GetTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoStorageContainer
    This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
    dataSources List<GetTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSource>
    A reference to a disk or image that contains the contents of a disk.
    diskExtId String
    The globally unique identifier of a VM disk. It should be of type UUID.
    diskSizeBytes Integer
    Size of the disk in Bytes
    isMigrationInProgress Boolean
    Indicates if the disk is undergoing migration to another container.
    storageConfigs List<GetTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoStorageConfig>
    Storage configuration for VM disks
    storageContainers List<GetTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoStorageContainer>
    This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
    dataSources GetTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSource[]
    A reference to a disk or image that contains the contents of a disk.
    diskExtId string
    The globally unique identifier of a VM disk. It should be of type UUID.
    diskSizeBytes number
    Size of the disk in Bytes
    isMigrationInProgress boolean
    Indicates if the disk is undergoing migration to another container.
    storageConfigs GetTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoStorageConfig[]
    Storage configuration for VM disks
    storageContainers GetTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoStorageContainer[]
    This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
    data_sources Sequence[GetTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSource]
    A reference to a disk or image that contains the contents of a disk.
    disk_ext_id str
    The globally unique identifier of a VM disk. It should be of type UUID.
    disk_size_bytes int
    Size of the disk in Bytes
    is_migration_in_progress bool
    Indicates if the disk is undergoing migration to another container.
    storage_configs Sequence[GetTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoStorageConfig]
    Storage configuration for VM disks
    storage_containers Sequence[GetTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoStorageContainer]
    This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
    dataSources List<Property Map>
    A reference to a disk or image that contains the contents of a disk.
    diskExtId String
    The globally unique identifier of a VM disk. It should be of type UUID.
    diskSizeBytes Number
    Size of the disk in Bytes
    isMigrationInProgress Boolean
    Indicates if the disk is undergoing migration to another container.
    storageConfigs List<Property Map>
    Storage configuration for VM disks
    storageContainers List<Property Map>
    This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.

    GetTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSource

    references List<Property Map>
    Reference to image or vm disk

    GetTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReference

    GetTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceImageReference

    ImageExtId string
    The globally unique identifier of an image. It should be of type UUID.
    ImageExtId string
    The globally unique identifier of an image. It should be of type UUID.
    imageExtId String
    The globally unique identifier of an image. It should be of type UUID.
    imageExtId string
    The globally unique identifier of an image. It should be of type UUID.
    image_ext_id str
    The globally unique identifier of an image. It should be of type UUID.
    imageExtId String
    The globally unique identifier of an image. It should be of type UUID.

    GetTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReference

    diskAddresses List<Property Map>
    Disk address.
    diskExtId String
    The globally unique identifier of a VM disk. It should be of type UUID.
    vmReferences List<Property Map>
    This is a reference to a VM.

    GetTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReferenceDiskAddress

    BusType string
    Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).
    Index int
    Device index on the bus. This field is ignored unless the bus details are specified.
    BusType string
    Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).
    Index int
    Device index on the bus. This field is ignored unless the bus details are specified.
    busType String
    Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).
    index Integer
    Device index on the bus. This field is ignored unless the bus details are specified.
    busType string
    Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).
    index number
    Device index on the bus. This field is ignored unless the bus details are specified.
    bus_type str
    Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).
    index int
    Device index on the bus. This field is ignored unless the bus details are specified.
    busType String
    Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).
    index Number
    Device index on the bus. This field is ignored unless the bus details are specified.

    GetTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReferenceVmReference

    ExtId string
    The identifier of a Template.
    ExtId string
    The identifier of a Template.
    extId String
    The identifier of a Template.
    extId string
    The identifier of a Template.
    ext_id str
    The identifier of a Template.
    extId String
    The identifier of a Template.

    GetTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoStorageConfig

    IsFlashModeEnabled bool
    Indicates whether the virtual disk is pinned to the hot tier or not.
    IsFlashModeEnabled bool
    Indicates whether the virtual disk is pinned to the hot tier or not.
    isFlashModeEnabled Boolean
    Indicates whether the virtual disk is pinned to the hot tier or not.
    isFlashModeEnabled boolean
    Indicates whether the virtual disk is pinned to the hot tier or not.
    is_flash_mode_enabled bool
    Indicates whether the virtual disk is pinned to the hot tier or not.
    isFlashModeEnabled Boolean
    Indicates whether the virtual disk is pinned to the hot tier or not.

    GetTemplateV2TemplateVersionSpecVmSpecCdRomBackingInfoStorageContainer

    ExtId string
    The identifier of a Template.
    ExtId string
    The identifier of a Template.
    extId String
    The identifier of a Template.
    extId string
    The identifier of a Template.
    ext_id str
    The identifier of a Template.
    extId String
    The identifier of a Template.

    GetTemplateV2TemplateVersionSpecVmSpecCdRomDiskAddress

    BusType string
    Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).
    Index int
    Device index on the bus. This field is ignored unless the bus details are specified.
    BusType string
    Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).
    Index int
    Device index on the bus. This field is ignored unless the bus details are specified.
    busType String
    Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).
    index Integer
    Device index on the bus. This field is ignored unless the bus details are specified.
    busType string
    Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).
    index number
    Device index on the bus. This field is ignored unless the bus details are specified.
    bus_type str
    Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).
    index int
    Device index on the bus. This field is ignored unless the bus details are specified.
    busType String
    Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).
    index Number
    Device index on the bus. This field is ignored unless the bus details are specified.
    Href string
    Rel string
    Href string
    Rel string
    href String
    rel String
    href string
    rel string
    href str
    rel str
    href String
    rel String

    GetTemplateV2TemplateVersionSpecVmSpecCluster

    ExtId string
    The identifier of a Template.
    ExtId string
    The identifier of a Template.
    extId String
    The identifier of a Template.
    extId string
    The identifier of a Template.
    ext_id str
    The identifier of a Template.
    extId String
    The identifier of a Template.

    GetTemplateV2TemplateVersionSpecVmSpecDisk

    backingInfos List<Property Map>
    Defines a NIC emulated by the hypervisor
    diskAddresses List<Property Map>
    Virtual Machine disk (VM disk).
    extId String
    The identifier of a Template.
    links List<Property Map>
    tenantId String

    GetTemplateV2TemplateVersionSpecVmSpecDiskBackingInfo

    adfsVolumeGroupReferences List<Property Map>
    Volume Group Reference
    vmDisks List<Property Map>
    backing Info for vmDisk

    GetTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoAdfsVolumeGroupReference

    VolumeGroupExtId string
    The globally unique identifier of an ADSF volume group. It should be of type UUID.
    VolumeGroupExtId string
    The globally unique identifier of an ADSF volume group. It should be of type UUID.
    volumeGroupExtId String
    The globally unique identifier of an ADSF volume group. It should be of type UUID.
    volumeGroupExtId string
    The globally unique identifier of an ADSF volume group. It should be of type UUID.
    volume_group_ext_id str
    The globally unique identifier of an ADSF volume group. It should be of type UUID.
    volumeGroupExtId String
    The globally unique identifier of an ADSF volume group. It should be of type UUID.

    GetTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDisk

    DataSources List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSource>
    A reference to a disk or image that contains the contents of a disk.
    DiskExtId string
    The globally unique identifier of a VM disk. It should be of type UUID.
    DiskSizeBytes int
    Size of the disk in Bytes
    IsMigrationInProgress bool
    Indicates if the disk is undergoing migration to another container.
    StorageConfigs List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskStorageConfig>
    Storage configuration for VM disks
    StorageContainers List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskStorageContainer>
    This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
    DataSources []GetTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSource
    A reference to a disk or image that contains the contents of a disk.
    DiskExtId string
    The globally unique identifier of a VM disk. It should be of type UUID.
    DiskSizeBytes int
    Size of the disk in Bytes
    IsMigrationInProgress bool
    Indicates if the disk is undergoing migration to another container.
    StorageConfigs []GetTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskStorageConfig
    Storage configuration for VM disks
    StorageContainers []GetTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskStorageContainer
    This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
    dataSources List<GetTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSource>
    A reference to a disk or image that contains the contents of a disk.
    diskExtId String
    The globally unique identifier of a VM disk. It should be of type UUID.
    diskSizeBytes Integer
    Size of the disk in Bytes
    isMigrationInProgress Boolean
    Indicates if the disk is undergoing migration to another container.
    storageConfigs List<GetTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskStorageConfig>
    Storage configuration for VM disks
    storageContainers List<GetTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskStorageContainer>
    This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
    dataSources GetTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSource[]
    A reference to a disk or image that contains the contents of a disk.
    diskExtId string
    The globally unique identifier of a VM disk. It should be of type UUID.
    diskSizeBytes number
    Size of the disk in Bytes
    isMigrationInProgress boolean
    Indicates if the disk is undergoing migration to another container.
    storageConfigs GetTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskStorageConfig[]
    Storage configuration for VM disks
    storageContainers GetTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskStorageContainer[]
    This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
    data_sources Sequence[GetTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSource]
    A reference to a disk or image that contains the contents of a disk.
    disk_ext_id str
    The globally unique identifier of a VM disk. It should be of type UUID.
    disk_size_bytes int
    Size of the disk in Bytes
    is_migration_in_progress bool
    Indicates if the disk is undergoing migration to another container.
    storage_configs Sequence[GetTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskStorageConfig]
    Storage configuration for VM disks
    storage_containers Sequence[GetTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskStorageContainer]
    This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
    dataSources List<Property Map>
    A reference to a disk or image that contains the contents of a disk.
    diskExtId String
    The globally unique identifier of a VM disk. It should be of type UUID.
    diskSizeBytes Number
    Size of the disk in Bytes
    isMigrationInProgress Boolean
    Indicates if the disk is undergoing migration to another container.
    storageConfigs List<Property Map>
    Storage configuration for VM disks
    storageContainers List<Property Map>
    This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.

    GetTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSource

    references List<Property Map>
    Reference to image or vm disk

    GetTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReference

    GetTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceImageReference

    ImageExtId string
    The globally unique identifier of an image. It should be of type UUID.
    ImageExtId string
    The globally unique identifier of an image. It should be of type UUID.
    imageExtId String
    The globally unique identifier of an image. It should be of type UUID.
    imageExtId string
    The globally unique identifier of an image. It should be of type UUID.
    image_ext_id str
    The globally unique identifier of an image. It should be of type UUID.
    imageExtId String
    The globally unique identifier of an image. It should be of type UUID.

    GetTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReference

    diskAddresses List<Property Map>
    Disk address.
    diskExtId String
    The globally unique identifier of a VM disk. It should be of type UUID.
    vmReferences List<Property Map>
    This is a reference to a VM.

    GetTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceDiskAddress

    BusType string
    Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).
    Index int
    Device index on the bus. This field is ignored unless the bus details are specified.
    BusType string
    Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).
    Index int
    Device index on the bus. This field is ignored unless the bus details are specified.
    busType String
    Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).
    index Integer
    Device index on the bus. This field is ignored unless the bus details are specified.
    busType string
    Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).
    index number
    Device index on the bus. This field is ignored unless the bus details are specified.
    bus_type str
    Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).
    index int
    Device index on the bus. This field is ignored unless the bus details are specified.
    busType String
    Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).
    index Number
    Device index on the bus. This field is ignored unless the bus details are specified.

    GetTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceVmReference

    ExtId string
    The identifier of a Template.
    ExtId string
    The identifier of a Template.
    extId String
    The identifier of a Template.
    extId string
    The identifier of a Template.
    ext_id str
    The identifier of a Template.
    extId String
    The identifier of a Template.

    GetTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskStorageConfig

    IsFlashModeEnabled bool
    Indicates whether the virtual disk is pinned to the hot tier or not.
    IsFlashModeEnabled bool
    Indicates whether the virtual disk is pinned to the hot tier or not.
    isFlashModeEnabled Boolean
    Indicates whether the virtual disk is pinned to the hot tier or not.
    isFlashModeEnabled boolean
    Indicates whether the virtual disk is pinned to the hot tier or not.
    is_flash_mode_enabled bool
    Indicates whether the virtual disk is pinned to the hot tier or not.
    isFlashModeEnabled Boolean
    Indicates whether the virtual disk is pinned to the hot tier or not.

    GetTemplateV2TemplateVersionSpecVmSpecDiskBackingInfoVmDiskStorageContainer

    ExtId string
    The identifier of a Template.
    ExtId string
    The identifier of a Template.
    extId String
    The identifier of a Template.
    extId string
    The identifier of a Template.
    ext_id str
    The identifier of a Template.
    extId String
    The identifier of a Template.

    GetTemplateV2TemplateVersionSpecVmSpecDiskDiskAddress

    BusType string
    Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).
    Index int
    Device index on the bus. This field is ignored unless the bus details are specified.
    BusType string
    Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).
    Index int
    Device index on the bus. This field is ignored unless the bus details are specified.
    busType String
    Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).
    index Integer
    Device index on the bus. This field is ignored unless the bus details are specified.
    busType string
    Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).
    index number
    Device index on the bus. This field is ignored unless the bus details are specified.
    bus_type str
    Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).
    index int
    Device index on the bus. This field is ignored unless the bus details are specified.
    busType String
    Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).
    index Number
    Device index on the bus. This field is ignored unless the bus details are specified.
    Href string
    Rel string
    Href string
    Rel string
    href String
    rel String
    href string
    rel string
    href str
    rel str
    href String
    rel String

    GetTemplateV2TemplateVersionSpecVmSpecGpus

    DeviceId int
    The device Id of the GPU.
    ExtId string
    The identifier of a Template.
    Fraction int
    Fraction of the physical GPU assigned.
    FrameBufferSizeBytes int
    GPU frame buffer size in bytes.
    GuestDriverVersion string
    Last determined guest driver version.
    Links List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecGpusLink>
    Mode string
    The mode of this GPU.
    Name string
    Name of the GPU resource.
    NumVirtualDisplayHeads int
    Number of supported virtual display heads.
    PciAddresses List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecGpusPciAddress>
    The (S)egment:(B)us:(D)evice.(F)unction hardware address. See
    TenantId string
    Vendor string
    The vendor of the GPU.
    DeviceId int
    The device Id of the GPU.
    ExtId string
    The identifier of a Template.
    Fraction int
    Fraction of the physical GPU assigned.
    FrameBufferSizeBytes int
    GPU frame buffer size in bytes.
    GuestDriverVersion string
    Last determined guest driver version.
    Links []GetTemplateV2TemplateVersionSpecVmSpecGpusLink
    Mode string
    The mode of this GPU.
    Name string
    Name of the GPU resource.
    NumVirtualDisplayHeads int
    Number of supported virtual display heads.
    PciAddresses []GetTemplateV2TemplateVersionSpecVmSpecGpusPciAddress
    The (S)egment:(B)us:(D)evice.(F)unction hardware address. See
    TenantId string
    Vendor string
    The vendor of the GPU.
    deviceId Integer
    The device Id of the GPU.
    extId String
    The identifier of a Template.
    fraction Integer
    Fraction of the physical GPU assigned.
    frameBufferSizeBytes Integer
    GPU frame buffer size in bytes.
    guestDriverVersion String
    Last determined guest driver version.
    links List<GetTemplateV2TemplateVersionSpecVmSpecGpusLink>
    mode String
    The mode of this GPU.
    name String
    Name of the GPU resource.
    numVirtualDisplayHeads Integer
    Number of supported virtual display heads.
    pciAddresses List<GetTemplateV2TemplateVersionSpecVmSpecGpusPciAddress>
    The (S)egment:(B)us:(D)evice.(F)unction hardware address. See
    tenantId String
    vendor String
    The vendor of the GPU.
    deviceId number
    The device Id of the GPU.
    extId string
    The identifier of a Template.
    fraction number
    Fraction of the physical GPU assigned.
    frameBufferSizeBytes number
    GPU frame buffer size in bytes.
    guestDriverVersion string
    Last determined guest driver version.
    links GetTemplateV2TemplateVersionSpecVmSpecGpusLink[]
    mode string
    The mode of this GPU.
    name string
    Name of the GPU resource.
    numVirtualDisplayHeads number
    Number of supported virtual display heads.
    pciAddresses GetTemplateV2TemplateVersionSpecVmSpecGpusPciAddress[]
    The (S)egment:(B)us:(D)evice.(F)unction hardware address. See
    tenantId string
    vendor string
    The vendor of the GPU.
    device_id int
    The device Id of the GPU.
    ext_id str
    The identifier of a Template.
    fraction int
    Fraction of the physical GPU assigned.
    frame_buffer_size_bytes int
    GPU frame buffer size in bytes.
    guest_driver_version str
    Last determined guest driver version.
    links Sequence[GetTemplateV2TemplateVersionSpecVmSpecGpusLink]
    mode str
    The mode of this GPU.
    name str
    Name of the GPU resource.
    num_virtual_display_heads int
    Number of supported virtual display heads.
    pci_addresses Sequence[GetTemplateV2TemplateVersionSpecVmSpecGpusPciAddress]
    The (S)egment:(B)us:(D)evice.(F)unction hardware address. See
    tenant_id str
    vendor str
    The vendor of the GPU.
    deviceId Number
    The device Id of the GPU.
    extId String
    The identifier of a Template.
    fraction Number
    Fraction of the physical GPU assigned.
    frameBufferSizeBytes Number
    GPU frame buffer size in bytes.
    guestDriverVersion String
    Last determined guest driver version.
    links List<Property Map>
    mode String
    The mode of this GPU.
    name String
    Name of the GPU resource.
    numVirtualDisplayHeads Number
    Number of supported virtual display heads.
    pciAddresses List<Property Map>
    The (S)egment:(B)us:(D)evice.(F)unction hardware address. See
    tenantId String
    vendor String
    The vendor of the GPU.
    Href string
    Rel string
    Href string
    Rel string
    href String
    rel String
    href string
    rel string
    href str
    rel str
    href String
    rel String

    GetTemplateV2TemplateVersionSpecVmSpecGpusPciAddress

    Bus int
    Device int
    Func int
    Segment int
    Bus int
    Device int
    Func int
    Segment int
    bus Integer
    device Integer
    func Integer
    segment Integer
    bus number
    device number
    func number
    segment number
    bus int
    device int
    func int
    segment int
    bus Number
    device Number
    func Number
    segment Number

    GetTemplateV2TemplateVersionSpecVmSpecGuestCustomization

    Configs []GetTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfig
    The Nutanix Guest Tools customization settings.
    configs GetTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfig[]
    The Nutanix Guest Tools customization settings.
    configs List<Property Map>
    The Nutanix Guest Tools customization settings.

    GetTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfig

    GetTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInit

    CloudInitScripts List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScript>
    The script to use for cloud-init.
    DatasourceType string
    Type of datasource. Default: CONFIG_DRIVE_V2
    Metadata string
    The contents of the meta_data configuration for cloud-init. This can be formatted as YAML or JSON. The value must be base64 encoded.
    CloudInitScripts []GetTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScript
    The script to use for cloud-init.
    DatasourceType string
    Type of datasource. Default: CONFIG_DRIVE_V2
    Metadata string
    The contents of the meta_data configuration for cloud-init. This can be formatted as YAML or JSON. The value must be base64 encoded.
    cloudInitScripts List<GetTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScript>
    The script to use for cloud-init.
    datasourceType String
    Type of datasource. Default: CONFIG_DRIVE_V2
    metadata String
    The contents of the meta_data configuration for cloud-init. This can be formatted as YAML or JSON. The value must be base64 encoded.
    cloudInitScripts GetTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScript[]
    The script to use for cloud-init.
    datasourceType string
    Type of datasource. Default: CONFIG_DRIVE_V2
    metadata string
    The contents of the meta_data configuration for cloud-init. This can be formatted as YAML or JSON. The value must be base64 encoded.
    cloud_init_scripts Sequence[GetTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScript]
    The script to use for cloud-init.
    datasource_type str
    Type of datasource. Default: CONFIG_DRIVE_V2
    metadata str
    The contents of the meta_data configuration for cloud-init. This can be formatted as YAML or JSON. The value must be base64 encoded.
    cloudInitScripts List<Property Map>
    The script to use for cloud-init.
    datasourceType String
    Type of datasource. Default: CONFIG_DRIVE_V2
    metadata String
    The contents of the meta_data configuration for cloud-init. This can be formatted as YAML or JSON. The value must be base64 encoded.

    GetTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScript

    GetTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValue

    GetTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePair

    name String
    Name of the GPU resource.
    values List<Property Map>

    GetTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValue

    boolean Boolean
    integer Number
    integerLists List<Number>
    mapOfStrings List<Property Map>
    object Map<String>
    string String
    stringLists List<String>

    GetTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString

    Map Dictionary<string, string>
    Map map[string]string
    map Map<String,String>
    map {[key: string]: string}
    map Mapping[str, str]
    map Map<String>

    GetTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptUserData

    Value string
    Value string
    value String
    value string
    value str
    value String

    GetTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprep

    InstallType string
    Indicates whether the guest will be freshly installed using this unattend configuration, or this unattend configuration will be applied to a pre-prepared image. Default is 'PREPARED'.
    SysprepScripts List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScript>
    Object either UnattendXml or CustomKeyValues
    InstallType string
    Indicates whether the guest will be freshly installed using this unattend configuration, or this unattend configuration will be applied to a pre-prepared image. Default is 'PREPARED'.
    SysprepScripts []GetTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScript
    Object either UnattendXml or CustomKeyValues
    installType String
    Indicates whether the guest will be freshly installed using this unattend configuration, or this unattend configuration will be applied to a pre-prepared image. Default is 'PREPARED'.
    sysprepScripts List<GetTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScript>
    Object either UnattendXml or CustomKeyValues
    installType string
    Indicates whether the guest will be freshly installed using this unattend configuration, or this unattend configuration will be applied to a pre-prepared image. Default is 'PREPARED'.
    sysprepScripts GetTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScript[]
    Object either UnattendXml or CustomKeyValues
    install_type str
    Indicates whether the guest will be freshly installed using this unattend configuration, or this unattend configuration will be applied to a pre-prepared image. Default is 'PREPARED'.
    sysprep_scripts Sequence[GetTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScript]
    Object either UnattendXml or CustomKeyValues
    installType String
    Indicates whether the guest will be freshly installed using this unattend configuration, or this unattend configuration will be applied to a pre-prepared image. Default is 'PREPARED'.
    sysprepScripts List<Property Map>
    Object either UnattendXml or CustomKeyValues

    GetTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScript

    customKeyValues List<Property Map>
    The list of the individual KeyValuePair elements.
    unattendXmls List<Property Map>
    xml object

    GetTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValue

    GetTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair

    name String
    Name of the GPU resource.
    values List<Property Map>

    GetTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValue

    boolean Boolean
    integer Number
    integerLists List<Number>
    mapOfStrings List<Property Map>
    object Map<String>
    string String
    stringLists List<String>

    GetTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValueMapOfString

    Map Dictionary<string, string>
    Map map[string]string
    map Map<String,String>
    map {[key: string]: string}
    map Mapping[str, str]
    map Map<String>

    GetTemplateV2TemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptUnattendXml

    Value string
    Value string
    value String
    value string
    value str
    value String

    GetTemplateV2TemplateVersionSpecVmSpecGuestTool

    AvailableVersion string
    Version of Nutanix Guest Tools available on the cluster.
    Capabilities List<string>
    The list of the application names that are enabled on the guest VM.
    GuestOsVersion string
    Version of the operating system on the VM
    IsEnabled bool
    Indicates whether Nutanix Guest Tools is enabled or not.
    IsInstalled bool
    Indicates whether Nutanix Guest Tools is installed on the VM or not.
    IsIsoInserted bool
    Indicates whether Nutanix Guest Tools ISO is inserted or not.
    IsReachable bool
    Indicates whether the communication from VM to CVM is active or not.
    IsVmMobilityDriversInstalled bool
    Indicates whether the VM mobility drivers are installed on the VM or not.
    IsVssSnapshotCapable bool
    Indicates whether the VM is configured to take VSS snapshots through NGT or not.
    Version string
    Virtual trusted platform module version.
    AvailableVersion string
    Version of Nutanix Guest Tools available on the cluster.
    Capabilities []string
    The list of the application names that are enabled on the guest VM.
    GuestOsVersion string
    Version of the operating system on the VM
    IsEnabled bool
    Indicates whether Nutanix Guest Tools is enabled or not.
    IsInstalled bool
    Indicates whether Nutanix Guest Tools is installed on the VM or not.
    IsIsoInserted bool
    Indicates whether Nutanix Guest Tools ISO is inserted or not.
    IsReachable bool
    Indicates whether the communication from VM to CVM is active or not.
    IsVmMobilityDriversInstalled bool
    Indicates whether the VM mobility drivers are installed on the VM or not.
    IsVssSnapshotCapable bool
    Indicates whether the VM is configured to take VSS snapshots through NGT or not.
    Version string
    Virtual trusted platform module version.
    availableVersion String
    Version of Nutanix Guest Tools available on the cluster.
    capabilities List<String>
    The list of the application names that are enabled on the guest VM.
    guestOsVersion String
    Version of the operating system on the VM
    isEnabled Boolean
    Indicates whether Nutanix Guest Tools is enabled or not.
    isInstalled Boolean
    Indicates whether Nutanix Guest Tools is installed on the VM or not.
    isIsoInserted Boolean
    Indicates whether Nutanix Guest Tools ISO is inserted or not.
    isReachable Boolean
    Indicates whether the communication from VM to CVM is active or not.
    isVmMobilityDriversInstalled Boolean
    Indicates whether the VM mobility drivers are installed on the VM or not.
    isVssSnapshotCapable Boolean
    Indicates whether the VM is configured to take VSS snapshots through NGT or not.
    version String
    Virtual trusted platform module version.
    availableVersion string
    Version of Nutanix Guest Tools available on the cluster.
    capabilities string[]
    The list of the application names that are enabled on the guest VM.
    guestOsVersion string
    Version of the operating system on the VM
    isEnabled boolean
    Indicates whether Nutanix Guest Tools is enabled or not.
    isInstalled boolean
    Indicates whether Nutanix Guest Tools is installed on the VM or not.
    isIsoInserted boolean
    Indicates whether Nutanix Guest Tools ISO is inserted or not.
    isReachable boolean
    Indicates whether the communication from VM to CVM is active or not.
    isVmMobilityDriversInstalled boolean
    Indicates whether the VM mobility drivers are installed on the VM or not.
    isVssSnapshotCapable boolean
    Indicates whether the VM is configured to take VSS snapshots through NGT or not.
    version string
    Virtual trusted platform module version.
    available_version str
    Version of Nutanix Guest Tools available on the cluster.
    capabilities Sequence[str]
    The list of the application names that are enabled on the guest VM.
    guest_os_version str
    Version of the operating system on the VM
    is_enabled bool
    Indicates whether Nutanix Guest Tools is enabled or not.
    is_installed bool
    Indicates whether Nutanix Guest Tools is installed on the VM or not.
    is_iso_inserted bool
    Indicates whether Nutanix Guest Tools ISO is inserted or not.
    is_reachable bool
    Indicates whether the communication from VM to CVM is active or not.
    is_vm_mobility_drivers_installed bool
    Indicates whether the VM mobility drivers are installed on the VM or not.
    is_vss_snapshot_capable bool
    Indicates whether the VM is configured to take VSS snapshots through NGT or not.
    version str
    Virtual trusted platform module version.
    availableVersion String
    Version of Nutanix Guest Tools available on the cluster.
    capabilities List<String>
    The list of the application names that are enabled on the guest VM.
    guestOsVersion String
    Version of the operating system on the VM
    isEnabled Boolean
    Indicates whether Nutanix Guest Tools is enabled or not.
    isInstalled Boolean
    Indicates whether Nutanix Guest Tools is installed on the VM or not.
    isIsoInserted Boolean
    Indicates whether Nutanix Guest Tools ISO is inserted or not.
    isReachable Boolean
    Indicates whether the communication from VM to CVM is active or not.
    isVmMobilityDriversInstalled Boolean
    Indicates whether the VM mobility drivers are installed on the VM or not.
    isVssSnapshotCapable Boolean
    Indicates whether the VM is configured to take VSS snapshots through NGT or not.
    version String
    Virtual trusted platform module version.

    GetTemplateV2TemplateVersionSpecVmSpecHost

    ExtId string
    The identifier of a Template.
    ExtId string
    The identifier of a Template.
    extId String
    The identifier of a Template.
    extId string
    The identifier of a Template.
    ext_id str
    The identifier of a Template.
    extId String
    The identifier of a Template.
    Href string
    Rel string
    Href string
    Rel string
    href String
    rel String
    href string
    rel string
    href str
    rel str
    href String
    rel String

    GetTemplateV2TemplateVersionSpecVmSpecNic

    backingInfos List<Property Map>
    Defines a NIC emulated by the hypervisor
    extId String
    The identifier of a Template.
    links List<Property Map>
    networkInfos List<Property Map>
    Network information for a NIC.
    tenantId String

    GetTemplateV2TemplateVersionSpecVmSpecNicBackingInfo

    MacAddress string
    MAC address of the emulated NIC.
    Model string
    Options for the NIC emulation.
    IsConnected bool
    Indicates whether the serial port is connected or not.
    NumQueues int
    The number of Tx/Rx queue pairs for this NIC
    MacAddress string
    MAC address of the emulated NIC.
    Model string
    Options for the NIC emulation.
    IsConnected bool
    Indicates whether the serial port is connected or not.
    NumQueues int
    The number of Tx/Rx queue pairs for this NIC
    macAddress String
    MAC address of the emulated NIC.
    model String
    Options for the NIC emulation.
    isConnected Boolean
    Indicates whether the serial port is connected or not.
    numQueues Integer
    The number of Tx/Rx queue pairs for this NIC
    macAddress string
    MAC address of the emulated NIC.
    model string
    Options for the NIC emulation.
    isConnected boolean
    Indicates whether the serial port is connected or not.
    numQueues number
    The number of Tx/Rx queue pairs for this NIC
    mac_address str
    MAC address of the emulated NIC.
    model str
    Options for the NIC emulation.
    is_connected bool
    Indicates whether the serial port is connected or not.
    num_queues int
    The number of Tx/Rx queue pairs for this NIC
    macAddress String
    MAC address of the emulated NIC.
    model String
    Options for the NIC emulation.
    isConnected Boolean
    Indicates whether the serial port is connected or not.
    numQueues Number
    The number of Tx/Rx queue pairs for this NIC
    Href string
    Rel string
    Href string
    Rel string
    href String
    rel String
    href string
    rel string
    href str
    rel str
    href String
    rel String

    GetTemplateV2TemplateVersionSpecVmSpecNicNetworkInfo

    Ipv4Configs List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4Config>
    The IP address configurations.
    Ipv4Infos List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4Info>
    NetworkFunctionChains List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoNetworkFunctionChain>
    The network function chain associates with the NIC. Only valid if nic_type is NORMAL_NIC.
    NetworkFunctionNicType string
    The type of this Network function NIC. Defaults to INGRESS.
    NicType string
    NIC type. Defaults to NORMAL_NIC.
    ShouldAllowUnknownMacs bool
    Indicates whether an unknown unicast traffic is forwarded to this NIC or not. This is applicable only for the NICs on the overlay subnets.
    Subnets List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoSubnet>
    Network identifier for this adapter. Only valid if nic_type is NORMAL_NIC or DIRECT_NIC
    TrunkedVlans List<int>
    List of networks to trunk if VLAN mode is marked as TRUNKED. If empty and VLAN mode is set to TRUNKED, all the VLANs are trunked.
    VlanMode string
    all the virtual NICs are created in ACCESS mode, which permits only one VLAN per virtual network. TRUNKED mode allows multiple VLANs on a single VM NIC for network-aware user VMs.
    Ipv4Configs []GetTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4Config
    The IP address configurations.
    Ipv4Infos []GetTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4Info
    NetworkFunctionChains []GetTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoNetworkFunctionChain
    The network function chain associates with the NIC. Only valid if nic_type is NORMAL_NIC.
    NetworkFunctionNicType string
    The type of this Network function NIC. Defaults to INGRESS.
    NicType string
    NIC type. Defaults to NORMAL_NIC.
    ShouldAllowUnknownMacs bool
    Indicates whether an unknown unicast traffic is forwarded to this NIC or not. This is applicable only for the NICs on the overlay subnets.
    Subnets []GetTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoSubnet
    Network identifier for this adapter. Only valid if nic_type is NORMAL_NIC or DIRECT_NIC
    TrunkedVlans []int
    List of networks to trunk if VLAN mode is marked as TRUNKED. If empty and VLAN mode is set to TRUNKED, all the VLANs are trunked.
    VlanMode string
    all the virtual NICs are created in ACCESS mode, which permits only one VLAN per virtual network. TRUNKED mode allows multiple VLANs on a single VM NIC for network-aware user VMs.
    ipv4Configs List<GetTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4Config>
    The IP address configurations.
    ipv4Infos List<GetTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4Info>
    networkFunctionChains List<GetTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoNetworkFunctionChain>
    The network function chain associates with the NIC. Only valid if nic_type is NORMAL_NIC.
    networkFunctionNicType String
    The type of this Network function NIC. Defaults to INGRESS.
    nicType String
    NIC type. Defaults to NORMAL_NIC.
    shouldAllowUnknownMacs Boolean
    Indicates whether an unknown unicast traffic is forwarded to this NIC or not. This is applicable only for the NICs on the overlay subnets.
    subnets List<GetTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoSubnet>
    Network identifier for this adapter. Only valid if nic_type is NORMAL_NIC or DIRECT_NIC
    trunkedVlans List<Integer>
    List of networks to trunk if VLAN mode is marked as TRUNKED. If empty and VLAN mode is set to TRUNKED, all the VLANs are trunked.
    vlanMode String
    all the virtual NICs are created in ACCESS mode, which permits only one VLAN per virtual network. TRUNKED mode allows multiple VLANs on a single VM NIC for network-aware user VMs.
    ipv4Configs GetTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4Config[]
    The IP address configurations.
    ipv4Infos GetTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4Info[]
    networkFunctionChains GetTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoNetworkFunctionChain[]
    The network function chain associates with the NIC. Only valid if nic_type is NORMAL_NIC.
    networkFunctionNicType string
    The type of this Network function NIC. Defaults to INGRESS.
    nicType string
    NIC type. Defaults to NORMAL_NIC.
    shouldAllowUnknownMacs boolean
    Indicates whether an unknown unicast traffic is forwarded to this NIC or not. This is applicable only for the NICs on the overlay subnets.
    subnets GetTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoSubnet[]
    Network identifier for this adapter. Only valid if nic_type is NORMAL_NIC or DIRECT_NIC
    trunkedVlans number[]
    List of networks to trunk if VLAN mode is marked as TRUNKED. If empty and VLAN mode is set to TRUNKED, all the VLANs are trunked.
    vlanMode string
    all the virtual NICs are created in ACCESS mode, which permits only one VLAN per virtual network. TRUNKED mode allows multiple VLANs on a single VM NIC for network-aware user VMs.
    ipv4_configs Sequence[GetTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4Config]
    The IP address configurations.
    ipv4_infos Sequence[GetTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4Info]
    network_function_chains Sequence[GetTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoNetworkFunctionChain]
    The network function chain associates with the NIC. Only valid if nic_type is NORMAL_NIC.
    network_function_nic_type str
    The type of this Network function NIC. Defaults to INGRESS.
    nic_type str
    NIC type. Defaults to NORMAL_NIC.
    should_allow_unknown_macs bool
    Indicates whether an unknown unicast traffic is forwarded to this NIC or not. This is applicable only for the NICs on the overlay subnets.
    subnets Sequence[GetTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoSubnet]
    Network identifier for this adapter. Only valid if nic_type is NORMAL_NIC or DIRECT_NIC
    trunked_vlans Sequence[int]
    List of networks to trunk if VLAN mode is marked as TRUNKED. If empty and VLAN mode is set to TRUNKED, all the VLANs are trunked.
    vlan_mode str
    all the virtual NICs are created in ACCESS mode, which permits only one VLAN per virtual network. TRUNKED mode allows multiple VLANs on a single VM NIC for network-aware user VMs.
    ipv4Configs List<Property Map>
    The IP address configurations.
    ipv4Infos List<Property Map>
    networkFunctionChains List<Property Map>
    The network function chain associates with the NIC. Only valid if nic_type is NORMAL_NIC.
    networkFunctionNicType String
    The type of this Network function NIC. Defaults to INGRESS.
    nicType String
    NIC type. Defaults to NORMAL_NIC.
    shouldAllowUnknownMacs Boolean
    Indicates whether an unknown unicast traffic is forwarded to this NIC or not. This is applicable only for the NICs on the overlay subnets.
    subnets List<Property Map>
    Network identifier for this adapter. Only valid if nic_type is NORMAL_NIC or DIRECT_NIC
    trunkedVlans List<Number>
    List of networks to trunk if VLAN mode is marked as TRUNKED. If empty and VLAN mode is set to TRUNKED, all the VLANs are trunked.
    vlanMode String
    all the virtual NICs are created in ACCESS mode, which permits only one VLAN per virtual network. TRUNKED mode allows multiple VLANs on a single VM NIC for network-aware user VMs.

    GetTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4Config

    GetTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4ConfigIpAddress

    value String
    prefixLength Integer
    value string
    prefixLength number
    value String
    prefixLength Number

    GetTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4ConfigSecondaryIpAddressList

    value String
    prefixLength Integer
    value string
    prefixLength number
    value String
    prefixLength Number

    GetTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4Info

    GetTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoIpv4InfoLearnedIpAddress

    value String
    prefixLength Integer
    value string
    prefixLength number
    value String
    prefixLength Number

    GetTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoNetworkFunctionChain

    ExtId string
    The identifier of a Template.
    ExtId string
    The identifier of a Template.
    extId String
    The identifier of a Template.
    extId string
    The identifier of a Template.
    ext_id str
    The identifier of a Template.
    extId String
    The identifier of a Template.

    GetTemplateV2TemplateVersionSpecVmSpecNicNetworkInfoSubnet

    ExtId string
    The identifier of a Template.
    ExtId string
    The identifier of a Template.
    extId String
    The identifier of a Template.
    extId string
    The identifier of a Template.
    ext_id str
    The identifier of a Template.
    extId String
    The identifier of a Template.

    GetTemplateV2TemplateVersionSpecVmSpecOwnershipInfo

    owners List<Property Map>
    Owner reference

    GetTemplateV2TemplateVersionSpecVmSpecOwnershipInfoOwner

    ExtId string
    The identifier of a Template.
    ExtId string
    The identifier of a Template.
    extId String
    The identifier of a Template.
    extId string
    The identifier of a Template.
    ext_id str
    The identifier of a Template.
    extId String
    The identifier of a Template.

    GetTemplateV2TemplateVersionSpecVmSpecPciDevice

    assignedDeviceInfos List<Property Map>
    backingInfos List<Property Map>
    Defines a NIC emulated by the hypervisor
    extId String
    The identifier of a Template.
    links List<Property Map>
    tenantId String

    GetTemplateV2TemplateVersionSpecVmSpecPciDeviceAssignedDeviceInfo

    GetTemplateV2TemplateVersionSpecVmSpecPciDeviceAssignedDeviceInfoDevice

    GetTemplateV2TemplateVersionSpecVmSpecPciDeviceBackingInfo

    GetTemplateV2TemplateVersionSpecVmSpecPciDeviceBackingInfoPcieDeviceReference

    Href string
    Rel string
    Href string
    Rel string
    href String
    rel String
    href string
    rel string
    href str
    rel str
    href String
    rel String

    GetTemplateV2TemplateVersionSpecVmSpecProtectionPolicyState

    policies List<Property Map>
    Reference to the policy object in use.

    GetTemplateV2TemplateVersionSpecVmSpecProtectionPolicyStatePolicy

    ExtId string
    The identifier of a Template.
    ExtId string
    The identifier of a Template.
    extId String
    The identifier of a Template.
    extId string
    The identifier of a Template.
    ext_id str
    The identifier of a Template.
    extId String
    The identifier of a Template.

    GetTemplateV2TemplateVersionSpecVmSpecSerialPort

    ExtId string
    The identifier of a Template.
    Index int
    Index of the serial port.
    IsConnected bool
    Indicates whether the serial port is connected or not.
    Links List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecSerialPortLink>
    TenantId string
    ExtId string
    The identifier of a Template.
    Index int
    Index of the serial port.
    IsConnected bool
    Indicates whether the serial port is connected or not.
    Links []GetTemplateV2TemplateVersionSpecVmSpecSerialPortLink
    TenantId string
    extId String
    The identifier of a Template.
    index Integer
    Index of the serial port.
    isConnected Boolean
    Indicates whether the serial port is connected or not.
    links List<GetTemplateV2TemplateVersionSpecVmSpecSerialPortLink>
    tenantId String
    extId string
    The identifier of a Template.
    index number
    Index of the serial port.
    isConnected boolean
    Indicates whether the serial port is connected or not.
    links GetTemplateV2TemplateVersionSpecVmSpecSerialPortLink[]
    tenantId string
    ext_id str
    The identifier of a Template.
    index int
    Index of the serial port.
    is_connected bool
    Indicates whether the serial port is connected or not.
    links Sequence[GetTemplateV2TemplateVersionSpecVmSpecSerialPortLink]
    tenant_id str
    extId String
    The identifier of a Template.
    index Number
    Index of the serial port.
    isConnected Boolean
    Indicates whether the serial port is connected or not.
    links List<Property Map>
    tenantId String
    Href string
    Rel string
    Href string
    Rel string
    href String
    rel String
    href string
    rel string
    href str
    rel str
    href String
    rel String

    GetTemplateV2TemplateVersionSpecVmSpecSource

    EntityType string
    Entity Type of source
    ExtId string
    The identifier of a Template.
    EntityType string
    Entity Type of source
    ExtId string
    The identifier of a Template.
    entityType String
    Entity Type of source
    extId String
    The identifier of a Template.
    entityType string
    Entity Type of source
    extId string
    The identifier of a Template.
    entity_type str
    Entity Type of source
    ext_id str
    The identifier of a Template.
    entityType String
    Entity Type of source
    extId String
    The identifier of a Template.

    GetTemplateV2TemplateVersionSpecVmSpecStorageConfig

    IsFlashModeEnabled bool
    Indicates whether the virtual disk is pinned to the hot tier or not.
    QosConfigs List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2TemplateVersionSpecVmSpecStorageConfigQosConfig>
    QoS parameters to be enforced.
    IsFlashModeEnabled bool
    Indicates whether the virtual disk is pinned to the hot tier or not.
    QosConfigs []GetTemplateV2TemplateVersionSpecVmSpecStorageConfigQosConfig
    QoS parameters to be enforced.
    isFlashModeEnabled Boolean
    Indicates whether the virtual disk is pinned to the hot tier or not.
    qosConfigs List<GetTemplateV2TemplateVersionSpecVmSpecStorageConfigQosConfig>
    QoS parameters to be enforced.
    isFlashModeEnabled boolean
    Indicates whether the virtual disk is pinned to the hot tier or not.
    qosConfigs GetTemplateV2TemplateVersionSpecVmSpecStorageConfigQosConfig[]
    QoS parameters to be enforced.
    is_flash_mode_enabled bool
    Indicates whether the virtual disk is pinned to the hot tier or not.
    qos_configs Sequence[GetTemplateV2TemplateVersionSpecVmSpecStorageConfigQosConfig]
    QoS parameters to be enforced.
    isFlashModeEnabled Boolean
    Indicates whether the virtual disk is pinned to the hot tier or not.
    qosConfigs List<Property Map>
    QoS parameters to be enforced.

    GetTemplateV2TemplateVersionSpecVmSpecStorageConfigQosConfig

    ThrottledIops int
    Throttled IOPS for the governed entities. The block size for the I/O is 32 kB.
    ThrottledIops int
    Throttled IOPS for the governed entities. The block size for the I/O is 32 kB.
    throttledIops Integer
    Throttled IOPS for the governed entities. The block size for the I/O is 32 kB.
    throttledIops number
    Throttled IOPS for the governed entities. The block size for the I/O is 32 kB.
    throttled_iops int
    Throttled IOPS for the governed entities. The block size for the I/O is 32 kB.
    throttledIops Number
    Throttled IOPS for the governed entities. The block size for the I/O is 32 kB.

    GetTemplateV2TemplateVersionSpecVmSpecVtpmConfig

    IsVtpmEnabled bool
    Indicates whether the virtual trusted platform module is enabled for the Guest OS or not.
    Version string
    Virtual trusted platform module version.
    IsVtpmEnabled bool
    Indicates whether the virtual trusted platform module is enabled for the Guest OS or not.
    Version string
    Virtual trusted platform module version.
    isVtpmEnabled Boolean
    Indicates whether the virtual trusted platform module is enabled for the Guest OS or not.
    version String
    Virtual trusted platform module version.
    isVtpmEnabled boolean
    Indicates whether the virtual trusted platform module is enabled for the Guest OS or not.
    version string
    Virtual trusted platform module version.
    is_vtpm_enabled bool
    Indicates whether the virtual trusted platform module is enabled for the Guest OS or not.
    version str
    Virtual trusted platform module version.
    isVtpmEnabled Boolean
    Indicates whether the virtual trusted platform module is enabled for the Guest OS or not.
    version String
    Virtual trusted platform module version.

    GetTemplateV2UpdatedBy

    AdditionalAttributes List<PiersKarsenbarg.Nutanix.Inputs.GetTemplateV2UpdatedByAdditionalAttribute>
    Any additional attribute for the User.
    CreationType string
    Description string
    VM description
    DisplayName string
    Display name for the User.
    EmailId string
    Email Id for the User.
    ExtId string
    The identifier of a Template.
    FirstName string
    First name for the User.
    IdpId string
    Identifier of the IDP for the User.
    IsForceResetPasswordEnabled bool
    Flag to force the User to reset password.
    LastName string
    Last name for the User.
    Locale string
    Default locale for the User.
    MiddleInitial string
    Middle name for the User.
    Password string
    Region string
    Default Region for the User.
    Status string
    Status of the User.
    UserType string
    Type of the User.
    Username string
    Identifier for the User in the form an email address.
    AdditionalAttributes []GetTemplateV2UpdatedByAdditionalAttribute
    Any additional attribute for the User.
    CreationType string
    Description string
    VM description
    DisplayName string
    Display name for the User.
    EmailId string
    Email Id for the User.
    ExtId string
    The identifier of a Template.
    FirstName string
    First name for the User.
    IdpId string
    Identifier of the IDP for the User.
    IsForceResetPasswordEnabled bool
    Flag to force the User to reset password.
    LastName string
    Last name for the User.
    Locale string
    Default locale for the User.
    MiddleInitial string
    Middle name for the User.
    Password string
    Region string
    Default Region for the User.
    Status string
    Status of the User.
    UserType string
    Type of the User.
    Username string
    Identifier for the User in the form an email address.
    additionalAttributes List<GetTemplateV2UpdatedByAdditionalAttribute>
    Any additional attribute for the User.
    creationType String
    description String
    VM description
    displayName String
    Display name for the User.
    emailId String
    Email Id for the User.
    extId String
    The identifier of a Template.
    firstName String
    First name for the User.
    idpId String
    Identifier of the IDP for the User.
    isForceResetPasswordEnabled Boolean
    Flag to force the User to reset password.
    lastName String
    Last name for the User.
    locale String
    Default locale for the User.
    middleInitial String
    Middle name for the User.
    password String
    region String
    Default Region for the User.
    status String
    Status of the User.
    userType String
    Type of the User.
    username String
    Identifier for the User in the form an email address.
    additionalAttributes GetTemplateV2UpdatedByAdditionalAttribute[]
    Any additional attribute for the User.
    creationType string
    description string
    VM description
    displayName string
    Display name for the User.
    emailId string
    Email Id for the User.
    extId string
    The identifier of a Template.
    firstName string
    First name for the User.
    idpId string
    Identifier of the IDP for the User.
    isForceResetPasswordEnabled boolean
    Flag to force the User to reset password.
    lastName string
    Last name for the User.
    locale string
    Default locale for the User.
    middleInitial string
    Middle name for the User.
    password string
    region string
    Default Region for the User.
    status string
    Status of the User.
    userType string
    Type of the User.
    username string
    Identifier for the User in the form an email address.
    additional_attributes Sequence[GetTemplateV2UpdatedByAdditionalAttribute]
    Any additional attribute for the User.
    creation_type str
    description str
    VM description
    display_name str
    Display name for the User.
    email_id str
    Email Id for the User.
    ext_id str
    The identifier of a Template.
    first_name str
    First name for the User.
    idp_id str
    Identifier of the IDP for the User.
    is_force_reset_password_enabled bool
    Flag to force the User to reset password.
    last_name str
    Last name for the User.
    locale str
    Default locale for the User.
    middle_initial str
    Middle name for the User.
    password str
    region str
    Default Region for the User.
    status str
    Status of the User.
    user_type str
    Type of the User.
    username str
    Identifier for the User in the form an email address.
    additionalAttributes List<Property Map>
    Any additional attribute for the User.
    creationType String
    description String
    VM description
    displayName String
    Display name for the User.
    emailId String
    Email Id for the User.
    extId String
    The identifier of a Template.
    firstName String
    First name for the User.
    idpId String
    Identifier of the IDP for the User.
    isForceResetPasswordEnabled Boolean
    Flag to force the User to reset password.
    lastName String
    Last name for the User.
    locale String
    Default locale for the User.
    middleInitial String
    Middle name for the User.
    password String
    region String
    Default Region for the User.
    status String
    Status of the User.
    userType String
    Type of the User.
    username String
    Identifier for the User in the form an email address.

    GetTemplateV2UpdatedByAdditionalAttribute

    name String
    Name of the GPU resource.
    values List<Property Map>

    GetTemplateV2UpdatedByAdditionalAttributeValue

    boolean Boolean
    integer Number
    integerLists List<Number>
    mapOfStrings List<Property Map>
    object Map<String>
    string String
    stringLists List<String>

    GetTemplateV2UpdatedByAdditionalAttributeValueMapOfString

    Map Dictionary<string, string>
    Map map[string]string
    map Map<String,String>
    map {[key: string]: string}
    map Mapping[str, str]
    map Map<String>

    Package Details

    Repository
    nutanix pierskarsenbarg/pulumi-nutanix
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the nutanix Terraform Provider.
    nutanix logo
    Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg