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

nutanix.getTemplatesV2

Explore with Pulumi AI

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

    List Templates with details like name, description, VM configuration, etc. This operation supports filtering, sorting & pagination.

    Example

    import * as pulumi from "@pulumi/pulumi";
    import * as nutanix from "@pulumi/nutanix";
    
    const templates = nutanix.getTemplatesV2({});
    
    import pulumi
    import pulumi_nutanix as nutanix
    
    templates = nutanix.get_templates_v2()
    
    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.GetTemplatesV2(ctx, &nutanix.GetTemplatesV2Args{}, 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 templates = Nutanix.GetTemplatesV2.Invoke();
    
    });
    
    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.GetTemplatesV2Args;
    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 templates = NutanixFunctions.getTemplatesV2();
    
        }
    }
    
    variables:
      templates:
        fn::invoke:
          function: nutanix:getTemplatesV2
          arguments: {}
    

    Using getTemplatesV2

    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 getTemplatesV2(args: GetTemplatesV2Args, opts?: InvokeOptions): Promise<GetTemplatesV2Result>
    function getTemplatesV2Output(args: GetTemplatesV2OutputArgs, opts?: InvokeOptions): Output<GetTemplatesV2Result>
    def get_templates_v2(filter: Optional[str] = None,
                         limit: Optional[int] = None,
                         order_by: Optional[str] = None,
                         page: Optional[int] = None,
                         select: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetTemplatesV2Result
    def get_templates_v2_output(filter: Optional[pulumi.Input[str]] = None,
                         limit: Optional[pulumi.Input[int]] = None,
                         order_by: Optional[pulumi.Input[str]] = None,
                         page: Optional[pulumi.Input[int]] = None,
                         select: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetTemplatesV2Result]
    func GetTemplatesV2(ctx *Context, args *GetTemplatesV2Args, opts ...InvokeOption) (*GetTemplatesV2Result, error)
    func GetTemplatesV2Output(ctx *Context, args *GetTemplatesV2OutputArgs, opts ...InvokeOption) GetTemplatesV2ResultOutput

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

    public static class GetTemplatesV2 
    {
        public static Task<GetTemplatesV2Result> InvokeAsync(GetTemplatesV2Args args, InvokeOptions? opts = null)
        public static Output<GetTemplatesV2Result> Invoke(GetTemplatesV2InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTemplatesV2Result> getTemplatesV2(GetTemplatesV2Args args, InvokeOptions options)
    public static Output<GetTemplatesV2Result> getTemplatesV2(GetTemplatesV2Args args, InvokeOptions options)
    
    fn::invoke:
      function: nutanix:index/getTemplatesV2:getTemplatesV2
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Filter string
    A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions.
    Limit int
    A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
    OrderBy string
    A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default.
    Page int
    A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results. Default is 0.
    Select string
    Filter string
    A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions.
    Limit int
    A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
    OrderBy string
    A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default.
    Page int
    A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results. Default is 0.
    Select string
    filter String
    A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions.
    limit Integer
    A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
    orderBy String
    A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default.
    page Integer
    A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results. Default is 0.
    select String
    filter string
    A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions.
    limit number
    A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
    orderBy string
    A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default.
    page number
    A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results. Default is 0.
    select string
    filter str
    A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions.
    limit int
    A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
    order_by str
    A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default.
    page int
    A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results. Default is 0.
    select str
    filter String
    A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions.
    limit Number
    A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
    orderBy String
    A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default.
    page Number
    A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results. Default is 0.
    select String

    getTemplatesV2 Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Templates List<PiersKarsenbarg.Nutanix.Outputs.GetTemplatesV2Template>
    Filter string
    Limit int
    OrderBy string
    Page int
    Select string
    Id string
    The provider-assigned unique ID for this managed resource.
    Templates []GetTemplatesV2Template
    Filter string
    Limit int
    OrderBy string
    Page int
    Select string
    id String
    The provider-assigned unique ID for this managed resource.
    templates List<GetTemplatesV2Template>
    filter String
    limit Integer
    orderBy String
    page Integer
    select String
    id string
    The provider-assigned unique ID for this managed resource.
    templates GetTemplatesV2Template[]
    filter string
    limit number
    orderBy string
    page number
    select string
    id str
    The provider-assigned unique ID for this managed resource.
    templates Sequence[GetTemplatesV2Template]
    filter str
    limit int
    order_by str
    page int
    select str
    id String
    The provider-assigned unique ID for this managed resource.
    templates List<Property Map>
    filter String
    limit Number
    orderBy String
    page Number
    select String

    Supporting Types

    GetTemplatesV2Template

    CreateTime string
    Time when the Template was created.
    CreatedBies List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateCreatedBy>
    Information of the User.
    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    GuestUpdateStatuses List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateGuestUpdateStatus>
    Status of a Guest Update.
    Links List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateLink>
    TemplateDescription string
    The user defined description of a Template.
    TemplateName string
    The user defined name of a Template.
    TemplateVersionSpecs List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateTemplateVersionSpec>
    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
    Time when the Template was last updated.
    UpdatedBies List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateUpdatedBy>
    CreateTime string
    Time when the Template was created.
    CreatedBies []GetTemplatesV2TemplateCreatedBy
    Information of the User.
    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    GuestUpdateStatuses []GetTemplatesV2TemplateGuestUpdateStatus
    Status of a Guest Update.
    Links []GetTemplatesV2TemplateLink
    TemplateDescription string
    The user defined description of a Template.
    TemplateName string
    The user defined name of a Template.
    TemplateVersionSpecs []GetTemplatesV2TemplateTemplateVersionSpec
    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
    Time when the Template was last updated.
    UpdatedBies []GetTemplatesV2TemplateUpdatedBy
    createTime String
    Time when the Template was created.
    createdBies List<GetTemplatesV2TemplateCreatedBy>
    Information of the User.
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.
    guestUpdateStatuses List<GetTemplatesV2TemplateGuestUpdateStatus>
    Status of a Guest Update.
    links List<GetTemplatesV2TemplateLink>
    templateDescription String
    The user defined description of a Template.
    templateName String
    The user defined name of a Template.
    templateVersionSpecs List<GetTemplatesV2TemplateTemplateVersionSpec>
    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
    Time when the Template was last updated.
    updatedBies List<GetTemplatesV2TemplateUpdatedBy>
    createTime string
    Time when the Template was created.
    createdBies GetTemplatesV2TemplateCreatedBy[]
    Information of the User.
    extId string
    A globally unique identifier of an instance that is suitable for external consumption.
    guestUpdateStatuses GetTemplatesV2TemplateGuestUpdateStatus[]
    Status of a Guest Update.
    links GetTemplatesV2TemplateLink[]
    templateDescription string
    The user defined description of a Template.
    templateName string
    The user defined name of a Template.
    templateVersionSpecs GetTemplatesV2TemplateTemplateVersionSpec[]
    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
    Time when the Template was last updated.
    updatedBies GetTemplatesV2TemplateUpdatedBy[]
    create_time str
    Time when the Template was created.
    created_bies Sequence[GetTemplatesV2TemplateCreatedBy]
    Information of the User.
    ext_id str
    A globally unique identifier of an instance that is suitable for external consumption.
    guest_update_statuses Sequence[GetTemplatesV2TemplateGuestUpdateStatus]
    Status of a Guest Update.
    links Sequence[GetTemplatesV2TemplateLink]
    template_description str
    The user defined description of a Template.
    template_name str
    The user defined name of a Template.
    template_version_specs Sequence[GetTemplatesV2TemplateTemplateVersionSpec]
    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
    Time when the Template was last updated.
    updated_bies Sequence[GetTemplatesV2TemplateUpdatedBy]
    createTime String
    Time when the Template was created.
    createdBies List<Property Map>
    Information of 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.
    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
    Time when the Template was last updated.
    updatedBies List<Property Map>

    GetTemplatesV2TemplateCreatedBy

    AdditionalAttributes List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateCreatedByAdditionalAttribute>
    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
    A globally unique identifier of an instance that is suitable for external consumption.
    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 []GetTemplatesV2TemplateCreatedByAdditionalAttribute
    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
    A globally unique identifier of an instance that is suitable for external consumption.
    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<GetTemplatesV2TemplateCreatedByAdditionalAttribute>
    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
    A globally unique identifier of an instance that is suitable for external consumption.
    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 GetTemplatesV2TemplateCreatedByAdditionalAttribute[]
    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
    A globally unique identifier of an instance that is suitable for external consumption.
    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[GetTemplatesV2TemplateCreatedByAdditionalAttribute]
    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
    A globally unique identifier of an instance that is suitable for external consumption.
    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
    A globally unique identifier of an instance that is suitable for external consumption.
    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.

    GetTemplatesV2TemplateCreatedByAdditionalAttribute

    GetTemplatesV2TemplateCreatedByAdditionalAttributeValue

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

    GetTemplatesV2TemplateCreatedByAdditionalAttributeValueMapOfString

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

    GetTemplatesV2TemplateGuestUpdateStatus

    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

    GetTemplatesV2TemplateTemplateVersionSpec

    CreateTime string
    Time when the Template was created.
    CreatedBies List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateTemplateVersionSpecCreatedBy>
    Information of the User.
    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    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.GetTemplatesV2TemplateTemplateVersionSpecLink>
    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.GetTemplatesV2TemplateTemplateVersionSpecVmSpec>
    VM configuration.
    CreateTime string
    Time when the Template was created.
    CreatedBies []GetTemplatesV2TemplateTemplateVersionSpecCreatedBy
    Information of the User.
    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    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 []GetTemplatesV2TemplateTemplateVersionSpecLink
    TenantId string
    VersionDescription string
    The user defined description of a Template Version.
    VersionName string
    The user defined name of a Template Version.
    VmSpecs []GetTemplatesV2TemplateTemplateVersionSpecVmSpec
    VM configuration.
    createTime String
    Time when the Template was created.
    createdBies List<GetTemplatesV2TemplateTemplateVersionSpecCreatedBy>
    Information of the User.
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.
    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<GetTemplatesV2TemplateTemplateVersionSpecLink>
    tenantId String
    versionDescription String
    The user defined description of a Template Version.
    versionName String
    The user defined name of a Template Version.
    vmSpecs List<GetTemplatesV2TemplateTemplateVersionSpecVmSpec>
    VM configuration.
    createTime string
    Time when the Template was created.
    createdBies GetTemplatesV2TemplateTemplateVersionSpecCreatedBy[]
    Information of the User.
    extId string
    A globally unique identifier of an instance that is suitable for external consumption.
    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 GetTemplatesV2TemplateTemplateVersionSpecLink[]
    tenantId string
    versionDescription string
    The user defined description of a Template Version.
    versionName string
    The user defined name of a Template Version.
    vmSpecs GetTemplatesV2TemplateTemplateVersionSpecVmSpec[]
    VM configuration.
    create_time str
    Time when the Template was created.
    created_bies Sequence[GetTemplatesV2TemplateTemplateVersionSpecCreatedBy]
    Information of the User.
    ext_id str
    A globally unique identifier of an instance that is suitable for external consumption.
    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[GetTemplatesV2TemplateTemplateVersionSpecLink]
    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[GetTemplatesV2TemplateTemplateVersionSpecVmSpec]
    VM configuration.
    createTime String
    Time when the Template was created.
    createdBies List<Property Map>
    Information of the User.
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.
    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.

    GetTemplatesV2TemplateTemplateVersionSpecCreatedBy

    AdditionalAttributes List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateTemplateVersionSpecCreatedByAdditionalAttribute>
    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
    A globally unique identifier of an instance that is suitable for external consumption.
    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 []GetTemplatesV2TemplateTemplateVersionSpecCreatedByAdditionalAttribute
    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
    A globally unique identifier of an instance that is suitable for external consumption.
    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<GetTemplatesV2TemplateTemplateVersionSpecCreatedByAdditionalAttribute>
    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
    A globally unique identifier of an instance that is suitable for external consumption.
    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 GetTemplatesV2TemplateTemplateVersionSpecCreatedByAdditionalAttribute[]
    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
    A globally unique identifier of an instance that is suitable for external consumption.
    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[GetTemplatesV2TemplateTemplateVersionSpecCreatedByAdditionalAttribute]
    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
    A globally unique identifier of an instance that is suitable for external consumption.
    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
    A globally unique identifier of an instance that is suitable for external consumption.
    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.

    GetTemplatesV2TemplateTemplateVersionSpecCreatedByAdditionalAttribute

    GetTemplatesV2TemplateTemplateVersionSpecCreatedByAdditionalAttributeValue

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

    GetTemplatesV2TemplateTemplateVersionSpecCreatedByAdditionalAttributeValueMapOfString

    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

    GetTemplatesV2TemplateTemplateVersionSpecVmSpec

    ApcConfigs List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateTemplateVersionSpecVmSpecApcConfig>
    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.GetTemplatesV2TemplateTemplateVersionSpecVmSpecAvailabilityZone>
    BiosUuid string
    BIOS UUID of the VM. It should be of type UUID.
    BootConfigs List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfig>
    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.GetTemplatesV2TemplateTemplateVersionSpecVmSpecCategory>
    Categories for the VM.
    CdRoms List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRom>
    CD-ROMs attached to the VM.
    Clusters List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateTemplateVersionSpecVmSpecCluster>
    Reference to a cluster.
    CreateTime string
    VM creation time
    Description string
    VM description
    Disks List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateTemplateVersionSpecVmSpecDisk>
    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
    A globally unique identifier of an instance that is suitable for external consumption.
    GenerationUuid string
    Generation UUID of the VM. It should be of type UUID.
    Gpuses List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateTemplateVersionSpecVmSpecGpus>
    GPUs attached to the VM.
    GuestCustomizations List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomization>
    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.GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestTool>
    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.GetTemplatesV2TemplateTemplateVersionSpecVmSpecHost>
    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.GetTemplatesV2TemplateTemplateVersionSpecVmSpecLink>
    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
    VM name.
    Nics List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateTemplateVersionSpecVmSpecNic>
    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.GetTemplatesV2TemplateTemplateVersionSpecVmSpecOwnershipInfo>
    Ownership information for the VM.
    PciDevices List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateTemplateVersionSpecVmSpecPciDevice>
    PowerState string
    ProtectionPolicyStates List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateTemplateVersionSpecVmSpecProtectionPolicyState>
    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.GetTemplatesV2TemplateTemplateVersionSpecVmSpecSerialPort>
    Serial ports configured on the VM.
    Sources List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateTemplateVersionSpecVmSpecSource>
    Reference to an entity that the VM should be cloned or created from
    StorageConfigs List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateTemplateVersionSpecVmSpecStorageConfig>
    Storage configuration for VM.
    TenantId string
    UpdateTime string
    VM last updated time.
    VtpmConfigs List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateTemplateVersionSpecVmSpecVtpmConfig>
    Indicates how the vTPM for the VM should be configured.
    ApcConfigs []GetTemplatesV2TemplateTemplateVersionSpecVmSpecApcConfig
    Advanced Processor Compatibility configuration for the VM. Enabling this retains the CPU model for the VM across power cycles and migrations.
    AvailabilityZones []GetTemplatesV2TemplateTemplateVersionSpecVmSpecAvailabilityZone
    BiosUuid string
    BIOS UUID of the VM. It should be of type UUID.
    BootConfigs []GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfig
    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 []GetTemplatesV2TemplateTemplateVersionSpecVmSpecCategory
    Categories for the VM.
    CdRoms []GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRom
    CD-ROMs attached to the VM.
    Clusters []GetTemplatesV2TemplateTemplateVersionSpecVmSpecCluster
    Reference to a cluster.
    CreateTime string
    VM creation time
    Description string
    VM description
    Disks []GetTemplatesV2TemplateTemplateVersionSpecVmSpecDisk
    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
    A globally unique identifier of an instance that is suitable for external consumption.
    GenerationUuid string
    Generation UUID of the VM. It should be of type UUID.
    Gpuses []GetTemplatesV2TemplateTemplateVersionSpecVmSpecGpus
    GPUs attached to the VM.
    GuestCustomizations []GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomization
    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 []GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestTool
    The details about Nutanix Guest Tools for a VM.
    HardwareClockTimezone string
    VM hardware clock timezone in IANA TZDB format (America/Los_Angeles).
    Hosts []GetTemplatesV2TemplateTemplateVersionSpecVmSpecHost
    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 []GetTemplatesV2TemplateTemplateVersionSpecVmSpecLink
    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
    VM name.
    Nics []GetTemplatesV2TemplateTemplateVersionSpecVmSpecNic
    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 []GetTemplatesV2TemplateTemplateVersionSpecVmSpecOwnershipInfo
    Ownership information for the VM.
    PciDevices []GetTemplatesV2TemplateTemplateVersionSpecVmSpecPciDevice
    PowerState string
    ProtectionPolicyStates []GetTemplatesV2TemplateTemplateVersionSpecVmSpecProtectionPolicyState
    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 []GetTemplatesV2TemplateTemplateVersionSpecVmSpecSerialPort
    Serial ports configured on the VM.
    Sources []GetTemplatesV2TemplateTemplateVersionSpecVmSpecSource
    Reference to an entity that the VM should be cloned or created from
    StorageConfigs []GetTemplatesV2TemplateTemplateVersionSpecVmSpecStorageConfig
    Storage configuration for VM.
    TenantId string
    UpdateTime string
    VM last updated time.
    VtpmConfigs []GetTemplatesV2TemplateTemplateVersionSpecVmSpecVtpmConfig
    Indicates how the vTPM for the VM should be configured.
    apcConfigs List<GetTemplatesV2TemplateTemplateVersionSpecVmSpecApcConfig>
    Advanced Processor Compatibility configuration for the VM. Enabling this retains the CPU model for the VM across power cycles and migrations.
    availabilityZones List<GetTemplatesV2TemplateTemplateVersionSpecVmSpecAvailabilityZone>
    biosUuid String
    BIOS UUID of the VM. It should be of type UUID.
    bootConfigs List<GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfig>
    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<GetTemplatesV2TemplateTemplateVersionSpecVmSpecCategory>
    Categories for the VM.
    cdRoms List<GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRom>
    CD-ROMs attached to the VM.
    clusters List<GetTemplatesV2TemplateTemplateVersionSpecVmSpecCluster>
    Reference to a cluster.
    createTime String
    VM creation time
    description String
    VM description
    disks List<GetTemplatesV2TemplateTemplateVersionSpecVmSpecDisk>
    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
    A globally unique identifier of an instance that is suitable for external consumption.
    generationUuid String
    Generation UUID of the VM. It should be of type UUID.
    gpuses List<GetTemplatesV2TemplateTemplateVersionSpecVmSpecGpus>
    GPUs attached to the VM.
    guestCustomizations List<GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomization>
    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<GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestTool>
    The details about Nutanix Guest Tools for a VM.
    hardwareClockTimezone String
    VM hardware clock timezone in IANA TZDB format (America/Los_Angeles).
    hosts List<GetTemplatesV2TemplateTemplateVersionSpecVmSpecHost>
    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<GetTemplatesV2TemplateTemplateVersionSpecVmSpecLink>
    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
    VM name.
    nics List<GetTemplatesV2TemplateTemplateVersionSpecVmSpecNic>
    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<GetTemplatesV2TemplateTemplateVersionSpecVmSpecOwnershipInfo>
    Ownership information for the VM.
    pciDevices List<GetTemplatesV2TemplateTemplateVersionSpecVmSpecPciDevice>
    powerState String
    protectionPolicyStates List<GetTemplatesV2TemplateTemplateVersionSpecVmSpecProtectionPolicyState>
    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<GetTemplatesV2TemplateTemplateVersionSpecVmSpecSerialPort>
    Serial ports configured on the VM.
    sources List<GetTemplatesV2TemplateTemplateVersionSpecVmSpecSource>
    Reference to an entity that the VM should be cloned or created from
    storageConfigs List<GetTemplatesV2TemplateTemplateVersionSpecVmSpecStorageConfig>
    Storage configuration for VM.
    tenantId String
    updateTime String
    VM last updated time.
    vtpmConfigs List<GetTemplatesV2TemplateTemplateVersionSpecVmSpecVtpmConfig>
    Indicates how the vTPM for the VM should be configured.
    apcConfigs GetTemplatesV2TemplateTemplateVersionSpecVmSpecApcConfig[]
    Advanced Processor Compatibility configuration for the VM. Enabling this retains the CPU model for the VM across power cycles and migrations.
    availabilityZones GetTemplatesV2TemplateTemplateVersionSpecVmSpecAvailabilityZone[]
    biosUuid string
    BIOS UUID of the VM. It should be of type UUID.
    bootConfigs GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfig[]
    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 GetTemplatesV2TemplateTemplateVersionSpecVmSpecCategory[]
    Categories for the VM.
    cdRoms GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRom[]
    CD-ROMs attached to the VM.
    clusters GetTemplatesV2TemplateTemplateVersionSpecVmSpecCluster[]
    Reference to a cluster.
    createTime string
    VM creation time
    description string
    VM description
    disks GetTemplatesV2TemplateTemplateVersionSpecVmSpecDisk[]
    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
    A globally unique identifier of an instance that is suitable for external consumption.
    generationUuid string
    Generation UUID of the VM. It should be of type UUID.
    gpuses GetTemplatesV2TemplateTemplateVersionSpecVmSpecGpus[]
    GPUs attached to the VM.
    guestCustomizations GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomization[]
    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 GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestTool[]
    The details about Nutanix Guest Tools for a VM.
    hardwareClockTimezone string
    VM hardware clock timezone in IANA TZDB format (America/Los_Angeles).
    hosts GetTemplatesV2TemplateTemplateVersionSpecVmSpecHost[]
    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 GetTemplatesV2TemplateTemplateVersionSpecVmSpecLink[]
    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
    VM name.
    nics GetTemplatesV2TemplateTemplateVersionSpecVmSpecNic[]
    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 GetTemplatesV2TemplateTemplateVersionSpecVmSpecOwnershipInfo[]
    Ownership information for the VM.
    pciDevices GetTemplatesV2TemplateTemplateVersionSpecVmSpecPciDevice[]
    powerState string
    protectionPolicyStates GetTemplatesV2TemplateTemplateVersionSpecVmSpecProtectionPolicyState[]
    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 GetTemplatesV2TemplateTemplateVersionSpecVmSpecSerialPort[]
    Serial ports configured on the VM.
    sources GetTemplatesV2TemplateTemplateVersionSpecVmSpecSource[]
    Reference to an entity that the VM should be cloned or created from
    storageConfigs GetTemplatesV2TemplateTemplateVersionSpecVmSpecStorageConfig[]
    Storage configuration for VM.
    tenantId string
    updateTime string
    VM last updated time.
    vtpmConfigs GetTemplatesV2TemplateTemplateVersionSpecVmSpecVtpmConfig[]
    Indicates how the vTPM for the VM should be configured.
    apc_configs Sequence[GetTemplatesV2TemplateTemplateVersionSpecVmSpecApcConfig]
    Advanced Processor Compatibility configuration for the VM. Enabling this retains the CPU model for the VM across power cycles and migrations.
    availability_zones Sequence[GetTemplatesV2TemplateTemplateVersionSpecVmSpecAvailabilityZone]
    bios_uuid str
    BIOS UUID of the VM. It should be of type UUID.
    boot_configs Sequence[GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfig]
    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[GetTemplatesV2TemplateTemplateVersionSpecVmSpecCategory]
    Categories for the VM.
    cd_roms Sequence[GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRom]
    CD-ROMs attached to the VM.
    clusters Sequence[GetTemplatesV2TemplateTemplateVersionSpecVmSpecCluster]
    Reference to a cluster.
    create_time str
    VM creation time
    description str
    VM description
    disks Sequence[GetTemplatesV2TemplateTemplateVersionSpecVmSpecDisk]
    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
    A globally unique identifier of an instance that is suitable for external consumption.
    generation_uuid str
    Generation UUID of the VM. It should be of type UUID.
    gpuses Sequence[GetTemplatesV2TemplateTemplateVersionSpecVmSpecGpus]
    GPUs attached to the VM.
    guest_customizations Sequence[GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomization]
    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[GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestTool]
    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[GetTemplatesV2TemplateTemplateVersionSpecVmSpecHost]
    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[GetTemplatesV2TemplateTemplateVersionSpecVmSpecLink]
    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
    VM name.
    nics Sequence[GetTemplatesV2TemplateTemplateVersionSpecVmSpecNic]
    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[GetTemplatesV2TemplateTemplateVersionSpecVmSpecOwnershipInfo]
    Ownership information for the VM.
    pci_devices Sequence[GetTemplatesV2TemplateTemplateVersionSpecVmSpecPciDevice]
    power_state str
    protection_policy_states Sequence[GetTemplatesV2TemplateTemplateVersionSpecVmSpecProtectionPolicyState]
    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[GetTemplatesV2TemplateTemplateVersionSpecVmSpecSerialPort]
    Serial ports configured on the VM.
    sources Sequence[GetTemplatesV2TemplateTemplateVersionSpecVmSpecSource]
    Reference to an entity that the VM should be cloned or created from
    storage_configs Sequence[GetTemplatesV2TemplateTemplateVersionSpecVmSpecStorageConfig]
    Storage configuration for VM.
    tenant_id str
    update_time str
    VM last updated time.
    vtpm_configs Sequence[GetTemplatesV2TemplateTemplateVersionSpecVmSpecVtpmConfig]
    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
    A globally unique identifier of an instance that is suitable for external consumption.
    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
    VM name.
    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.
    tenantId String
    updateTime String
    VM last updated time.
    vtpmConfigs List<Property Map>
    Indicates how the vTPM for the VM should be configured.

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecApcConfig

    CpuModels List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateTemplateVersionSpecVmSpecApcConfigCpuModel>
    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

    • cpu_model.ext_id: The globally unique identifier of the CPU model associated with the VM.
    • cpu_model.name: Name of the CPU model associated with the VM.
    IsApcEnabled bool
    If enabled, the selected CPU model will be retained across live and cold migrations of the VM.
    CpuModels []GetTemplatesV2TemplateTemplateVersionSpecVmSpecApcConfigCpuModel
    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

    • cpu_model.ext_id: The globally unique identifier of the CPU model associated with the VM.
    • cpu_model.name: Name of the CPU model associated with the VM.
    IsApcEnabled bool
    If enabled, the selected CPU model will be retained across live and cold migrations of the VM.
    cpuModels List<GetTemplatesV2TemplateTemplateVersionSpecVmSpecApcConfigCpuModel>
    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

    • cpu_model.ext_id: The globally unique identifier of the CPU model associated with the VM.
    • cpu_model.name: Name of the CPU model associated with the VM.
    isApcEnabled Boolean
    If enabled, the selected CPU model will be retained across live and cold migrations of the VM.
    cpuModels GetTemplatesV2TemplateTemplateVersionSpecVmSpecApcConfigCpuModel[]
    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

    • cpu_model.ext_id: The globally unique identifier of the CPU model associated with the VM.
    • cpu_model.name: Name of the CPU model associated with the VM.
    isApcEnabled boolean
    If enabled, the selected CPU model will be retained across live and cold migrations of the VM.
    cpu_models Sequence[GetTemplatesV2TemplateTemplateVersionSpecVmSpecApcConfigCpuModel]
    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

    • cpu_model.ext_id: The globally unique identifier of the CPU model associated with the VM.
    • cpu_model.name: Name of the CPU model associated with the VM.
    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

    • cpu_model.ext_id: The globally unique identifier of the CPU model associated with the VM.
    • cpu_model.name: Name of the CPU model associated with the VM.
    isApcEnabled Boolean
    If enabled, the selected CPU model will be retained across live and cold migrations of the VM.

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecApcConfigCpuModel

    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    Name string
    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    Name string
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.
    name String
    extId string
    A globally unique identifier of an instance that is suitable for external consumption.
    name string
    ext_id str
    A globally unique identifier of an instance that is suitable for external consumption.
    name str
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.
    name String

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecAvailabilityZone

    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.
    extId string
    A globally unique identifier of an instance that is suitable for external consumption.
    ext_id str
    A globally unique identifier of an instance that is suitable for external consumption.
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfig

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

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigLegacyBoot

    BootDevices List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigLegacyBootBootDevice>

    Boot Device object

    • boot_device.boot_device_disk: Disk address.

    • boot_device.boot_device_disk.disk_address.bus_type: Bus type for the device

    • boot_device.boot_device_disk.disk_address.index: Device index on the bus. This field is ignored unless the bus details are specified.

    • boot_device.boot_device_nic: Disk Nic address.

    • boot_device.boot_device_nic.mac_address: mac address

    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 []GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigLegacyBootBootDevice

    Boot Device object

    • boot_device.boot_device_disk: Disk address.

    • boot_device.boot_device_disk.disk_address.bus_type: Bus type for the device

    • boot_device.boot_device_disk.disk_address.index: Device index on the bus. This field is ignored unless the bus details are specified.

    • boot_device.boot_device_nic: Disk Nic address.

    • boot_device.boot_device_nic.mac_address: mac address

    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<GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigLegacyBootBootDevice>

    Boot Device object

    • boot_device.boot_device_disk: Disk address.

    • boot_device.boot_device_disk.disk_address.bus_type: Bus type for the device

    • boot_device.boot_device_disk.disk_address.index: Device index on the bus. This field is ignored unless the bus details are specified.

    • boot_device.boot_device_nic: Disk Nic address.

    • boot_device.boot_device_nic.mac_address: mac address

    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 GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigLegacyBootBootDevice[]

    Boot Device object

    • boot_device.boot_device_disk: Disk address.

    • boot_device.boot_device_disk.disk_address.bus_type: Bus type for the device

    • boot_device.boot_device_disk.disk_address.index: Device index on the bus. This field is ignored unless the bus details are specified.

    • boot_device.boot_device_nic: Disk Nic address.

    • boot_device.boot_device_nic.mac_address: mac address

    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[GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigLegacyBootBootDevice]

    Boot Device object

    • boot_device.boot_device_disk: Disk address.

    • boot_device.boot_device_disk.disk_address.bus_type: Bus type for the device

    • boot_device.boot_device_disk.disk_address.index: Device index on the bus. This field is ignored unless the bus details are specified.

    • boot_device.boot_device_nic: Disk Nic address.

    • boot_device.boot_device_nic.mac_address: mac address

    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

    • boot_device.boot_device_disk: Disk address.

    • boot_device.boot_device_disk.disk_address.bus_type: Bus type for the device

    • boot_device.boot_device_disk.disk_address.index: Device index on the bus. This field is ignored unless the bus details are specified.

    • boot_device.boot_device_nic: Disk Nic address.

    • boot_device.boot_device_nic.mac_address: mac address

    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.

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigLegacyBootBootDevice

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceDisk

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceDiskDiskAddress

    BusType string
    Index int
    Index of the serial port.
    BusType string
    Index int
    Index of the serial port.
    busType String
    index Integer
    Index of the serial port.
    busType string
    index number
    Index of the serial port.
    bus_type str
    index int
    Index of the serial port.
    busType String
    index Number
    Index of the serial port.

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceNic

    MacAddress string
    MAC address of the emulated NIC.
    MacAddress string
    MAC address of the emulated NIC.
    macAddress String
    MAC address of the emulated NIC.
    macAddress string
    MAC address of the emulated NIC.
    mac_address str
    MAC address of the emulated NIC.
    macAddress String
    MAC address of the emulated NIC.

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBoot

    BootDevices List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootBootDevice>

    Boot Device object

    • boot_device.boot_device_disk: Disk address.

    • boot_device.boot_device_disk.disk_address.bus_type: Bus type for the device

    • boot_device.boot_device_disk.disk_address.index: Device index on the bus. This field is ignored unless the bus details are specified.

    • boot_device.boot_device_nic: Disk Nic address.

    • boot_device.boot_device_nic.mac_address: mac address

    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.GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDevice>
    Configuration for NVRAM to be presented to the VM.

    • nvram_device.backing_storage_info: Storage provided by Nutanix ADSF
    BootDevices []GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootBootDevice

    Boot Device object

    • boot_device.boot_device_disk: Disk address.

    • boot_device.boot_device_disk.disk_address.bus_type: Bus type for the device

    • boot_device.boot_device_disk.disk_address.index: Device index on the bus. This field is ignored unless the bus details are specified.

    • boot_device.boot_device_nic: Disk Nic address.

    • boot_device.boot_device_nic.mac_address: mac address

    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 []GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDevice
    Configuration for NVRAM to be presented to the VM.

    • nvram_device.backing_storage_info: Storage provided by Nutanix ADSF
    bootDevices List<GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootBootDevice>

    Boot Device object

    • boot_device.boot_device_disk: Disk address.

    • boot_device.boot_device_disk.disk_address.bus_type: Bus type for the device

    • boot_device.boot_device_disk.disk_address.index: Device index on the bus. This field is ignored unless the bus details are specified.

    • boot_device.boot_device_nic: Disk Nic address.

    • boot_device.boot_device_nic.mac_address: mac address

    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<GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDevice>
    Configuration for NVRAM to be presented to the VM.

    • nvram_device.backing_storage_info: Storage provided by Nutanix ADSF
    bootDevices GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootBootDevice[]

    Boot Device object

    • boot_device.boot_device_disk: Disk address.

    • boot_device.boot_device_disk.disk_address.bus_type: Bus type for the device

    • boot_device.boot_device_disk.disk_address.index: Device index on the bus. This field is ignored unless the bus details are specified.

    • boot_device.boot_device_nic: Disk Nic address.

    • boot_device.boot_device_nic.mac_address: mac address

    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 GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDevice[]
    Configuration for NVRAM to be presented to the VM.

    • nvram_device.backing_storage_info: Storage provided by Nutanix ADSF
    boot_devices Sequence[GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootBootDevice]

    Boot Device object

    • boot_device.boot_device_disk: Disk address.

    • boot_device.boot_device_disk.disk_address.bus_type: Bus type for the device

    • boot_device.boot_device_disk.disk_address.index: Device index on the bus. This field is ignored unless the bus details are specified.

    • boot_device.boot_device_nic: Disk Nic address.

    • boot_device.boot_device_nic.mac_address: mac address

    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[GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDevice]
    Configuration for NVRAM to be presented to the VM.

    • nvram_device.backing_storage_info: Storage provided by Nutanix ADSF
    bootDevices List<Property Map>

    Boot Device object

    • boot_device.boot_device_disk: Disk address.

    • boot_device.boot_device_disk.disk_address.bus_type: Bus type for the device

    • boot_device.boot_device_disk.disk_address.index: Device index on the bus. This field is ignored unless the bus details are specified.

    • boot_device.boot_device_nic: Disk Nic address.

    • boot_device.boot_device_nic.mac_address: mac address

    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.

    • nvram_device.backing_storage_info: Storage provided by Nutanix ADSF

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootBootDevice

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceDisk

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceDiskDiskAddress

    BusType string
    Index int
    Index of the serial port.
    BusType string
    Index int
    Index of the serial port.
    busType String
    index Integer
    Index of the serial port.
    busType string
    index number
    Index of the serial port.
    bus_type str
    index int
    Index of the serial port.
    busType String
    index Number
    Index of the serial port.

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceNic

    MacAddress string
    MAC address of the emulated NIC.
    MacAddress string
    MAC address of the emulated NIC.
    macAddress String
    MAC address of the emulated NIC.
    macAddress string
    MAC address of the emulated NIC.
    mac_address str
    MAC address of the emulated NIC.
    macAddress String
    MAC address of the emulated NIC.

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDevice

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfo

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSource

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

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReference

    ImageReferences List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceImageReference>
    Image Reference

    • image_reference.image_ext_id: The globally unique identifier of an image. It should be of type UUID.
    VmDiskReferences List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReference>
    Vm Disk Reference

    • vm_disk_reference.disk_ext_id: The globally unique identifier of a VM disk. It should be of type UUID.
    • vm_disk_reference.disk_address: Disk address.
    • vm_disk_reference.vm_reference: This is a reference to a VM.
    ImageReferences []GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceImageReference
    Image Reference

    • image_reference.image_ext_id: The globally unique identifier of an image. It should be of type UUID.
    VmDiskReferences []GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReference
    Vm Disk Reference

    • vm_disk_reference.disk_ext_id: The globally unique identifier of a VM disk. It should be of type UUID.
    • vm_disk_reference.disk_address: Disk address.
    • vm_disk_reference.vm_reference: This is a reference to a VM.
    imageReferences List<GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceImageReference>
    Image Reference

    • image_reference.image_ext_id: The globally unique identifier of an image. It should be of type UUID.
    vmDiskReferences List<GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReference>
    Vm Disk Reference

    • vm_disk_reference.disk_ext_id: The globally unique identifier of a VM disk. It should be of type UUID.
    • vm_disk_reference.disk_address: Disk address.
    • vm_disk_reference.vm_reference: This is a reference to a VM.
    imageReferences GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceImageReference[]
    Image Reference

    • image_reference.image_ext_id: The globally unique identifier of an image. It should be of type UUID.
    vmDiskReferences GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReference[]
    Vm Disk Reference

    • vm_disk_reference.disk_ext_id: The globally unique identifier of a VM disk. It should be of type UUID.
    • vm_disk_reference.disk_address: Disk address.
    • vm_disk_reference.vm_reference: This is a reference to a VM.
    image_references Sequence[GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceImageReference]
    Image Reference

    • image_reference.image_ext_id: The globally unique identifier of an image. It should be of type UUID.
    vm_disk_references Sequence[GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReference]
    Vm Disk Reference

    • vm_disk_reference.disk_ext_id: The globally unique identifier of a VM disk. It should be of type UUID.
    • vm_disk_reference.disk_address: Disk address.
    • vm_disk_reference.vm_reference: This is a reference to a VM.
    imageReferences List<Property Map>
    Image Reference

    • image_reference.image_ext_id: The globally unique identifier of an image. It should be of type UUID.
    vmDiskReferences List<Property Map>
    Vm Disk Reference

    • vm_disk_reference.disk_ext_id: The globally unique identifier of a VM disk. It should be of type UUID.
    • vm_disk_reference.disk_address: Disk address.
    • vm_disk_reference.vm_reference: This is a reference to a VM.

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceImageReference

    ImageExtId string
    ImageExtId string
    imageExtId String
    imageExtId string
    imageExtId String

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReference

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceDiskAddress

    BusType string
    Index int
    Index of the serial port.
    BusType string
    Index int
    Index of the serial port.
    busType String
    index Integer
    Index of the serial port.
    busType string
    index number
    Index of the serial port.
    bus_type str
    index int
    Index of the serial port.
    busType String
    index Number
    Index of the serial port.

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceVmReference

    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.
    extId string
    A globally unique identifier of an instance that is suitable for external consumption.
    ext_id str
    A globally unique identifier of an instance that is suitable for external consumption.
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoStorageConfig

    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.

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoStorageContainer

    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.
    extId string
    A globally unique identifier of an instance that is suitable for external consumption.
    ext_id str
    A globally unique identifier of an instance that is suitable for external consumption.
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecCategory

    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.
    extId string
    A globally unique identifier of an instance that is suitable for external consumption.
    ext_id str
    A globally unique identifier of an instance that is suitable for external consumption.
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRom

    BackingInfos []GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfo
    Storage provided by Nutanix ADSF
    DiskAddresses []GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomDiskAddress
    Virtual Machine disk (VM disk).
    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    IsoType string
    Type of ISO image inserted in CD-ROM
    Links []GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomLink
    TenantId string
    backingInfos List<GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfo>
    Storage provided by Nutanix ADSF
    diskAddresses List<GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomDiskAddress>
    Virtual Machine disk (VM disk).
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.
    isoType String
    Type of ISO image inserted in CD-ROM
    links List<GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomLink>
    tenantId String
    backingInfos GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfo[]
    Storage provided by Nutanix ADSF
    diskAddresses GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomDiskAddress[]
    Virtual Machine disk (VM disk).
    extId string
    A globally unique identifier of an instance that is suitable for external consumption.
    isoType string
    Type of ISO image inserted in CD-ROM
    links GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomLink[]
    tenantId string
    backing_infos Sequence[GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfo]
    Storage provided by Nutanix ADSF
    disk_addresses Sequence[GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomDiskAddress]
    Virtual Machine disk (VM disk).
    ext_id str
    A globally unique identifier of an instance that is suitable for external consumption.
    iso_type str
    Type of ISO image inserted in CD-ROM
    links Sequence[GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomLink]
    tenant_id str
    backingInfos List<Property Map>
    Storage provided by Nutanix ADSF
    diskAddresses List<Property Map>
    Virtual Machine disk (VM disk).
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.
    isoType String
    Type of ISO image inserted in CD-ROM
    links List<Property Map>
    tenantId String

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfo

    DataSources List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSource>
    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.GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoStorageConfig>
    Storage configuration for VM disks

    • storage_config.is_flash_mode_enabled: Indicates whether the virtual disk is pinned to the hot tier or not.
    StorageContainers List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoStorageContainer>
    This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
    DataSources []GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSource
    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 []GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoStorageConfig
    Storage configuration for VM disks

    • storage_config.is_flash_mode_enabled: Indicates whether the virtual disk is pinned to the hot tier or not.
    StorageContainers []GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoStorageContainer
    This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
    dataSources List<GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSource>
    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<GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoStorageConfig>
    Storage configuration for VM disks

    • storage_config.is_flash_mode_enabled: Indicates whether the virtual disk is pinned to the hot tier or not.
    storageContainers List<GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoStorageContainer>
    This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
    dataSources GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSource[]
    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 GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoStorageConfig[]
    Storage configuration for VM disks

    • storage_config.is_flash_mode_enabled: Indicates whether the virtual disk is pinned to the hot tier or not.
    storageContainers GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoStorageContainer[]
    This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
    data_sources Sequence[GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSource]
    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[GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoStorageConfig]
    Storage configuration for VM disks

    • storage_config.is_flash_mode_enabled: Indicates whether the virtual disk is pinned to the hot tier or not.
    storage_containers Sequence[GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoStorageContainer]
    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

    • storage_config.is_flash_mode_enabled: Indicates whether the virtual disk is pinned to the hot tier or not.
    storageContainers List<Property Map>
    This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSource

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

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReference

    ImageReferences List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceImageReference>
    Image Reference

    • image_reference.image_ext_id: The globally unique identifier of an image. It should be of type UUID.
    VmDiskReferences List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReference>
    Vm Disk Reference

    • vm_disk_reference.disk_ext_id: The globally unique identifier of a VM disk. It should be of type UUID.
    • vm_disk_reference.disk_address: Disk address.
    • vm_disk_reference.vm_reference: This is a reference to a VM.
    ImageReferences []GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceImageReference
    Image Reference

    • image_reference.image_ext_id: The globally unique identifier of an image. It should be of type UUID.
    VmDiskReferences []GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReference
    Vm Disk Reference

    • vm_disk_reference.disk_ext_id: The globally unique identifier of a VM disk. It should be of type UUID.
    • vm_disk_reference.disk_address: Disk address.
    • vm_disk_reference.vm_reference: This is a reference to a VM.
    imageReferences List<GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceImageReference>
    Image Reference

    • image_reference.image_ext_id: The globally unique identifier of an image. It should be of type UUID.
    vmDiskReferences List<GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReference>
    Vm Disk Reference

    • vm_disk_reference.disk_ext_id: The globally unique identifier of a VM disk. It should be of type UUID.
    • vm_disk_reference.disk_address: Disk address.
    • vm_disk_reference.vm_reference: This is a reference to a VM.
    imageReferences GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceImageReference[]
    Image Reference

    • image_reference.image_ext_id: The globally unique identifier of an image. It should be of type UUID.
    vmDiskReferences GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReference[]
    Vm Disk Reference

    • vm_disk_reference.disk_ext_id: The globally unique identifier of a VM disk. It should be of type UUID.
    • vm_disk_reference.disk_address: Disk address.
    • vm_disk_reference.vm_reference: This is a reference to a VM.
    image_references Sequence[GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceImageReference]
    Image Reference

    • image_reference.image_ext_id: The globally unique identifier of an image. It should be of type UUID.
    vm_disk_references Sequence[GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReference]
    Vm Disk Reference

    • vm_disk_reference.disk_ext_id: The globally unique identifier of a VM disk. It should be of type UUID.
    • vm_disk_reference.disk_address: Disk address.
    • vm_disk_reference.vm_reference: This is a reference to a VM.
    imageReferences List<Property Map>
    Image Reference

    • image_reference.image_ext_id: The globally unique identifier of an image. It should be of type UUID.
    vmDiskReferences List<Property Map>
    Vm Disk Reference

    • vm_disk_reference.disk_ext_id: The globally unique identifier of a VM disk. It should be of type UUID.
    • vm_disk_reference.disk_address: Disk address.
    • vm_disk_reference.vm_reference: This is a reference to a VM.

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceImageReference

    ImageExtId string
    ImageExtId string
    imageExtId String
    imageExtId string
    imageExtId String

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReference

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReferenceDiskAddress

    BusType string
    Index int
    Index of the serial port.
    BusType string
    Index int
    Index of the serial port.
    busType String
    index Integer
    Index of the serial port.
    busType string
    index number
    Index of the serial port.
    bus_type str
    index int
    Index of the serial port.
    busType String
    index Number
    Index of the serial port.

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReferenceVmReference

    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.
    extId string
    A globally unique identifier of an instance that is suitable for external consumption.
    ext_id str
    A globally unique identifier of an instance that is suitable for external consumption.
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoStorageConfig

    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.

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoStorageContainer

    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.
    extId string
    A globally unique identifier of an instance that is suitable for external consumption.
    ext_id str
    A globally unique identifier of an instance that is suitable for external consumption.
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomDiskAddress

    BusType string
    Index int
    Index of the serial port.
    BusType string
    Index int
    Index of the serial port.
    busType String
    index Integer
    Index of the serial port.
    busType string
    index number
    Index of the serial port.
    bus_type str
    index int
    Index of the serial port.
    busType String
    index Number
    Index of the serial port.
    Href string
    Rel string
    Href string
    Rel string
    href String
    rel String
    href string
    rel string
    href str
    rel str
    href String
    rel String

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecCluster

    ExtId string
    The globally unique identifier of a cluster.
    ExtId string
    The globally unique identifier of a cluster.
    extId String
    The globally unique identifier of a cluster.
    extId string
    The globally unique identifier of a cluster.
    ext_id str
    The globally unique identifier of a cluster.
    extId String
    The globally unique identifier of a cluster.

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecDisk

    BackingInfos List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfo>
    Supporting storage to create virtual disk on.

    • backing_info.vm_disk: backing Info for vmDisk
    • backing_info.adfs_volume_group_reference: Volume Group Reference
    • backing_info.adfs_volume_group_reference.volume_group_ext_id: The globally unique identifier of an ADSF volume group. It should be of type UUID.
    DiskAddresses List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskDiskAddress>
    Disk address.

    • disk_address.bus_type: Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).
    • disk_address.index: Device index on the bus. This field is ignored unless the bus details are specified.
    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    Links List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskLink>
    TenantId string
    BackingInfos []GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfo
    Supporting storage to create virtual disk on.

    • backing_info.vm_disk: backing Info for vmDisk
    • backing_info.adfs_volume_group_reference: Volume Group Reference
    • backing_info.adfs_volume_group_reference.volume_group_ext_id: The globally unique identifier of an ADSF volume group. It should be of type UUID.
    DiskAddresses []GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskDiskAddress
    Disk address.

    • disk_address.bus_type: Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).
    • disk_address.index: Device index on the bus. This field is ignored unless the bus details are specified.
    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    Links []GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskLink
    TenantId string
    backingInfos List<GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfo>
    Supporting storage to create virtual disk on.

    • backing_info.vm_disk: backing Info for vmDisk
    • backing_info.adfs_volume_group_reference: Volume Group Reference
    • backing_info.adfs_volume_group_reference.volume_group_ext_id: The globally unique identifier of an ADSF volume group. It should be of type UUID.
    diskAddresses List<GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskDiskAddress>
    Disk address.

    • disk_address.bus_type: Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).
    • disk_address.index: Device index on the bus. This field is ignored unless the bus details are specified.
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.
    links List<GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskLink>
    tenantId String
    backingInfos GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfo[]
    Supporting storage to create virtual disk on.

    • backing_info.vm_disk: backing Info for vmDisk
    • backing_info.adfs_volume_group_reference: Volume Group Reference
    • backing_info.adfs_volume_group_reference.volume_group_ext_id: The globally unique identifier of an ADSF volume group. It should be of type UUID.
    diskAddresses GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskDiskAddress[]
    Disk address.

    • disk_address.bus_type: Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).
    • disk_address.index: Device index on the bus. This field is ignored unless the bus details are specified.
    extId string
    A globally unique identifier of an instance that is suitable for external consumption.
    links GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskLink[]
    tenantId string
    backing_infos Sequence[GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfo]
    Supporting storage to create virtual disk on.

    • backing_info.vm_disk: backing Info for vmDisk
    • backing_info.adfs_volume_group_reference: Volume Group Reference
    • backing_info.adfs_volume_group_reference.volume_group_ext_id: The globally unique identifier of an ADSF volume group. It should be of type UUID.
    disk_addresses Sequence[GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskDiskAddress]
    Disk address.

    • disk_address.bus_type: Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).
    • disk_address.index: Device index on the bus. This field is ignored unless the bus details are specified.
    ext_id str
    A globally unique identifier of an instance that is suitable for external consumption.
    links Sequence[GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskLink]
    tenant_id str
    backingInfos List<Property Map>
    Supporting storage to create virtual disk on.

    • backing_info.vm_disk: backing Info for vmDisk
    • backing_info.adfs_volume_group_reference: Volume Group Reference
    • backing_info.adfs_volume_group_reference.volume_group_ext_id: The globally unique identifier of an ADSF volume group. It should be of type UUID.
    diskAddresses List<Property Map>
    Disk address.

    • disk_address.bus_type: Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).
    • disk_address.index: Device index on the bus. This field is ignored unless the bus details are specified.
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.
    links List<Property Map>
    tenantId String

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfo

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoAdfsVolumeGroupReference

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDisk

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSource

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

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReference

    ImageReferences List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceImageReference>
    Image Reference

    • image_reference.image_ext_id: The globally unique identifier of an image. It should be of type UUID.
    VmDiskReferences List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReference>
    Vm Disk Reference

    • vm_disk_reference.disk_ext_id: The globally unique identifier of a VM disk. It should be of type UUID.
    • vm_disk_reference.disk_address: Disk address.
    • vm_disk_reference.vm_reference: This is a reference to a VM.
    ImageReferences []GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceImageReference
    Image Reference

    • image_reference.image_ext_id: The globally unique identifier of an image. It should be of type UUID.
    VmDiskReferences []GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReference
    Vm Disk Reference

    • vm_disk_reference.disk_ext_id: The globally unique identifier of a VM disk. It should be of type UUID.
    • vm_disk_reference.disk_address: Disk address.
    • vm_disk_reference.vm_reference: This is a reference to a VM.
    imageReferences List<GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceImageReference>
    Image Reference

    • image_reference.image_ext_id: The globally unique identifier of an image. It should be of type UUID.
    vmDiskReferences List<GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReference>
    Vm Disk Reference

    • vm_disk_reference.disk_ext_id: The globally unique identifier of a VM disk. It should be of type UUID.
    • vm_disk_reference.disk_address: Disk address.
    • vm_disk_reference.vm_reference: This is a reference to a VM.
    imageReferences GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceImageReference[]
    Image Reference

    • image_reference.image_ext_id: The globally unique identifier of an image. It should be of type UUID.
    vmDiskReferences GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReference[]
    Vm Disk Reference

    • vm_disk_reference.disk_ext_id: The globally unique identifier of a VM disk. It should be of type UUID.
    • vm_disk_reference.disk_address: Disk address.
    • vm_disk_reference.vm_reference: This is a reference to a VM.
    image_references Sequence[GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceImageReference]
    Image Reference

    • image_reference.image_ext_id: The globally unique identifier of an image. It should be of type UUID.
    vm_disk_references Sequence[GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReference]
    Vm Disk Reference

    • vm_disk_reference.disk_ext_id: The globally unique identifier of a VM disk. It should be of type UUID.
    • vm_disk_reference.disk_address: Disk address.
    • vm_disk_reference.vm_reference: This is a reference to a VM.
    imageReferences List<Property Map>
    Image Reference

    • image_reference.image_ext_id: The globally unique identifier of an image. It should be of type UUID.
    vmDiskReferences List<Property Map>
    Vm Disk Reference

    • vm_disk_reference.disk_ext_id: The globally unique identifier of a VM disk. It should be of type UUID.
    • vm_disk_reference.disk_address: Disk address.
    • vm_disk_reference.vm_reference: This is a reference to a VM.

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceImageReference

    ImageExtId string
    ImageExtId string
    imageExtId String
    imageExtId string
    imageExtId String

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReference

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceDiskAddress

    BusType string
    Index int
    Index of the serial port.
    BusType string
    Index int
    Index of the serial port.
    busType String
    index Integer
    Index of the serial port.
    busType string
    index number
    Index of the serial port.
    bus_type str
    index int
    Index of the serial port.
    busType String
    index Number
    Index of the serial port.

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceVmReference

    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.
    extId string
    A globally unique identifier of an instance that is suitable for external consumption.
    ext_id str
    A globally unique identifier of an instance that is suitable for external consumption.
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskStorageConfig

    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.

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskStorageContainer

    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.
    extId string
    A globally unique identifier of an instance that is suitable for external consumption.
    ext_id str
    A globally unique identifier of an instance that is suitable for external consumption.
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskDiskAddress

    BusType string
    Index int
    Index of the serial port.
    BusType string
    Index int
    Index of the serial port.
    busType String
    index Integer
    Index of the serial port.
    busType string
    index number
    Index of the serial port.
    bus_type str
    index int
    Index of the serial port.
    busType String
    index Number
    Index of the serial port.
    Href string
    Rel string
    Href string
    Rel string
    href String
    rel String
    href string
    rel string
    href str
    rel str
    href String
    rel String

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecGpus

    DeviceId int
    The device Id of the GPU.
    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    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.GetTemplatesV2TemplateTemplateVersionSpecVmSpecGpusLink>
    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.GetTemplatesV2TemplateTemplateVersionSpecVmSpecGpusPciAddress>
    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
    A globally unique identifier of an instance that is suitable for external consumption.
    Fraction int
    Fraction of the physical GPU assigned.
    FrameBufferSizeBytes int
    GPU frame buffer size in bytes.
    GuestDriverVersion string
    Last determined guest driver version.
    Links []GetTemplatesV2TemplateTemplateVersionSpecVmSpecGpusLink
    Mode string
    The mode of this GPU.
    Name string
    Name of the GPU resource.
    NumVirtualDisplayHeads int
    Number of supported virtual display heads.
    PciAddresses []GetTemplatesV2TemplateTemplateVersionSpecVmSpecGpusPciAddress
    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
    A globally unique identifier of an instance that is suitable for external consumption.
    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<GetTemplatesV2TemplateTemplateVersionSpecVmSpecGpusLink>
    mode String
    The mode of this GPU.
    name String
    Name of the GPU resource.
    numVirtualDisplayHeads Integer
    Number of supported virtual display heads.
    pciAddresses List<GetTemplatesV2TemplateTemplateVersionSpecVmSpecGpusPciAddress>
    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
    A globally unique identifier of an instance that is suitable for external consumption.
    fraction number
    Fraction of the physical GPU assigned.
    frameBufferSizeBytes number
    GPU frame buffer size in bytes.
    guestDriverVersion string
    Last determined guest driver version.
    links GetTemplatesV2TemplateTemplateVersionSpecVmSpecGpusLink[]
    mode string
    The mode of this GPU.
    name string
    Name of the GPU resource.
    numVirtualDisplayHeads number
    Number of supported virtual display heads.
    pciAddresses GetTemplatesV2TemplateTemplateVersionSpecVmSpecGpusPciAddress[]
    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
    A globally unique identifier of an instance that is suitable for external consumption.
    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[GetTemplatesV2TemplateTemplateVersionSpecVmSpecGpusLink]
    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[GetTemplatesV2TemplateTemplateVersionSpecVmSpecGpusPciAddress]
    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
    A globally unique identifier of an instance that is suitable for external consumption.
    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

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecGpusPciAddress

    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

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomization

    Configs List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfig>
    The Nutanix Guest Tools customization settings.

    • config.sysprep: Sysprep config
    • config.cloud_init: CloudInit Config
    Configs []GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfig
    The Nutanix Guest Tools customization settings.

    • config.sysprep: Sysprep config
    • config.cloud_init: CloudInit Config
    configs List<GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfig>
    The Nutanix Guest Tools customization settings.

    • config.sysprep: Sysprep config
    • config.cloud_init: CloudInit Config
    configs GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfig[]
    The Nutanix Guest Tools customization settings.

    • config.sysprep: Sysprep config
    • config.cloud_init: CloudInit Config
    configs Sequence[GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfig]
    The Nutanix Guest Tools customization settings.

    • config.sysprep: Sysprep config
    • config.cloud_init: CloudInit Config
    configs List<Property Map>
    The Nutanix Guest Tools customization settings.

    • config.sysprep: Sysprep config
    • config.cloud_init: CloudInit Config

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfig

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInit

    CloudInitScripts List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScript>
    The script to use for cloud-init.

    • cloud_init_script.user_data: user data object
    • cloud_init_script.custom_keys: The list of the individual KeyValuePair elements.
    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 []GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScript
    The script to use for cloud-init.

    • cloud_init_script.user_data: user data object
    • cloud_init_script.custom_keys: The list of the individual KeyValuePair elements.
    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<GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScript>
    The script to use for cloud-init.

    • cloud_init_script.user_data: user data object
    • cloud_init_script.custom_keys: The list of the individual KeyValuePair elements.
    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 GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScript[]
    The script to use for cloud-init.

    • cloud_init_script.user_data: user data object
    • cloud_init_script.custom_keys: The list of the individual KeyValuePair elements.
    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[GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScript]
    The script to use for cloud-init.

    • cloud_init_script.user_data: user data object
    • cloud_init_script.custom_keys: The list of the individual KeyValuePair elements.
    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.

    • cloud_init_script.user_data: user data object
    • cloud_init_script.custom_keys: The list of the individual KeyValuePair elements.
    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.

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScript

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValue

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePair

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValue

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

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString

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

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptUserData

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

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprep

    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.GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScript>
    Object either UnattendXml or CustomKeyValues

    • sysprep_script.unattend_xml: xml object
    • sysprep_script.custom_key_values: The list of the individual KeyValuePair elements.
    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 []GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScript
    Object either UnattendXml or CustomKeyValues

    • sysprep_script.unattend_xml: xml object
    • sysprep_script.custom_key_values: The list of the individual KeyValuePair elements.
    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<GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScript>
    Object either UnattendXml or CustomKeyValues

    • sysprep_script.unattend_xml: xml object
    • sysprep_script.custom_key_values: The list of the individual KeyValuePair elements.
    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 GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScript[]
    Object either UnattendXml or CustomKeyValues

    • sysprep_script.unattend_xml: xml object
    • sysprep_script.custom_key_values: The list of the individual KeyValuePair elements.
    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[GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScript]
    Object either UnattendXml or CustomKeyValues

    • sysprep_script.unattend_xml: xml object
    • sysprep_script.custom_key_values: The list of the individual KeyValuePair elements.
    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

    • sysprep_script.unattend_xml: xml object
    • sysprep_script.custom_key_values: The list of the individual KeyValuePair elements.

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScript

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValue

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValue

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

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValueMapOfString

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

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptUnattendXml

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

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestTool

    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
    Version of Nutanix Guest Tools installed on the VM.
    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
    Version of Nutanix Guest Tools installed on the VM.
    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
    Version of Nutanix Guest Tools installed on the VM.
    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
    Version of Nutanix Guest Tools installed on the VM.
    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
    Version of Nutanix Guest Tools installed on the VM.
    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
    Version of Nutanix Guest Tools installed on the VM.

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecHost

    ExtId string
    The globally unique identifier of a host.
    ExtId string
    The globally unique identifier of a host.
    extId String
    The globally unique identifier of a host.
    extId string
    The globally unique identifier of a host.
    ext_id str
    The globally unique identifier of a host.
    extId String
    The globally unique identifier of a host.
    Href string
    Rel string
    Href string
    Rel string
    href String
    rel String
    href string
    rel string
    href str
    rel str
    href String
    rel String

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecNic

    BackingInfos []GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicBackingInfo
    Defines a NIC emulated by the hypervisor
    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption
    Links []GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicLink
    NetworkInfos []GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfo
    Network information for a NIC.
    TenantId string
    backingInfos List<GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicBackingInfo>
    Defines a NIC emulated by the hypervisor
    extId String
    A globally unique identifier of an instance that is suitable for external consumption
    links List<GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicLink>
    networkInfos List<GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfo>
    Network information for a NIC.
    tenantId String
    backingInfos GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicBackingInfo[]
    Defines a NIC emulated by the hypervisor
    extId string
    A globally unique identifier of an instance that is suitable for external consumption
    links GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicLink[]
    networkInfos GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfo[]
    Network information for a NIC.
    tenantId string
    backingInfos List<Property Map>
    Defines a NIC emulated by the hypervisor
    extId String
    A globally unique identifier of an instance that is suitable for external consumption
    links List<Property Map>
    networkInfos List<Property Map>
    Network information for a NIC.
    tenantId String

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicBackingInfo

    MacAddress string
    MAC address of the emulated NIC.
    Model string
    Options for the NIC emulation.
    IsConnected bool
    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
    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
    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
    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
    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
    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

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfo

    Ipv4Configs List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoIpv4Config>
    The IP address configurations.
    Ipv4Infos List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoIpv4Info>
    NetworkFunctionChains List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoNetworkFunctionChain>
    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.GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoSubnet>
    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 []GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoIpv4Config
    The IP address configurations.
    Ipv4Infos []GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoIpv4Info
    NetworkFunctionChains []GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoNetworkFunctionChain
    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 []GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoSubnet
    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<GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoIpv4Config>
    The IP address configurations.
    ipv4Infos List<GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoIpv4Info>
    networkFunctionChains List<GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoNetworkFunctionChain>
    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<GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoSubnet>
    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 GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoIpv4Config[]
    The IP address configurations.
    ipv4Infos GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoIpv4Info[]
    networkFunctionChains GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoNetworkFunctionChain[]
    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 GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoSubnet[]
    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[GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoIpv4Config]
    The IP address configurations.
    ipv4_infos Sequence[GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoIpv4Info]
    network_function_chains Sequence[GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoNetworkFunctionChain]
    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[GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoSubnet]
    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.

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoIpv4Config

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoIpv4ConfigIpAddress

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

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoIpv4ConfigSecondaryIpAddressList

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

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoIpv4Info

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoIpv4InfoLearnedIpAddress

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

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoNetworkFunctionChain

    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.
    extId string
    A globally unique identifier of an instance that is suitable for external consumption.
    ext_id str
    A globally unique identifier of an instance that is suitable for external consumption.
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoSubnet

    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.
    extId string
    A globally unique identifier of an instance that is suitable for external consumption.
    ext_id str
    A globally unique identifier of an instance that is suitable for external consumption.
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecOwnershipInfo

    Owners List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateTemplateVersionSpecVmSpecOwnershipInfoOwner>
    Owner reference

    • owner.ext_id: The globally unique identifier of a VM owner.
    Owners []GetTemplatesV2TemplateTemplateVersionSpecVmSpecOwnershipInfoOwner
    Owner reference

    • owner.ext_id: The globally unique identifier of a VM owner.
    owners List<GetTemplatesV2TemplateTemplateVersionSpecVmSpecOwnershipInfoOwner>
    Owner reference

    • owner.ext_id: The globally unique identifier of a VM owner.
    owners GetTemplatesV2TemplateTemplateVersionSpecVmSpecOwnershipInfoOwner[]
    Owner reference

    • owner.ext_id: The globally unique identifier of a VM owner.
    owners Sequence[GetTemplatesV2TemplateTemplateVersionSpecVmSpecOwnershipInfoOwner]
    Owner reference

    • owner.ext_id: The globally unique identifier of a VM owner.
    owners List<Property Map>
    Owner reference

    • owner.ext_id: The globally unique identifier of a VM owner.

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecOwnershipInfoOwner

    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.
    extId string
    A globally unique identifier of an instance that is suitable for external consumption.
    ext_id str
    A globally unique identifier of an instance that is suitable for external consumption.
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecPciDevice

    assignedDeviceInfos List<Property Map>
    backingInfos List<Property Map>
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.
    links List<Property Map>
    tenantId String

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecPciDeviceAssignedDeviceInfo

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecPciDeviceAssignedDeviceInfoDevice

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecPciDeviceBackingInfo

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecPciDeviceBackingInfoPcieDeviceReference

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

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecProtectionPolicyState

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

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecProtectionPolicyStatePolicy

    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.
    extId string
    A globally unique identifier of an instance that is suitable for external consumption.
    ext_id str
    A globally unique identifier of an instance that is suitable for external consumption.
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecSerialPort

    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    Index int
    Index of the serial port.
    IsConnected bool
    Indicates whether the serial port is connected or not.
    Links List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateTemplateVersionSpecVmSpecSerialPortLink>
    TenantId string
    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    Index int
    Index of the serial port.
    IsConnected bool
    Indicates whether the serial port is connected or not.
    Links []GetTemplatesV2TemplateTemplateVersionSpecVmSpecSerialPortLink
    TenantId string
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.
    index Integer
    Index of the serial port.
    isConnected Boolean
    Indicates whether the serial port is connected or not.
    links List<GetTemplatesV2TemplateTemplateVersionSpecVmSpecSerialPortLink>
    tenantId String
    extId string
    A globally unique identifier of an instance that is suitable for external consumption.
    index number
    Index of the serial port.
    isConnected boolean
    Indicates whether the serial port is connected or not.
    links GetTemplatesV2TemplateTemplateVersionSpecVmSpecSerialPortLink[]
    tenantId string
    ext_id str
    A globally unique identifier of an instance that is suitable for external consumption.
    index int
    Index of the serial port.
    is_connected bool
    Indicates whether the serial port is connected or not.
    links Sequence[GetTemplatesV2TemplateTemplateVersionSpecVmSpecSerialPortLink]
    tenant_id str
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.
    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

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecSource

    EntityType string
    Entity Type of source
    ExtId string
    The globally unique identifier of a VM. It should be of type UUID.
    EntityType string
    Entity Type of source
    ExtId string
    The globally unique identifier of a VM. It should be of type UUID.
    entityType String
    Entity Type of source
    extId String
    The globally unique identifier of a VM. It should be of type UUID.
    entityType string
    Entity Type of source
    extId string
    The globally unique identifier of a VM. It should be of type UUID.
    entity_type str
    Entity Type of source
    ext_id str
    The globally unique identifier of a VM. It should be of type UUID.
    entityType String
    Entity Type of source
    extId String
    The globally unique identifier of a VM. It should be of type UUID.

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecStorageConfig

    IsFlashModeEnabled bool
    Indicates whether the virtual disk is pinned to the hot tier or not.
    QosConfigs List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateTemplateVersionSpecVmSpecStorageConfigQosConfig>
    QoS parameters to be enforced.

    • qos_config.throttled_iops: Throttled IOPS for the governed entities. The block size for the I/O is 32 kB.
    IsFlashModeEnabled bool
    Indicates whether the virtual disk is pinned to the hot tier or not.
    QosConfigs []GetTemplatesV2TemplateTemplateVersionSpecVmSpecStorageConfigQosConfig
    QoS parameters to be enforced.

    • qos_config.throttled_iops: Throttled IOPS for the governed entities. The block size for the I/O is 32 kB.
    isFlashModeEnabled Boolean
    Indicates whether the virtual disk is pinned to the hot tier or not.
    qosConfigs List<GetTemplatesV2TemplateTemplateVersionSpecVmSpecStorageConfigQosConfig>
    QoS parameters to be enforced.

    • qos_config.throttled_iops: Throttled IOPS for the governed entities. The block size for the I/O is 32 kB.
    isFlashModeEnabled boolean
    Indicates whether the virtual disk is pinned to the hot tier or not.
    qosConfigs GetTemplatesV2TemplateTemplateVersionSpecVmSpecStorageConfigQosConfig[]
    QoS parameters to be enforced.

    • qos_config.throttled_iops: Throttled IOPS for the governed entities. The block size for the I/O is 32 kB.
    is_flash_mode_enabled bool
    Indicates whether the virtual disk is pinned to the hot tier or not.
    qos_configs Sequence[GetTemplatesV2TemplateTemplateVersionSpecVmSpecStorageConfigQosConfig]
    QoS parameters to be enforced.

    • qos_config.throttled_iops: Throttled IOPS for the governed entities. The block size for the I/O is 32 kB.
    isFlashModeEnabled Boolean
    Indicates whether the virtual disk is pinned to the hot tier or not.
    qosConfigs List<Property Map>
    QoS parameters to be enforced.

    • qos_config.throttled_iops: Throttled IOPS for the governed entities. The block size for the I/O is 32 kB.

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecStorageConfigQosConfig

    GetTemplatesV2TemplateTemplateVersionSpecVmSpecVtpmConfig

    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.

    GetTemplatesV2TemplateUpdatedBy

    AdditionalAttributes List<PiersKarsenbarg.Nutanix.Inputs.GetTemplatesV2TemplateUpdatedByAdditionalAttribute>
    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
    A globally unique identifier of an instance that is suitable for external consumption.
    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 []GetTemplatesV2TemplateUpdatedByAdditionalAttribute
    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
    A globally unique identifier of an instance that is suitable for external consumption.
    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<GetTemplatesV2TemplateUpdatedByAdditionalAttribute>
    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
    A globally unique identifier of an instance that is suitable for external consumption.
    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 GetTemplatesV2TemplateUpdatedByAdditionalAttribute[]
    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
    A globally unique identifier of an instance that is suitable for external consumption.
    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[GetTemplatesV2TemplateUpdatedByAdditionalAttribute]
    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
    A globally unique identifier of an instance that is suitable for external consumption.
    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
    A globally unique identifier of an instance that is suitable for external consumption.
    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.

    GetTemplatesV2TemplateUpdatedByAdditionalAttribute

    GetTemplatesV2TemplateUpdatedByAdditionalAttributeValue

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

    GetTemplatesV2TemplateUpdatedByAdditionalAttributeValueMapOfString

    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