nutanix.getTemplatesV2
Explore with Pulumi AI
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.
- Order
By 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.
- Order
By 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.
- order
By 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.
- order
By 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.
- order
By 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:
Supporting Types
GetTemplatesV2Template
- Create
Time string - Time when the Template was created.
- Created
Bies List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Created By> - Information of the User.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Guest
Update List<PiersStatuses Karsenbarg. Nutanix. Inputs. Get Templates V2Template Guest Update Status> - Status of a Guest Update.
- Links
List<Piers
Karsenbarg. Nutanix. Inputs. Get Templates V2Template Link> - Template
Description string - The user defined description of a Template.
- Template
Name string - The user defined name of a Template.
- Template
Version List<PiersSpecs Karsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec> - 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 string - Update
Time string - Time when the Template was last updated.
- Updated
Bies List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Updated By>
- Create
Time string - Time when the Template was created.
- Created
Bies []GetTemplates V2Template Created By - Information of the User.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Guest
Update []GetStatuses Templates V2Template Guest Update Status - Status of a Guest Update.
- Links
[]Get
Templates V2Template Link - Template
Description string - The user defined description of a Template.
- Template
Name string - The user defined name of a Template.
- Template
Version []GetSpecs Templates V2Template Template Version Spec - 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 string - Update
Time string - Time when the Template was last updated.
- Updated
Bies []GetTemplates V2Template Updated By
- create
Time String - Time when the Template was created.
- created
Bies List<GetTemplates V2Template Created By> - Information of the User.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- guest
Update List<GetStatuses Templates V2Template Guest Update Status> - Status of a Guest Update.
- links
List<Get
Templates V2Template Link> - template
Description String - The user defined description of a Template.
- template
Name String - The user defined name of a Template.
- template
Version List<GetSpecs Templates V2Template Template Version Spec> - 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 String - update
Time String - Time when the Template was last updated.
- updated
Bies List<GetTemplates V2Template Updated By>
- create
Time string - Time when the Template was created.
- created
Bies GetTemplates V2Template Created By[] - Information of the User.
- ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- guest
Update GetStatuses Templates V2Template Guest Update Status[] - Status of a Guest Update.
- links
Get
Templates V2Template Link[] - template
Description string - The user defined description of a Template.
- template
Name string - The user defined name of a Template.
- template
Version GetSpecs Templates V2Template Template Version Spec[] - 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 string - update
Time string - Time when the Template was last updated.
- updated
Bies GetTemplates V2Template Updated By[]
- create_
time str - Time when the Template was created.
- created_
bies Sequence[GetTemplates V2Template Created By] - Information of the User.
- ext_
id str - A globally unique identifier of an instance that is suitable for external consumption.
- guest_
update_ Sequence[Getstatuses Templates V2Template Guest Update Status] - Status of a Guest Update.
- links
Sequence[Get
Templates V2Template Link] - template_
description str - The user defined description of a Template.
- template_
name str - The user defined name of a Template.
- template_
version_ Sequence[Getspecs Templates V2Template Template Version Spec] - 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[GetTemplates V2Template Updated By]
- create
Time String - Time when the Template was created.
- created
Bies List<Property Map> - Information of the User.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- guest
Update List<Property Map>Statuses - Status of a Guest Update.
- links List<Property Map>
- template
Description String - The user defined description of a Template.
- template
Name String - The user defined name of a Template.
- template
Version List<Property Map>Specs - 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 String - update
Time String - Time when the Template was last updated.
- updated
Bies List<Property Map>
GetTemplatesV2TemplateCreatedBy
- Additional
Attributes List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Created By Additional Attribute> - Any additional attribute for the User.
- Creation
Type string - Description string
- VM description
- Display
Name string - Display name for the User.
- Email
Id string - Email Id for the User.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- First
Name string - First name for the User.
- Idp
Id string - Identifier of the IDP for the User.
- Is
Force boolReset Password Enabled - Flag to force the User to reset password.
- Last
Name string - Last name for the User.
- Locale string
- Default locale for the User.
- Middle
Initial string - Middle name for the User.
- Password string
- Region string
- Default Region for the User.
- Status string
- Status of the User.
- User
Type string - Type of the User.
- Username string
- Identifier for the User in the form an email address.
- Additional
Attributes []GetTemplates V2Template Created By Additional Attribute - Any additional attribute for the User.
- Creation
Type string - Description string
- VM description
- Display
Name string - Display name for the User.
- Email
Id string - Email Id for the User.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- First
Name string - First name for the User.
- Idp
Id string - Identifier of the IDP for the User.
- Is
Force boolReset Password Enabled - Flag to force the User to reset password.
- Last
Name string - Last name for the User.
- Locale string
- Default locale for the User.
- Middle
Initial string - Middle name for the User.
- Password string
- Region string
- Default Region for the User.
- Status string
- Status of the User.
- User
Type string - Type of the User.
- Username string
- Identifier for the User in the form an email address.
- additional
Attributes List<GetTemplates V2Template Created By Additional Attribute> - Any additional attribute for the User.
- creation
Type String - description String
- VM description
- display
Name String - Display name for the User.
- email
Id String - Email Id for the User.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- first
Name String - First name for the User.
- idp
Id String - Identifier of the IDP for the User.
- is
Force BooleanReset Password Enabled - Flag to force the User to reset password.
- last
Name String - Last name for the User.
- locale String
- Default locale for the User.
- middle
Initial String - Middle name for the User.
- password String
- region String
- Default Region for the User.
- status String
- Status of the User.
- user
Type String - Type of the User.
- username String
- Identifier for the User in the form an email address.
- additional
Attributes GetTemplates V2Template Created By Additional Attribute[] - Any additional attribute for the User.
- creation
Type string - description string
- VM description
- display
Name string - Display name for the User.
- email
Id string - Email Id for the User.
- ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- first
Name string - First name for the User.
- idp
Id string - Identifier of the IDP for the User.
- is
Force booleanReset Password Enabled - Flag to force the User to reset password.
- last
Name string - Last name for the User.
- locale string
- Default locale for the User.
- middle
Initial string - Middle name for the User.
- password string
- region string
- Default Region for the User.
- status string
- Status of the User.
- user
Type string - Type of the User.
- username string
- Identifier for the User in the form an email address.
- additional_
attributes Sequence[GetTemplates V2Template Created By Additional Attribute] - 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_ boolreset_ password_ enabled - 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.
- additional
Attributes List<Property Map> - Any additional attribute for the User.
- creation
Type String - description String
- VM description
- display
Name String - Display name for the User.
- email
Id String - Email Id for the User.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- first
Name String - First name for the User.
- idp
Id String - Identifier of the IDP for the User.
- is
Force BooleanReset Password Enabled - Flag to force the User to reset password.
- last
Name String - Last name for the User.
- locale String
- Default locale for the User.
- middle
Initial String - Middle name for the User.
- password String
- region String
- Default Region for the User.
- status String
- Status of the User.
- user
Type String - Type of the User.
- username String
- Identifier for the User in the form an email address.
GetTemplatesV2TemplateCreatedByAdditionalAttribute
- name String
- values List<Property Map>
GetTemplatesV2TemplateCreatedByAdditionalAttributeValue
- Boolean bool
- Integer int
- Integer
Lists List<int> - Map
Of List<PiersStrings Karsenbarg. Nutanix. Inputs. Get Templates V2Template Created By Additional Attribute Value Map Of String> - Object Dictionary<string, string>
- String string
- String
Lists List<string>
- Boolean bool
- Integer int
- Integer
Lists []int - Map
Of []GetStrings Templates V2Template Created By Additional Attribute Value Map Of String - Object map[string]string
- String string
- String
Lists []string
- boolean_ Boolean
- integer Integer
- integer
Lists List<Integer> - map
Of List<GetStrings Templates V2Template Created By Additional Attribute Value Map Of String> - object Map<String,String>
- string String
- string
Lists List<String>
- boolean boolean
- integer number
- integer
Lists number[] - map
Of GetStrings Templates V2Template Created By Additional Attribute Value Map Of String[] - object {[key: string]: string}
- string string
- string
Lists string[]
- boolean bool
- integer int
- integer_
lists Sequence[int] - map_
of_ Sequence[Getstrings Templates V2Template Created By Additional Attribute Value Map Of String] - object Mapping[str, str]
- string str
- string_
lists Sequence[str]
- boolean Boolean
- integer Number
- integer
Lists List<Number> - map
Of List<Property Map>Strings - object Map<String>
- string String
- string
Lists 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
- Deployed
Vm stringReference - The identifier of the temporary VM created on initiating Guest OS Update.
- Deployed
Vm stringReference - The identifier of the temporary VM created on initiating Guest OS Update.
- deployed
Vm StringReference - The identifier of the temporary VM created on initiating Guest OS Update.
- deployed
Vm stringReference - The identifier of the temporary VM created on initiating Guest OS Update.
- deployed_
vm_ strreference - The identifier of the temporary VM created on initiating Guest OS Update.
- deployed
Vm StringReference - The identifier of the temporary VM created on initiating Guest OS Update.
GetTemplatesV2TemplateLink
GetTemplatesV2TemplateTemplateVersionSpec
- Create
Time string - Time when the Template was created.
- Created
Bies List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Created By> - Information of the User.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Is
Active boolVersion - 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 boolOverride Enabled - Allow or disallow override of the Guest Customization during Template deployment.
- Links
List<Piers
Karsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Link> - Tenant
Id string - Version
Description string - The user defined description of a Template Version.
- Version
Name string - The user defined name of a Template Version.
- Vm
Specs List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec> - VM configuration.
- Create
Time string - Time when the Template was created.
- Created
Bies []GetTemplates V2Template Template Version Spec Created By - Information of the User.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Is
Active boolVersion - 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 boolOverride Enabled - Allow or disallow override of the Guest Customization during Template deployment.
- Links
[]Get
Templates V2Template Template Version Spec Link - Tenant
Id string - Version
Description string - The user defined description of a Template Version.
- Version
Name string - The user defined name of a Template Version.
- Vm
Specs []GetTemplates V2Template Template Version Spec Vm Spec - VM configuration.
- create
Time String - Time when the Template was created.
- created
Bies List<GetTemplates V2Template Template Version Spec Created By> - Information of the User.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- is
Active BooleanVersion - 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 BooleanOverride Enabled - Allow or disallow override of the Guest Customization during Template deployment.
- links
List<Get
Templates V2Template Template Version Spec Link> - tenant
Id String - version
Description String - The user defined description of a Template Version.
- version
Name String - The user defined name of a Template Version.
- vm
Specs List<GetTemplates V2Template Template Version Spec Vm Spec> - VM configuration.
- create
Time string - Time when the Template was created.
- created
Bies GetTemplates V2Template Template Version Spec Created By[] - Information of the User.
- ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- is
Active booleanVersion - 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 booleanOverride Enabled - Allow or disallow override of the Guest Customization during Template deployment.
- links
Get
Templates V2Template Template Version Spec Link[] - tenant
Id string - version
Description string - The user defined description of a Template Version.
- version
Name string - The user defined name of a Template Version.
- vm
Specs GetTemplates V2Template Template Version Spec Vm Spec[] - VM configuration.
- create_
time str - Time when the Template was created.
- created_
bies Sequence[GetTemplates V2Template Template Version Spec Created By] - Information of the User.
- ext_
id str - A globally unique identifier of an instance that is suitable for external consumption.
- is_
active_ boolversion - 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_ booloverride_ enabled - Allow or disallow override of the Guest Customization during Template deployment.
- links
Sequence[Get
Templates V2Template Template Version Spec Link] - 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[GetTemplates V2Template Template Version Spec Vm Spec] - VM configuration.
- create
Time String - Time when the Template was created.
- created
Bies List<Property Map> - Information of the User.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- is
Active BooleanVersion - 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 BooleanOverride Enabled - Allow or disallow override of the Guest Customization during Template deployment.
- links List<Property Map>
- tenant
Id String - version
Description String - The user defined description of a Template Version.
- version
Name String - The user defined name of a Template Version.
- vm
Specs List<Property Map> - VM configuration.
GetTemplatesV2TemplateTemplateVersionSpecCreatedBy
- Additional
Attributes List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Created By Additional Attribute> - Any additional attribute for the User.
- Creation
Type string - Description string
- VM description
- Display
Name string - Display name for the User.
- Email
Id string - Email Id for the User.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- First
Name string - First name for the User.
- Idp
Id string - Identifier of the IDP for the User.
- Is
Force boolReset Password Enabled - Flag to force the User to reset password.
- Last
Name string - Last name for the User.
- Locale string
- Default locale for the User.
- Middle
Initial string - Middle name for the User.
- Password string
- Region string
- Default Region for the User.
- Status string
- Status of the User.
- User
Type string - Type of the User.
- Username string
- Identifier for the User in the form an email address.
- Additional
Attributes []GetTemplates V2Template Template Version Spec Created By Additional Attribute - Any additional attribute for the User.
- Creation
Type string - Description string
- VM description
- Display
Name string - Display name for the User.
- Email
Id string - Email Id for the User.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- First
Name string - First name for the User.
- Idp
Id string - Identifier of the IDP for the User.
- Is
Force boolReset Password Enabled - Flag to force the User to reset password.
- Last
Name string - Last name for the User.
- Locale string
- Default locale for the User.
- Middle
Initial string - Middle name for the User.
- Password string
- Region string
- Default Region for the User.
- Status string
- Status of the User.
- User
Type string - Type of the User.
- Username string
- Identifier for the User in the form an email address.
- additional
Attributes List<GetTemplates V2Template Template Version Spec Created By Additional Attribute> - Any additional attribute for the User.
- creation
Type String - description String
- VM description
- display
Name String - Display name for the User.
- email
Id String - Email Id for the User.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- first
Name String - First name for the User.
- idp
Id String - Identifier of the IDP for the User.
- is
Force BooleanReset Password Enabled - Flag to force the User to reset password.
- last
Name String - Last name for the User.
- locale String
- Default locale for the User.
- middle
Initial String - Middle name for the User.
- password String
- region String
- Default Region for the User.
- status String
- Status of the User.
- user
Type String - Type of the User.
- username String
- Identifier for the User in the form an email address.
- additional
Attributes GetTemplates V2Template Template Version Spec Created By Additional Attribute[] - Any additional attribute for the User.
- creation
Type string - description string
- VM description
- display
Name string - Display name for the User.
- email
Id string - Email Id for the User.
- ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- first
Name string - First name for the User.
- idp
Id string - Identifier of the IDP for the User.
- is
Force booleanReset Password Enabled - Flag to force the User to reset password.
- last
Name string - Last name for the User.
- locale string
- Default locale for the User.
- middle
Initial string - Middle name for the User.
- password string
- region string
- Default Region for the User.
- status string
- Status of the User.
- user
Type string - Type of the User.
- username string
- Identifier for the User in the form an email address.
- additional_
attributes Sequence[GetTemplates V2Template Template Version Spec Created By Additional Attribute] - 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_ boolreset_ password_ enabled - 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.
- additional
Attributes List<Property Map> - Any additional attribute for the User.
- creation
Type String - description String
- VM description
- display
Name String - Display name for the User.
- email
Id String - Email Id for the User.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- first
Name String - First name for the User.
- idp
Id String - Identifier of the IDP for the User.
- is
Force BooleanReset Password Enabled - Flag to force the User to reset password.
- last
Name String - Last name for the User.
- locale String
- Default locale for the User.
- middle
Initial String - Middle name for the User.
- password String
- region String
- Default Region for the User.
- status String
- Status of the User.
- user
Type String - Type of the User.
- username String
- Identifier for the User in the form an email address.
GetTemplatesV2TemplateTemplateVersionSpecCreatedByAdditionalAttribute
- name String
- values List<Property Map>
GetTemplatesV2TemplateTemplateVersionSpecCreatedByAdditionalAttributeValue
- Boolean bool
- Integer int
- Integer
Lists List<int> - Map
Of List<PiersStrings Karsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Created By Additional Attribute Value Map Of String> - Object Dictionary<string, string>
- String string
- String
Lists List<string>
- Boolean bool
- Integer int
- Integer
Lists []int - Map
Of []GetStrings Templates V2Template Template Version Spec Created By Additional Attribute Value Map Of String - Object map[string]string
- String string
- String
Lists []string
- boolean_ Boolean
- integer Integer
- integer
Lists List<Integer> - map
Of List<GetStrings Templates V2Template Template Version Spec Created By Additional Attribute Value Map Of String> - object Map<String,String>
- string String
- string
Lists List<String>
- boolean boolean
- integer number
- integer
Lists number[] - map
Of GetStrings Templates V2Template Template Version Spec Created By Additional Attribute Value Map Of String[] - object {[key: string]: string}
- string string
- string
Lists string[]
- boolean bool
- integer int
- integer_
lists Sequence[int] - map_
of_ Sequence[Getstrings Templates V2Template Template Version Spec Created By Additional Attribute Value Map Of String] - object Mapping[str, str]
- string str
- string_
lists Sequence[str]
- boolean Boolean
- integer Number
- integer
Lists List<Number> - map
Of List<Property Map>Strings - object Map<String>
- string String
- string
Lists 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>
GetTemplatesV2TemplateTemplateVersionSpecLink
GetTemplatesV2TemplateTemplateVersionSpecVmSpec
- Apc
Configs List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Apc Config> - Advanced Processor Compatibility configuration for the VM. Enabling this retains the CPU model for the VM across power cycles and migrations.
- Availability
Zones List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Availability Zone> - Bios
Uuid string - BIOS UUID of the VM. It should be of type UUID.
- Boot
Configs List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Boot Config> - 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<Piers
Karsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Category> - Categories for the VM.
- Cd
Roms List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Cd Rom> - CD-ROMs attached to the VM.
- Clusters
List<Piers
Karsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Cluster> - Reference to a cluster.
- Create
Time string - VM creation time
- Description string
- VM description
- Disks
List<Piers
Karsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Disk> - Disks attached to the VM.
- Enabled
Cpu List<string>Features - 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 string - A globally unique identifier of an instance that is suitable for external consumption.
- Generation
Uuid string - Generation UUID of the VM. It should be of type UUID.
- Gpuses
List<Piers
Karsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Gpus> - GPUs attached to the VM.
- Guest
Customizations List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Guest Customization> - 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 List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Guest Tool> - The details about Nutanix Guest Tools for a VM.
- Hardware
Clock stringTimezone - VM hardware clock timezone in IANA TZDB format (America/Los_Angeles).
- Hosts
List<Piers
Karsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Host> - Reference to the host, the VM is running on.
- Is
Agent boolVm - 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 boolEnabled - Indicates whether to remove AHV branding from VM firmware tables or not.
- Is
Cpu boolHotplug Enabled - Is
Cpu boolPassthrough Enabled - Indicates whether to passthrough the host CPU features to the guest or not. Enabling this will make VM incapable of live migration.
- Is
Cross boolCluster Migration In Progress - Is
Gpu boolConsole Enabled - Indicates whether the vGPU console is enabled or not.
- Is
Live boolMigrate Capable - Is
Memory boolOvercommit Enabled - 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 boolController Enabled - Is
Vcpu boolHard Pinning Enabled - Indicates whether the vCPUs should be hard pinned to specific pCPUs or not.
- Is
Vga boolConsole Enabled - Indicates whether the VGA console should be disabled or not.
- Links
List<Piers
Karsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Link> - Machine
Type string - Machine type for the VM. Machine type Q35 is required for secure boot and does not support IDE disks.
- Memory
Size intBytes - Memory size in bytes.
- Name string
- VM name.
- Nics
List<Piers
Karsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Nic> - NICs attached to the VM.
- Num
Cores intPer Socket - Number of cores per socket.
- Num
Numa intNodes - Number of NUMA nodes. 0 means NUMA is disabled.
- Num
Sockets int - Number of vCPU sockets.
- Num
Threads intPer Core - Number of threads per core
- Ownership
Infos List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Ownership Info> - Ownership information for the VM.
- Pci
Devices List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Pci Device> - Power
State string - Protection
Policy List<PiersStates Karsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Protection Policy State> - Status of protection policy applied to this VM.
- Protection
Type 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.
- Serial
Ports List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Serial Port> - Serial ports configured on the VM.
- Sources
List<Piers
Karsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Source> - Reference to an entity that the VM should be cloned or created from
- Storage
Configs List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Storage Config> - Storage configuration for VM.
- Tenant
Id string - Update
Time string - VM last updated time.
- Vtpm
Configs List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Vtpm Config> - Indicates how the vTPM for the VM should be configured.
- Apc
Configs []GetTemplates V2Template Template Version Spec Vm Spec Apc Config - Advanced Processor Compatibility configuration for the VM. Enabling this retains the CPU model for the VM across power cycles and migrations.
- Availability
Zones []GetTemplates V2Template Template Version Spec Vm Spec Availability Zone - Bios
Uuid string - BIOS UUID of the VM. It should be of type UUID.
- Boot
Configs []GetTemplates V2Template Template Version Spec Vm Spec Boot Config - 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
[]Get
Templates V2Template Template Version Spec Vm Spec Category - Categories for the VM.
- Cd
Roms []GetTemplates V2Template Template Version Spec Vm Spec Cd Rom - CD-ROMs attached to the VM.
- Clusters
[]Get
Templates V2Template Template Version Spec Vm Spec Cluster - Reference to a cluster.
- Create
Time string - VM creation time
- Description string
- VM description
- Disks
[]Get
Templates V2Template Template Version Spec Vm Spec Disk - Disks attached to the VM.
- Enabled
Cpu []stringFeatures - 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 string - A globally unique identifier of an instance that is suitable for external consumption.
- Generation
Uuid string - Generation UUID of the VM. It should be of type UUID.
- Gpuses
[]Get
Templates V2Template Template Version Spec Vm Spec Gpus - GPUs attached to the VM.
- Guest
Customizations []GetTemplates V2Template Template Version Spec Vm Spec Guest Customization - 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 []GetTemplates V2Template Template Version Spec Vm Spec Guest Tool - The details about Nutanix Guest Tools for a VM.
- Hardware
Clock stringTimezone - VM hardware clock timezone in IANA TZDB format (America/Los_Angeles).
- Hosts
[]Get
Templates V2Template Template Version Spec Vm Spec Host - Reference to the host, the VM is running on.
- Is
Agent boolVm - 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 boolEnabled - Indicates whether to remove AHV branding from VM firmware tables or not.
- Is
Cpu boolHotplug Enabled - Is
Cpu boolPassthrough Enabled - Indicates whether to passthrough the host CPU features to the guest or not. Enabling this will make VM incapable of live migration.
- Is
Cross boolCluster Migration In Progress - Is
Gpu boolConsole Enabled - Indicates whether the vGPU console is enabled or not.
- Is
Live boolMigrate Capable - Is
Memory boolOvercommit Enabled - 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 boolController Enabled - Is
Vcpu boolHard Pinning Enabled - Indicates whether the vCPUs should be hard pinned to specific pCPUs or not.
- Is
Vga boolConsole Enabled - Indicates whether the VGA console should be disabled or not.
- Links
[]Get
Templates V2Template Template Version Spec Vm Spec Link - Machine
Type string - Machine type for the VM. Machine type Q35 is required for secure boot and does not support IDE disks.
- Memory
Size intBytes - Memory size in bytes.
- Name string
- VM name.
- Nics
[]Get
Templates V2Template Template Version Spec Vm Spec Nic - NICs attached to the VM.
- Num
Cores intPer Socket - Number of cores per socket.
- Num
Numa intNodes - Number of NUMA nodes. 0 means NUMA is disabled.
- Num
Sockets int - Number of vCPU sockets.
- Num
Threads intPer Core - Number of threads per core
- Ownership
Infos []GetTemplates V2Template Template Version Spec Vm Spec Ownership Info - Ownership information for the VM.
- Pci
Devices []GetTemplates V2Template Template Version Spec Vm Spec Pci Device - Power
State string - Protection
Policy []GetStates Templates V2Template Template Version Spec Vm Spec Protection Policy State - Status of protection policy applied to this VM.
- Protection
Type 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.
- Serial
Ports []GetTemplates V2Template Template Version Spec Vm Spec Serial Port - Serial ports configured on the VM.
- Sources
[]Get
Templates V2Template Template Version Spec Vm Spec Source - Reference to an entity that the VM should be cloned or created from
- Storage
Configs []GetTemplates V2Template Template Version Spec Vm Spec Storage Config - Storage configuration for VM.
- Tenant
Id string - Update
Time string - VM last updated time.
- Vtpm
Configs []GetTemplates V2Template Template Version Spec Vm Spec Vtpm Config - Indicates how the vTPM for the VM should be configured.
- apc
Configs List<GetTemplates V2Template Template Version Spec Vm Spec Apc Config> - Advanced Processor Compatibility configuration for the VM. Enabling this retains the CPU model for the VM across power cycles and migrations.
- availability
Zones List<GetTemplates V2Template Template Version Spec Vm Spec Availability Zone> - bios
Uuid String - BIOS UUID of the VM. It should be of type UUID.
- boot
Configs List<GetTemplates V2Template Template Version Spec Vm Spec Boot Config> - 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<Get
Templates V2Template Template Version Spec Vm Spec Category> - Categories for the VM.
- cd
Roms List<GetTemplates V2Template Template Version Spec Vm Spec Cd Rom> - CD-ROMs attached to the VM.
- clusters
List<Get
Templates V2Template Template Version Spec Vm Spec Cluster> - Reference to a cluster.
- create
Time String - VM creation time
- description String
- VM description
- disks
List<Get
Templates V2Template Template Version Spec Vm Spec Disk> - Disks attached to the VM.
- enabled
Cpu List<String>Features - 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 String - A globally unique identifier of an instance that is suitable for external consumption.
- generation
Uuid String - Generation UUID of the VM. It should be of type UUID.
- gpuses
List<Get
Templates V2Template Template Version Spec Vm Spec Gpus> - GPUs attached to the VM.
- guest
Customizations List<GetTemplates V2Template Template Version Spec Vm Spec Guest Customization> - 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 List<GetTemplates V2Template Template Version Spec Vm Spec Guest Tool> - The details about Nutanix Guest Tools for a VM.
- hardware
Clock StringTimezone - VM hardware clock timezone in IANA TZDB format (America/Los_Angeles).
- hosts
List<Get
Templates V2Template Template Version Spec Vm Spec Host> - Reference to the host, the VM is running on.
- is
Agent BooleanVm - 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 BooleanEnabled - Indicates whether to remove AHV branding from VM firmware tables or not.
- is
Cpu BooleanHotplug Enabled - is
Cpu BooleanPassthrough Enabled - Indicates whether to passthrough the host CPU features to the guest or not. Enabling this will make VM incapable of live migration.
- is
Cross BooleanCluster Migration In Progress - is
Gpu BooleanConsole Enabled - Indicates whether the vGPU console is enabled or not.
- is
Live BooleanMigrate Capable - is
Memory BooleanOvercommit Enabled - 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 BooleanController Enabled - is
Vcpu BooleanHard Pinning Enabled - Indicates whether the vCPUs should be hard pinned to specific pCPUs or not.
- is
Vga BooleanConsole Enabled - Indicates whether the VGA console should be disabled or not.
- links
List<Get
Templates V2Template Template Version Spec Vm Spec Link> - machine
Type String - Machine type for the VM. Machine type Q35 is required for secure boot and does not support IDE disks.
- memory
Size IntegerBytes - Memory size in bytes.
- name String
- VM name.
- nics
List<Get
Templates V2Template Template Version Spec Vm Spec Nic> - NICs attached to the VM.
- num
Cores IntegerPer Socket - Number of cores per socket.
- num
Numa IntegerNodes - Number of NUMA nodes. 0 means NUMA is disabled.
- num
Sockets Integer - Number of vCPU sockets.
- num
Threads IntegerPer Core - Number of threads per core
- ownership
Infos List<GetTemplates V2Template Template Version Spec Vm Spec Ownership Info> - Ownership information for the VM.
- pci
Devices List<GetTemplates V2Template Template Version Spec Vm Spec Pci Device> - power
State String - protection
Policy List<GetStates Templates V2Template Template Version Spec Vm Spec Protection Policy State> - Status of protection policy applied to this VM.
- protection
Type 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.
- serial
Ports List<GetTemplates V2Template Template Version Spec Vm Spec Serial Port> - Serial ports configured on the VM.
- sources
List<Get
Templates V2Template Template Version Spec Vm Spec Source> - Reference to an entity that the VM should be cloned or created from
- storage
Configs List<GetTemplates V2Template Template Version Spec Vm Spec Storage Config> - Storage configuration for VM.
- tenant
Id String - update
Time String - VM last updated time.
- vtpm
Configs List<GetTemplates V2Template Template Version Spec Vm Spec Vtpm Config> - Indicates how the vTPM for the VM should be configured.
- apc
Configs GetTemplates V2Template Template Version Spec Vm Spec Apc Config[] - Advanced Processor Compatibility configuration for the VM. Enabling this retains the CPU model for the VM across power cycles and migrations.
- availability
Zones GetTemplates V2Template Template Version Spec Vm Spec Availability Zone[] - bios
Uuid string - BIOS UUID of the VM. It should be of type UUID.
- boot
Configs GetTemplates V2Template Template Version Spec Vm Spec Boot Config[] - 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
Get
Templates V2Template Template Version Spec Vm Spec Category[] - Categories for the VM.
- cd
Roms GetTemplates V2Template Template Version Spec Vm Spec Cd Rom[] - CD-ROMs attached to the VM.
- clusters
Get
Templates V2Template Template Version Spec Vm Spec Cluster[] - Reference to a cluster.
- create
Time string - VM creation time
- description string
- VM description
- disks
Get
Templates V2Template Template Version Spec Vm Spec Disk[] - Disks attached to the VM.
- enabled
Cpu string[]Features - 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 string - A globally unique identifier of an instance that is suitable for external consumption.
- generation
Uuid string - Generation UUID of the VM. It should be of type UUID.
- gpuses
Get
Templates V2Template Template Version Spec Vm Spec Gpus[] - GPUs attached to the VM.
- guest
Customizations GetTemplates V2Template Template Version Spec Vm Spec Guest Customization[] - 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 GetTemplates V2Template Template Version Spec Vm Spec Guest Tool[] - The details about Nutanix Guest Tools for a VM.
- hardware
Clock stringTimezone - VM hardware clock timezone in IANA TZDB format (America/Los_Angeles).
- hosts
Get
Templates V2Template Template Version Spec Vm Spec Host[] - Reference to the host, the VM is running on.
- is
Agent booleanVm - 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 booleanEnabled - Indicates whether to remove AHV branding from VM firmware tables or not.
- is
Cpu booleanHotplug Enabled - is
Cpu booleanPassthrough Enabled - Indicates whether to passthrough the host CPU features to the guest or not. Enabling this will make VM incapable of live migration.
- is
Cross booleanCluster Migration In Progress - is
Gpu booleanConsole Enabled - Indicates whether the vGPU console is enabled or not.
- is
Live booleanMigrate Capable - is
Memory booleanOvercommit Enabled - 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 booleanController Enabled - is
Vcpu booleanHard Pinning Enabled - Indicates whether the vCPUs should be hard pinned to specific pCPUs or not.
- is
Vga booleanConsole Enabled - Indicates whether the VGA console should be disabled or not.
- links
Get
Templates V2Template Template Version Spec Vm Spec Link[] - machine
Type string - Machine type for the VM. Machine type Q35 is required for secure boot and does not support IDE disks.
- memory
Size numberBytes - Memory size in bytes.
- name string
- VM name.
- nics
Get
Templates V2Template Template Version Spec Vm Spec Nic[] - NICs attached to the VM.
- num
Cores numberPer Socket - Number of cores per socket.
- num
Numa numberNodes - Number of NUMA nodes. 0 means NUMA is disabled.
- num
Sockets number - Number of vCPU sockets.
- num
Threads numberPer Core - Number of threads per core
- ownership
Infos GetTemplates V2Template Template Version Spec Vm Spec Ownership Info[] - Ownership information for the VM.
- pci
Devices GetTemplates V2Template Template Version Spec Vm Spec Pci Device[] - power
State string - protection
Policy GetStates Templates V2Template Template Version Spec Vm Spec Protection Policy State[] - Status of protection policy applied to this VM.
- protection
Type 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.
- serial
Ports GetTemplates V2Template Template Version Spec Vm Spec Serial Port[] - Serial ports configured on the VM.
- sources
Get
Templates V2Template Template Version Spec Vm Spec Source[] - Reference to an entity that the VM should be cloned or created from
- storage
Configs GetTemplates V2Template Template Version Spec Vm Spec Storage Config[] - Storage configuration for VM.
- tenant
Id string - update
Time string - VM last updated time.
- vtpm
Configs GetTemplates V2Template Template Version Spec Vm Spec Vtpm Config[] - Indicates how the vTPM for the VM should be configured.
- apc_
configs Sequence[GetTemplates V2Template Template Version Spec Vm Spec Apc Config] - Advanced Processor Compatibility configuration for the VM. Enabling this retains the CPU model for the VM across power cycles and migrations.
- availability_
zones Sequence[GetTemplates V2Template Template Version Spec Vm Spec Availability Zone] - bios_
uuid str - BIOS UUID of the VM. It should be of type UUID.
- boot_
configs Sequence[GetTemplates V2Template Template Version Spec Vm Spec Boot Config] - 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[Get
Templates V2Template Template Version Spec Vm Spec Category] - Categories for the VM.
- cd_
roms Sequence[GetTemplates V2Template Template Version Spec Vm Spec Cd Rom] - CD-ROMs attached to the VM.
- clusters
Sequence[Get
Templates V2Template Template Version Spec Vm Spec Cluster] - Reference to a cluster.
- create_
time str - VM creation time
- description str
- VM description
- disks
Sequence[Get
Templates V2Template Template Version Spec Vm Spec Disk] - Disks attached to the VM.
- enabled_
cpu_ Sequence[str]features - 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[Get
Templates V2Template Template Version Spec Vm Spec Gpus] - GPUs attached to the VM.
- guest_
customizations Sequence[GetTemplates V2Template Template Version Spec Vm Spec Guest Customization] - 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[GetTemplates V2Template Template Version Spec Vm Spec Guest Tool] - The details about Nutanix Guest Tools for a VM.
- hardware_
clock_ strtimezone - VM hardware clock timezone in IANA TZDB format (America/Los_Angeles).
- hosts
Sequence[Get
Templates V2Template Template Version Spec Vm Spec Host] - Reference to the host, the VM is running on.
- is_
agent_ boolvm - 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_ boolenabled - Indicates whether to remove AHV branding from VM firmware tables or not.
- is_
cpu_ boolhotplug_ enabled - is_
cpu_ boolpassthrough_ enabled - Indicates whether to passthrough the host CPU features to the guest or not. Enabling this will make VM incapable of live migration.
- is_
cross_ boolcluster_ migration_ in_ progress - is_
gpu_ boolconsole_ enabled - Indicates whether the vGPU console is enabled or not.
- is_
live_ boolmigrate_ capable - is_
memory_ boolovercommit_ enabled - 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_ boolcontroller_ enabled - is_
vcpu_ boolhard_ pinning_ enabled - Indicates whether the vCPUs should be hard pinned to specific pCPUs or not.
- is_
vga_ boolconsole_ enabled - Indicates whether the VGA console should be disabled or not.
- links
Sequence[Get
Templates V2Template Template Version Spec Vm Spec Link] - machine_
type str - Machine type for the VM. Machine type Q35 is required for secure boot and does not support IDE disks.
- memory_
size_ intbytes - Memory size in bytes.
- name str
- VM name.
- nics
Sequence[Get
Templates V2Template Template Version Spec Vm Spec Nic] - NICs attached to the VM.
- num_
cores_ intper_ socket - Number of cores per socket.
- num_
numa_ intnodes - Number of NUMA nodes. 0 means NUMA is disabled.
- num_
sockets int - Number of vCPU sockets.
- num_
threads_ intper_ core - Number of threads per core
- ownership_
infos Sequence[GetTemplates V2Template Template Version Spec Vm Spec Ownership Info] - Ownership information for the VM.
- pci_
devices Sequence[GetTemplates V2Template Template Version Spec Vm Spec Pci Device] - power_
state str - protection_
policy_ Sequence[Getstates Templates V2Template Template Version Spec Vm Spec Protection Policy State] - 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[GetTemplates V2Template Template Version Spec Vm Spec Serial Port] - Serial ports configured on the VM.
- sources
Sequence[Get
Templates V2Template Template Version Spec Vm Spec Source] - Reference to an entity that the VM should be cloned or created from
- storage_
configs Sequence[GetTemplates V2Template Template Version Spec Vm Spec Storage Config] - Storage configuration for VM.
- tenant_
id str - update_
time str - VM last updated time.
- vtpm_
configs Sequence[GetTemplates V2Template Template Version Spec Vm Spec Vtpm Config] - Indicates how the vTPM for the VM should be configured.
- apc
Configs List<Property Map> - Advanced Processor Compatibility configuration for the VM. Enabling this retains the CPU model for the VM across power cycles and migrations.
- availability
Zones List<Property Map> - bios
Uuid String - BIOS UUID of the VM. It should be of type UUID.
- boot
Configs 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.
- cd
Roms List<Property Map> - CD-ROMs attached to the VM.
- clusters List<Property Map>
- Reference to a cluster.
- create
Time String - VM creation time
- description String
- VM description
- disks List<Property Map>
- Disks attached to the VM.
- enabled
Cpu List<String>Features - 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 String - A globally unique identifier of an instance that is suitable for external consumption.
- generation
Uuid String - Generation UUID of the VM. It should be of type UUID.
- gpuses List<Property Map>
- GPUs attached to the VM.
- guest
Customizations 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.
- guest
Tools List<Property Map> - The details about Nutanix Guest Tools for a VM.
- hardware
Clock StringTimezone - VM hardware clock timezone in IANA TZDB format (America/Los_Angeles).
- hosts List<Property Map>
- Reference to the host, the VM is running on.
- is
Agent BooleanVm - 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 BooleanEnabled - Indicates whether to remove AHV branding from VM firmware tables or not.
- is
Cpu BooleanHotplug Enabled - is
Cpu BooleanPassthrough Enabled - Indicates whether to passthrough the host CPU features to the guest or not. Enabling this will make VM incapable of live migration.
- is
Cross BooleanCluster Migration In Progress - is
Gpu BooleanConsole Enabled - Indicates whether the vGPU console is enabled or not.
- is
Live BooleanMigrate Capable - is
Memory BooleanOvercommit Enabled - 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 BooleanController Enabled - is
Vcpu BooleanHard Pinning Enabled - Indicates whether the vCPUs should be hard pinned to specific pCPUs or not.
- is
Vga BooleanConsole Enabled - Indicates whether the VGA console should be disabled or not.
- links List<Property Map>
- machine
Type String - Machine type for the VM. Machine type Q35 is required for secure boot and does not support IDE disks.
- memory
Size NumberBytes - Memory size in bytes.
- name String
- VM name.
- nics List<Property Map>
- NICs attached to the VM.
- num
Cores NumberPer Socket - Number of cores per socket.
- num
Numa NumberNodes - Number of NUMA nodes. 0 means NUMA is disabled.
- num
Sockets Number - Number of vCPU sockets.
- num
Threads NumberPer Core - Number of threads per core
- ownership
Infos List<Property Map> - Ownership information for the VM.
- pci
Devices List<Property Map> - power
State String - protection
Policy List<Property Map>States - Status of protection policy applied to this VM.
- protection
Type 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.
- serial
Ports 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
- storage
Configs List<Property Map> - Storage configuration for VM.
- tenant
Id String - update
Time String - VM last updated time.
- vtpm
Configs List<Property Map> - Indicates how the vTPM for the VM should be configured.
GetTemplatesV2TemplateTemplateVersionSpecVmSpecApcConfig
- Cpu
Models List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Apc Config Cpu Model> - 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 boolEnabled - If enabled, the selected CPU model will be retained across live and cold migrations of the VM.
- Cpu
Models []GetTemplates V2Template Template Version Spec Vm Spec Apc Config Cpu Model - 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 boolEnabled - If enabled, the selected CPU model will be retained across live and cold migrations of the VM.
- cpu
Models List<GetTemplates V2Template Template Version Spec Vm Spec Apc Config Cpu Model> - 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 BooleanEnabled - If enabled, the selected CPU model will be retained across live and cold migrations of the VM.
- cpu
Models GetTemplates V2Template Template Version Spec Vm Spec Apc Config Cpu Model[] - 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 booleanEnabled - If enabled, the selected CPU model will be retained across live and cold migrations of the VM.
- cpu_
models Sequence[GetTemplates V2Template Template Version Spec Vm Spec Apc Config Cpu Model] - 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_ boolenabled - If enabled, the selected CPU model will be retained across live and cold migrations of the VM.
- cpu
Models 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.
- is
Apc BooleanEnabled - If enabled, the selected CPU model will be retained across live and cold migrations of the VM.
GetTemplatesV2TemplateTemplateVersionSpecVmSpecApcConfigCpuModel
GetTemplatesV2TemplateTemplateVersionSpecVmSpecAvailabilityZone
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- ext
Id 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.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfig
- Legacy
Boots []GetTemplates V2Template Template Version Spec Vm Spec Boot Config Legacy Boot - LegacyBoot config Object
- Uefi
Boots []GetTemplates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot - UefiBoot config Object
- legacy
Boots List<GetTemplates V2Template Template Version Spec Vm Spec Boot Config Legacy Boot> - LegacyBoot config Object
- uefi
Boots List<GetTemplates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot> - UefiBoot config Object
- legacy
Boots GetTemplates V2Template Template Version Spec Vm Spec Boot Config Legacy Boot[] - LegacyBoot config Object
- uefi
Boots GetTemplates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot[] - UefiBoot config Object
- legacy_
boots Sequence[GetTemplates V2Template Template Version Spec Vm Spec Boot Config Legacy Boot] - LegacyBoot config Object
- uefi_
boots Sequence[GetTemplates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot] - UefiBoot config Object
- legacy
Boots List<Property Map> - LegacyBoot config Object
- uefi
Boots List<Property Map> - UefiBoot config Object
GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigLegacyBoot
- Boot
Devices List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Boot Config Legacy Boot Boot Device> Boot Device object
boot_device.boot_device_disk
: Disk address.boot_device.boot_device_disk.disk_address.bus_type
: Bus type for the deviceboot_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 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.
- Boot
Devices []GetTemplates V2Template Template Version Spec Vm Spec Boot Config Legacy Boot Boot Device Boot Device object
boot_device.boot_device_disk
: Disk address.boot_device.boot_device_disk.disk_address.bus_type
: Bus type for the deviceboot_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 []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 List<GetTemplates V2Template Template Version Spec Vm Spec Boot Config Legacy Boot Boot Device> Boot Device object
boot_device.boot_device_disk
: Disk address.boot_device.boot_device_disk.disk_address.bus_type
: Bus type for the deviceboot_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 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.
- boot
Devices GetTemplates V2Template Template Version Spec Vm Spec Boot Config Legacy Boot Boot Device[] Boot Device object
boot_device.boot_device_disk
: Disk address.boot_device.boot_device_disk.disk_address.bus_type
: Bus type for the deviceboot_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 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[GetTemplates V2Template Template Version Spec Vm Spec Boot Config Legacy Boot Boot Device] Boot Device object
boot_device.boot_device_disk
: Disk address.boot_device.boot_device_disk.disk_address.bus_type
: Bus type for the deviceboot_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.
- boot
Devices 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 deviceboot_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 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
GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigLegacyBootBootDeviceBootDeviceNic
- Mac
Address string - MAC address of the emulated NIC.
- Mac
Address string - MAC address of the emulated NIC.
- mac
Address String - MAC address of the emulated NIC.
- mac
Address string - MAC address of the emulated NIC.
- mac_
address str - MAC address of the emulated NIC.
- mac
Address String - MAC address of the emulated NIC.
GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBoot
- Boot
Devices List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Boot Device> Boot Device object
boot_device.boot_device_disk
: Disk address.boot_device.boot_device_disk.disk_address.bus_type
: Bus type for the deviceboot_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 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.
- Is
Secure boolBoot Enabled - Indicate whether to enable secure boot or not
- Nvram
Devices List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Nvram Device> - Configuration for NVRAM to be presented to the VM.
nvram_device.backing_storage_info
: Storage provided by Nutanix ADSF
- Boot
Devices []GetTemplates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Boot Device Boot Device object
boot_device.boot_device_disk
: Disk address.boot_device.boot_device_disk.disk_address.bus_type
: Bus type for the deviceboot_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 []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.
- Is
Secure boolBoot Enabled - Indicate whether to enable secure boot or not
- Nvram
Devices []GetTemplates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Nvram Device - Configuration for NVRAM to be presented to the VM.
nvram_device.backing_storage_info
: Storage provided by Nutanix ADSF
- boot
Devices List<GetTemplates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Boot Device> Boot Device object
boot_device.boot_device_disk
: Disk address.boot_device.boot_device_disk.disk_address.bus_type
: Bus type for the deviceboot_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 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.
- is
Secure BooleanBoot Enabled - Indicate whether to enable secure boot or not
- nvram
Devices List<GetTemplates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Nvram Device> - Configuration for NVRAM to be presented to the VM.
nvram_device.backing_storage_info
: Storage provided by Nutanix ADSF
- boot
Devices GetTemplates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Boot Device[] Boot Device object
boot_device.boot_device_disk
: Disk address.boot_device.boot_device_disk.disk_address.bus_type
: Bus type for the deviceboot_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 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.
- is
Secure booleanBoot Enabled - Indicate whether to enable secure boot or not
- nvram
Devices GetTemplates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Nvram Device[] - Configuration for NVRAM to be presented to the VM.
nvram_device.backing_storage_info
: Storage provided by Nutanix ADSF
- boot_
devices Sequence[GetTemplates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Boot Device] Boot Device object
boot_device.boot_device_disk
: Disk address.boot_device.boot_device_disk.disk_address.bus_type
: Bus type for the deviceboot_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_ boolboot_ enabled - Indicate whether to enable secure boot or not
- nvram_
devices Sequence[GetTemplates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Nvram Device] - Configuration for NVRAM to be presented to the VM.
nvram_device.backing_storage_info
: Storage provided by Nutanix ADSF
- boot
Devices 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 deviceboot_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 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.
- is
Secure BooleanBoot Enabled - Indicate whether to enable secure boot or not
- nvram
Devices 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
GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootBootDeviceBootDeviceNic
- Mac
Address string - MAC address of the emulated NIC.
- Mac
Address string - MAC address of the emulated NIC.
- mac
Address String - MAC address of the emulated NIC.
- mac
Address string - MAC address of the emulated NIC.
- mac_
address str - MAC address of the emulated NIC.
- mac
Address String - MAC address of the emulated NIC.
GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDevice
GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfo
- Data
Sources List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source> - Disk
Ext stringId - Disk
Size intBytes - Is
Migration boolIn Progress - Storage
Configs List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Nvram Device Backing Storage Info Storage Config> - Storage
Containers List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Nvram Device Backing Storage Info Storage Container>
- Data
Sources []GetTemplates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source - Disk
Ext stringId - Disk
Size intBytes - Is
Migration boolIn Progress - Storage
Configs []GetTemplates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Nvram Device Backing Storage Info Storage Config - Storage
Containers []GetTemplates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Nvram Device Backing Storage Info Storage Container
- data
Sources List<GetTemplates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source> - disk
Ext StringId - disk
Size IntegerBytes - is
Migration BooleanIn Progress - storage
Configs List<GetTemplates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Nvram Device Backing Storage Info Storage Config> - storage
Containers List<GetTemplates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Nvram Device Backing Storage Info Storage Container>
- data
Sources GetTemplates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source[] - disk
Ext stringId - disk
Size numberBytes - is
Migration booleanIn Progress - storage
Configs GetTemplates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Nvram Device Backing Storage Info Storage Config[] - storage
Containers GetTemplates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Nvram Device Backing Storage Info Storage Container[]
- data_
sources Sequence[GetTemplates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source] - disk_
ext_ strid - disk_
size_ intbytes - is_
migration_ boolin_ progress - storage_
configs Sequence[GetTemplates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Nvram Device Backing Storage Info Storage Config] - storage_
containers Sequence[GetTemplates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Nvram Device Backing Storage Info Storage Container]
GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSource
- references List<Property Map>
- Reference to image or vm disk
GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReference
- Image
References List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Image Reference> - Image Reference
image_reference.image_ext_id
: The globally unique identifier of an image. It should be of type UUID.
- Vm
Disk List<PiersReferences Karsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Vm Disk Reference> - 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 []GetTemplates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Image Reference - Image Reference
image_reference.image_ext_id
: The globally unique identifier of an image. It should be of type UUID.
- Vm
Disk []GetReferences Templates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Vm Disk Reference - 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 List<GetTemplates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Image Reference> - Image Reference
image_reference.image_ext_id
: The globally unique identifier of an image. It should be of type UUID.
- vm
Disk List<GetReferences Templates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Vm Disk Reference> - 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 GetTemplates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Image Reference[] - Image Reference
image_reference.image_ext_id
: The globally unique identifier of an image. It should be of type UUID.
- vm
Disk GetReferences Templates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Vm Disk Reference[] - 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[GetTemplates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Image Reference] - Image Reference
image_reference.image_ext_id
: The globally unique identifier of an image. It should be of type UUID.
- vm_
disk_ Sequence[Getreferences Templates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Vm Disk Reference] - 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 List<Property Map> - Image Reference
image_reference.image_ext_id
: The globally unique identifier of an image. It should be of type UUID.
- vm
Disk List<Property Map>References - 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
- Image
Ext stringId
- Image
Ext stringId
- image
Ext StringId
- image
Ext stringId
- image_
ext_ strid
- image
Ext StringId
GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReference
- Disk
Addresses List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Vm Disk Reference Disk Address> - Disk
Ext stringId - Vm
References List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Vm Disk Reference Vm Reference>
- Disk
Addresses []GetTemplates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Vm Disk Reference Disk Address - Disk
Ext stringId - Vm
References []GetTemplates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Vm Disk Reference Vm Reference
- disk
Addresses List<GetTemplates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Vm Disk Reference Disk Address> - disk
Ext StringId - vm
References List<GetTemplates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Vm Disk Reference Vm Reference>
- disk
Addresses GetTemplates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Vm Disk Reference Disk Address[] - disk
Ext stringId - vm
References GetTemplates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Vm Disk Reference Vm Reference[]
- disk_
addresses Sequence[GetTemplates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Vm Disk Reference Disk Address] - disk_
ext_ strid - vm_
references Sequence[GetTemplates V2Template Template Version Spec Vm Spec Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Vm Disk Reference Vm Reference]
GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceDiskAddress
GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceVmReference
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- ext
Id 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.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoStorageConfig
- Is
Flash boolMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- Is
Flash boolMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- is
Flash BooleanMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- is
Flash booleanMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- is_
flash_ boolmode_ enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- is
Flash BooleanMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
GetTemplatesV2TemplateTemplateVersionSpecVmSpecBootConfigUefiBootNvramDeviceBackingStorageInfoStorageContainer
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- ext
Id 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.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
GetTemplatesV2TemplateTemplateVersionSpecVmSpecCategory
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- ext
Id 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.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRom
- Backing
Infos List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Cd Rom Backing Info> - Storage provided by Nutanix ADSF
- Disk
Addresses List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Cd Rom Disk Address> - Virtual Machine disk (VM disk).
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Iso
Type string - Type of ISO image inserted in CD-ROM
- Links
List<Piers
Karsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Cd Rom Link> - Tenant
Id string
- Backing
Infos []GetTemplates V2Template Template Version Spec Vm Spec Cd Rom Backing Info - Storage provided by Nutanix ADSF
- Disk
Addresses []GetTemplates V2Template Template Version Spec Vm Spec Cd Rom Disk Address - Virtual Machine disk (VM disk).
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Iso
Type string - Type of ISO image inserted in CD-ROM
- Links
[]Get
Templates V2Template Template Version Spec Vm Spec Cd Rom Link - Tenant
Id string
- backing
Infos List<GetTemplates V2Template Template Version Spec Vm Spec Cd Rom Backing Info> - Storage provided by Nutanix ADSF
- disk
Addresses List<GetTemplates V2Template Template Version Spec Vm Spec Cd Rom Disk Address> - Virtual Machine disk (VM disk).
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- iso
Type String - Type of ISO image inserted in CD-ROM
- links
List<Get
Templates V2Template Template Version Spec Vm Spec Cd Rom Link> - tenant
Id String
- backing
Infos GetTemplates V2Template Template Version Spec Vm Spec Cd Rom Backing Info[] - Storage provided by Nutanix ADSF
- disk
Addresses GetTemplates V2Template Template Version Spec Vm Spec Cd Rom Disk Address[] - Virtual Machine disk (VM disk).
- ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- iso
Type string - Type of ISO image inserted in CD-ROM
- links
Get
Templates V2Template Template Version Spec Vm Spec Cd Rom Link[] - tenant
Id string
- backing_
infos Sequence[GetTemplates V2Template Template Version Spec Vm Spec Cd Rom Backing Info] - Storage provided by Nutanix ADSF
- disk_
addresses Sequence[GetTemplates V2Template Template Version Spec Vm Spec Cd Rom Disk Address] - 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[Get
Templates V2Template Template Version Spec Vm Spec Cd Rom Link] - tenant_
id str
- backing
Infos List<Property Map> - Storage provided by Nutanix ADSF
- disk
Addresses List<Property Map> - Virtual Machine disk (VM disk).
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- iso
Type String - Type of ISO image inserted in CD-ROM
- links List<Property Map>
- tenant
Id String
GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfo
- Data
Sources List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Cd Rom Backing Info Data Source> - A reference to a disk or image that contains the contents of a disk.
- Disk
Ext stringId - The globally unique identifier of a VM disk. It should be of type UUID.
- Disk
Size intBytes - Size of the disk in Bytes
- Is
Migration boolIn Progress - Indicates if the disk is undergoing migration to another container.
- Storage
Configs List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Cd Rom Backing Info Storage Config> - 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 List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Cd Rom Backing Info Storage Container> - This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
- Data
Sources []GetTemplates V2Template Template Version Spec Vm Spec Cd Rom Backing Info Data Source - A reference to a disk or image that contains the contents of a disk.
- Disk
Ext stringId - The globally unique identifier of a VM disk. It should be of type UUID.
- Disk
Size intBytes - Size of the disk in Bytes
- Is
Migration boolIn Progress - Indicates if the disk is undergoing migration to another container.
- Storage
Configs []GetTemplates V2Template Template Version Spec Vm Spec Cd Rom Backing Info Storage Config - 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 []GetTemplates V2Template Template Version Spec Vm Spec Cd Rom Backing Info Storage Container - This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
- data
Sources List<GetTemplates V2Template Template Version Spec Vm Spec Cd Rom Backing Info Data Source> - A reference to a disk or image that contains the contents of a disk.
- disk
Ext StringId - The globally unique identifier of a VM disk. It should be of type UUID.
- disk
Size IntegerBytes - Size of the disk in Bytes
- is
Migration BooleanIn Progress - Indicates if the disk is undergoing migration to another container.
- storage
Configs List<GetTemplates V2Template Template Version Spec Vm Spec Cd Rom Backing Info Storage Config> - 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 List<GetTemplates V2Template Template Version Spec Vm Spec Cd Rom Backing Info Storage Container> - This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
- data
Sources GetTemplates V2Template Template Version Spec Vm Spec Cd Rom Backing Info Data Source[] - A reference to a disk or image that contains the contents of a disk.
- disk
Ext stringId - The globally unique identifier of a VM disk. It should be of type UUID.
- disk
Size numberBytes - Size of the disk in Bytes
- is
Migration booleanIn Progress - Indicates if the disk is undergoing migration to another container.
- storage
Configs GetTemplates V2Template Template Version Spec Vm Spec Cd Rom Backing Info Storage Config[] - 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 GetTemplates V2Template Template Version Spec Vm Spec Cd Rom Backing Info Storage Container[] - This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
- data_
sources Sequence[GetTemplates V2Template Template Version Spec Vm Spec Cd Rom Backing Info Data Source] - A reference to a disk or image that contains the contents of a disk.
- disk_
ext_ strid - The globally unique identifier of a VM disk. It should be of type UUID.
- disk_
size_ intbytes - Size of the disk in Bytes
- is_
migration_ boolin_ progress - Indicates if the disk is undergoing migration to another container.
- storage_
configs Sequence[GetTemplates V2Template Template Version Spec Vm Spec Cd Rom Backing Info Storage Config] - 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[GetTemplates V2Template Template Version Spec Vm Spec Cd Rom Backing Info Storage Container] - This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
- data
Sources List<Property Map> - A reference to a disk or image that contains the contents of a disk.
- disk
Ext StringId - The globally unique identifier of a VM disk. It should be of type UUID.
- disk
Size NumberBytes - Size of the disk in Bytes
- is
Migration BooleanIn Progress - Indicates if the disk is undergoing migration to another container.
- storage
Configs 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.
- storage
Containers 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
[]Get
Templates V2Template Template Version Spec Vm Spec Cd Rom Backing Info Data Source Reference - Reference to image or vm disk
- references
List<Get
Templates V2Template Template Version Spec Vm Spec Cd Rom Backing Info Data Source Reference> - Reference to image or vm disk
- references
Get
Templates V2Template Template Version Spec Vm Spec Cd Rom Backing Info Data Source Reference[] - Reference to image or vm disk
- references
Sequence[Get
Templates V2Template Template Version Spec Vm Spec Cd Rom Backing Info Data Source Reference] - Reference to image or vm disk
- references List<Property Map>
- Reference to image or vm disk
GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReference
- Image
References List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Cd Rom Backing Info Data Source Reference Image Reference> - Image Reference
image_reference.image_ext_id
: The globally unique identifier of an image. It should be of type UUID.
- Vm
Disk List<PiersReferences Karsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Cd Rom Backing Info Data Source Reference Vm Disk Reference> - 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 []GetTemplates V2Template Template Version Spec Vm Spec Cd Rom Backing Info Data Source Reference Image Reference - Image Reference
image_reference.image_ext_id
: The globally unique identifier of an image. It should be of type UUID.
- Vm
Disk []GetReferences Templates V2Template Template Version Spec Vm Spec Cd Rom Backing Info Data Source Reference Vm Disk Reference - 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 List<GetTemplates V2Template Template Version Spec Vm Spec Cd Rom Backing Info Data Source Reference Image Reference> - Image Reference
image_reference.image_ext_id
: The globally unique identifier of an image. It should be of type UUID.
- vm
Disk List<GetReferences Templates V2Template Template Version Spec Vm Spec Cd Rom Backing Info Data Source Reference Vm Disk Reference> - 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 GetTemplates V2Template Template Version Spec Vm Spec Cd Rom Backing Info Data Source Reference Image Reference[] - Image Reference
image_reference.image_ext_id
: The globally unique identifier of an image. It should be of type UUID.
- vm
Disk GetReferences Templates V2Template Template Version Spec Vm Spec Cd Rom Backing Info Data Source Reference Vm Disk Reference[] - 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[GetTemplates V2Template Template Version Spec Vm Spec Cd Rom Backing Info Data Source Reference Image Reference] - Image Reference
image_reference.image_ext_id
: The globally unique identifier of an image. It should be of type UUID.
- vm_
disk_ Sequence[Getreferences Templates V2Template Template Version Spec Vm Spec Cd Rom Backing Info Data Source Reference Vm Disk Reference] - 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 List<Property Map> - Image Reference
image_reference.image_ext_id
: The globally unique identifier of an image. It should be of type UUID.
- vm
Disk List<Property Map>References - 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
- Image
Ext stringId
- Image
Ext stringId
- image
Ext StringId
- image
Ext stringId
- image_
ext_ strid
- image
Ext StringId
GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReference
- Disk
Addresses List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Cd Rom Backing Info Data Source Reference Vm Disk Reference Disk Address> - Disk
Ext stringId - Vm
References List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Cd Rom Backing Info Data Source Reference Vm Disk Reference Vm Reference>
GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReferenceDiskAddress
GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoDataSourceReferenceVmDiskReferenceVmReference
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- ext
Id 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.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoStorageConfig
- Is
Flash boolMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- Is
Flash boolMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- is
Flash BooleanMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- is
Flash booleanMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- is_
flash_ boolmode_ enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- is
Flash BooleanMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomBackingInfoStorageContainer
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- ext
Id 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.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomDiskAddress
GetTemplatesV2TemplateTemplateVersionSpecVmSpecCdRomLink
GetTemplatesV2TemplateTemplateVersionSpecVmSpecCluster
- Ext
Id string - The globally unique identifier of a cluster.
- Ext
Id string - The globally unique identifier of a cluster.
- ext
Id String - The globally unique identifier of a cluster.
- ext
Id string - The globally unique identifier of a cluster.
- ext_
id str - The globally unique identifier of a cluster.
- ext
Id String - The globally unique identifier of a cluster.
GetTemplatesV2TemplateTemplateVersionSpecVmSpecDisk
- Backing
Infos List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Disk Backing Info> - Supporting storage to create virtual disk on.
backing_info.vm_disk
: backing Info for vmDiskbacking_info.adfs_volume_group_reference
: Volume Group Referencebacking_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 List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Disk Disk Address> - 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 string - A globally unique identifier of an instance that is suitable for external consumption.
- Links
List<Piers
Karsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Disk Link> - Tenant
Id string
- Backing
Infos []GetTemplates V2Template Template Version Spec Vm Spec Disk Backing Info - Supporting storage to create virtual disk on.
backing_info.vm_disk
: backing Info for vmDiskbacking_info.adfs_volume_group_reference
: Volume Group Referencebacking_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 []GetTemplates V2Template Template Version Spec Vm Spec Disk Disk Address - 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 string - A globally unique identifier of an instance that is suitable for external consumption.
- Links
[]Get
Templates V2Template Template Version Spec Vm Spec Disk Link - Tenant
Id string
- backing
Infos List<GetTemplates V2Template Template Version Spec Vm Spec Disk Backing Info> - Supporting storage to create virtual disk on.
backing_info.vm_disk
: backing Info for vmDiskbacking_info.adfs_volume_group_reference
: Volume Group Referencebacking_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 List<GetTemplates V2Template Template Version Spec Vm Spec Disk Disk Address> - 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 String - A globally unique identifier of an instance that is suitable for external consumption.
- links
List<Get
Templates V2Template Template Version Spec Vm Spec Disk Link> - tenant
Id String
- backing
Infos GetTemplates V2Template Template Version Spec Vm Spec Disk Backing Info[] - Supporting storage to create virtual disk on.
backing_info.vm_disk
: backing Info for vmDiskbacking_info.adfs_volume_group_reference
: Volume Group Referencebacking_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 GetTemplates V2Template Template Version Spec Vm Spec Disk Disk Address[] - 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 string - A globally unique identifier of an instance that is suitable for external consumption.
- links
Get
Templates V2Template Template Version Spec Vm Spec Disk Link[] - tenant
Id string
- backing_
infos Sequence[GetTemplates V2Template Template Version Spec Vm Spec Disk Backing Info] - Supporting storage to create virtual disk on.
backing_info.vm_disk
: backing Info for vmDiskbacking_info.adfs_volume_group_reference
: Volume Group Referencebacking_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[GetTemplates V2Template Template Version Spec Vm Spec Disk Disk Address] - 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[Get
Templates V2Template Template Version Spec Vm Spec Disk Link] - tenant_
id str
- backing
Infos List<Property Map> - Supporting storage to create virtual disk on.
backing_info.vm_disk
: backing Info for vmDiskbacking_info.adfs_volume_group_reference
: Volume Group Referencebacking_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 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.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- links List<Property Map>
- tenant
Id String
GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfo
GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoAdfsVolumeGroupReference
- Volume
Group stringExt Id
- Volume
Group stringExt Id
- volume
Group StringExt Id
- volume
Group stringExt Id
- volume
Group StringExt Id
GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDisk
- Data
Sources List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Disk Backing Info Vm Disk Data Source> - Disk
Ext stringId - Disk
Size intBytes - Is
Migration boolIn Progress - Storage
Configs List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Disk Backing Info Vm Disk Storage Config> - Storage
Containers List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Disk Backing Info Vm Disk Storage Container>
- Data
Sources []GetTemplates V2Template Template Version Spec Vm Spec Disk Backing Info Vm Disk Data Source - Disk
Ext stringId - Disk
Size intBytes - Is
Migration boolIn Progress - Storage
Configs []GetTemplates V2Template Template Version Spec Vm Spec Disk Backing Info Vm Disk Storage Config - Storage
Containers []GetTemplates V2Template Template Version Spec Vm Spec Disk Backing Info Vm Disk Storage Container
- data
Sources List<GetTemplates V2Template Template Version Spec Vm Spec Disk Backing Info Vm Disk Data Source> - disk
Ext StringId - disk
Size IntegerBytes - is
Migration BooleanIn Progress - storage
Configs List<GetTemplates V2Template Template Version Spec Vm Spec Disk Backing Info Vm Disk Storage Config> - storage
Containers List<GetTemplates V2Template Template Version Spec Vm Spec Disk Backing Info Vm Disk Storage Container>
- data
Sources GetTemplates V2Template Template Version Spec Vm Spec Disk Backing Info Vm Disk Data Source[] - disk
Ext stringId - disk
Size numberBytes - is
Migration booleanIn Progress - storage
Configs GetTemplates V2Template Template Version Spec Vm Spec Disk Backing Info Vm Disk Storage Config[] - storage
Containers GetTemplates V2Template Template Version Spec Vm Spec Disk Backing Info Vm Disk Storage Container[]
- data_
sources Sequence[GetTemplates V2Template Template Version Spec Vm Spec Disk Backing Info Vm Disk Data Source] - disk_
ext_ strid - disk_
size_ intbytes - is_
migration_ boolin_ progress - storage_
configs Sequence[GetTemplates V2Template Template Version Spec Vm Spec Disk Backing Info Vm Disk Storage Config] - storage_
containers Sequence[GetTemplates V2Template Template Version Spec Vm Spec Disk Backing Info Vm Disk Storage Container]
GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSource
- References
[]Get
Templates V2Template Template Version Spec Vm Spec Disk Backing Info Vm Disk Data Source Reference - Reference to image or vm disk
- references
List<Get
Templates V2Template Template Version Spec Vm Spec Disk Backing Info Vm Disk Data Source Reference> - Reference to image or vm disk
- references
Get
Templates V2Template Template Version Spec Vm Spec Disk Backing Info Vm Disk Data Source Reference[] - Reference to image or vm disk
- references
Sequence[Get
Templates V2Template Template Version Spec Vm Spec Disk Backing Info Vm Disk Data Source Reference] - Reference to image or vm disk
- references List<Property Map>
- Reference to image or vm disk
GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReference
- Image
References List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Disk Backing Info Vm Disk Data Source Reference Image Reference> - Image Reference
image_reference.image_ext_id
: The globally unique identifier of an image. It should be of type UUID.
- Vm
Disk List<PiersReferences Karsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Disk Backing Info Vm Disk Data Source Reference Vm Disk Reference> - 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 []GetTemplates V2Template Template Version Spec Vm Spec Disk Backing Info Vm Disk Data Source Reference Image Reference - Image Reference
image_reference.image_ext_id
: The globally unique identifier of an image. It should be of type UUID.
- Vm
Disk []GetReferences Templates V2Template Template Version Spec Vm Spec Disk Backing Info Vm Disk Data Source Reference Vm Disk Reference - 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 List<GetTemplates V2Template Template Version Spec Vm Spec Disk Backing Info Vm Disk Data Source Reference Image Reference> - Image Reference
image_reference.image_ext_id
: The globally unique identifier of an image. It should be of type UUID.
- vm
Disk List<GetReferences Templates V2Template Template Version Spec Vm Spec Disk Backing Info Vm Disk Data Source Reference Vm Disk Reference> - 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 GetTemplates V2Template Template Version Spec Vm Spec Disk Backing Info Vm Disk Data Source Reference Image Reference[] - Image Reference
image_reference.image_ext_id
: The globally unique identifier of an image. It should be of type UUID.
- vm
Disk GetReferences Templates V2Template Template Version Spec Vm Spec Disk Backing Info Vm Disk Data Source Reference Vm Disk Reference[] - 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[GetTemplates V2Template Template Version Spec Vm Spec Disk Backing Info Vm Disk Data Source Reference Image Reference] - Image Reference
image_reference.image_ext_id
: The globally unique identifier of an image. It should be of type UUID.
- vm_
disk_ Sequence[Getreferences Templates V2Template Template Version Spec Vm Spec Disk Backing Info Vm Disk Data Source Reference Vm Disk Reference] - 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 List<Property Map> - Image Reference
image_reference.image_ext_id
: The globally unique identifier of an image. It should be of type UUID.
- vm
Disk List<Property Map>References - 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
- Image
Ext stringId
- Image
Ext stringId
- image
Ext StringId
- image
Ext stringId
- image_
ext_ strid
- image
Ext StringId
GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReference
- Disk
Addresses List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Disk Backing Info Vm Disk Data Source Reference Vm Disk Reference Disk Address> - Disk
Ext stringId - Vm
References List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Disk Backing Info Vm Disk Data Source Reference Vm Disk Reference Vm Reference>
GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceDiskAddress
GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceVmReference
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- ext
Id 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.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskStorageConfig
- Is
Flash boolMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- Is
Flash boolMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- is
Flash BooleanMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- is
Flash booleanMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- is_
flash_ boolmode_ enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- is
Flash BooleanMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskBackingInfoVmDiskStorageContainer
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- ext
Id 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.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskDiskAddress
GetTemplatesV2TemplateTemplateVersionSpecVmSpecDiskLink
GetTemplatesV2TemplateTemplateVersionSpecVmSpecGpus
- Device
Id int - The device Id of the GPU.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Fraction int
- Fraction of the physical GPU assigned.
- Frame
Buffer intSize Bytes - GPU frame buffer size in bytes.
- Guest
Driver stringVersion - Last determined guest driver version.
- Links
List<Piers
Karsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Gpus Link> - Mode string
- The mode of this GPU.
- Name string
- Name of the GPU resource.
- Num
Virtual intDisplay Heads - Number of supported virtual display heads.
- Pci
Addresses List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Gpus Pci Address> - The (S)egment:(B)us:(D)evice.(F)unction hardware address. See
- Tenant
Id string - Vendor string
- The vendor of the GPU.
- Device
Id int - The device Id of the GPU.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Fraction int
- Fraction of the physical GPU assigned.
- Frame
Buffer intSize Bytes - GPU frame buffer size in bytes.
- Guest
Driver stringVersion - Last determined guest driver version.
- Links
[]Get
Templates V2Template Template Version Spec Vm Spec Gpus Link - Mode string
- The mode of this GPU.
- Name string
- Name of the GPU resource.
- Num
Virtual intDisplay Heads - Number of supported virtual display heads.
- Pci
Addresses []GetTemplates V2Template Template Version Spec Vm Spec Gpus Pci Address - The (S)egment:(B)us:(D)evice.(F)unction hardware address. See
- Tenant
Id string - Vendor string
- The vendor of the GPU.
- device
Id Integer - The device Id of the GPU.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- fraction Integer
- Fraction of the physical GPU assigned.
- frame
Buffer IntegerSize Bytes - GPU frame buffer size in bytes.
- guest
Driver StringVersion - Last determined guest driver version.
- links
List<Get
Templates V2Template Template Version Spec Vm Spec Gpus Link> - mode String
- The mode of this GPU.
- name String
- Name of the GPU resource.
- num
Virtual IntegerDisplay Heads - Number of supported virtual display heads.
- pci
Addresses List<GetTemplates V2Template Template Version Spec Vm Spec Gpus Pci Address> - The (S)egment:(B)us:(D)evice.(F)unction hardware address. See
- tenant
Id String - vendor String
- The vendor of the GPU.
- device
Id number - The device Id of the GPU.
- ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- fraction number
- Fraction of the physical GPU assigned.
- frame
Buffer numberSize Bytes - GPU frame buffer size in bytes.
- guest
Driver stringVersion - Last determined guest driver version.
- links
Get
Templates V2Template Template Version Spec Vm Spec Gpus Link[] - mode string
- The mode of this GPU.
- name string
- Name of the GPU resource.
- num
Virtual numberDisplay Heads - Number of supported virtual display heads.
- pci
Addresses GetTemplates V2Template Template Version Spec Vm Spec Gpus Pci Address[] - The (S)egment:(B)us:(D)evice.(F)unction hardware address. See
- tenant
Id 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_ intsize_ bytes - GPU frame buffer size in bytes.
- guest_
driver_ strversion - Last determined guest driver version.
- links
Sequence[Get
Templates V2Template Template Version Spec Vm Spec Gpus Link] - mode str
- The mode of this GPU.
- name str
- Name of the GPU resource.
- num_
virtual_ intdisplay_ heads - Number of supported virtual display heads.
- pci_
addresses Sequence[GetTemplates V2Template Template Version Spec Vm Spec Gpus Pci Address] - The (S)egment:(B)us:(D)evice.(F)unction hardware address. See
- tenant_
id str - vendor str
- The vendor of the GPU.
- device
Id Number - The device Id of the GPU.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- fraction Number
- Fraction of the physical GPU assigned.
- frame
Buffer NumberSize Bytes - GPU frame buffer size in bytes.
- guest
Driver StringVersion - Last determined guest driver version.
- links List<Property Map>
- mode String
- The mode of this GPU.
- name String
- Name of the GPU resource.
- num
Virtual NumberDisplay Heads - Number of supported virtual display heads.
- pci
Addresses List<Property Map> - The (S)egment:(B)us:(D)evice.(F)unction hardware address. See
- tenant
Id String - vendor String
- The vendor of the GPU.
GetTemplatesV2TemplateTemplateVersionSpecVmSpecGpusLink
GetTemplatesV2TemplateTemplateVersionSpecVmSpecGpusPciAddress
GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomization
- Configs
List<Piers
Karsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Guest Customization Config> - The Nutanix Guest Tools customization settings.
config.sysprep
: Sysprep configconfig.cloud_init
: CloudInit Config
- Configs
[]Get
Templates V2Template Template Version Spec Vm Spec Guest Customization Config - The Nutanix Guest Tools customization settings.
config.sysprep
: Sysprep configconfig.cloud_init
: CloudInit Config
- configs
List<Get
Templates V2Template Template Version Spec Vm Spec Guest Customization Config> - The Nutanix Guest Tools customization settings.
config.sysprep
: Sysprep configconfig.cloud_init
: CloudInit Config
- configs
Get
Templates V2Template Template Version Spec Vm Spec Guest Customization Config[] - The Nutanix Guest Tools customization settings.
config.sysprep
: Sysprep configconfig.cloud_init
: CloudInit Config
- configs
Sequence[Get
Templates V2Template Template Version Spec Vm Spec Guest Customization Config] - The Nutanix Guest Tools customization settings.
config.sysprep
: Sysprep configconfig.cloud_init
: CloudInit Config
- configs List<Property Map>
- The Nutanix Guest Tools customization settings.
config.sysprep
: Sysprep configconfig.cloud_init
: CloudInit Config
GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfig
GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInit
- Cloud
Init List<PiersScripts Karsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Guest Customization Config Cloud Init Cloud Init Script> - The script to use for cloud-init.
cloud_init_script.user_data
: user data objectcloud_init_script.custom_keys
: The list of the individual KeyValuePair elements.
- Datasource
Type 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 []GetScripts Templates V2Template Template Version Spec Vm Spec Guest Customization Config Cloud Init Cloud Init Script - The script to use for cloud-init.
cloud_init_script.user_data
: user data objectcloud_init_script.custom_keys
: The list of the individual KeyValuePair elements.
- Datasource
Type 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 List<GetScripts Templates V2Template Template Version Spec Vm Spec Guest Customization Config Cloud Init Cloud Init Script> - The script to use for cloud-init.
cloud_init_script.user_data
: user data objectcloud_init_script.custom_keys
: The list of the individual KeyValuePair elements.
- datasource
Type 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 GetScripts Templates V2Template Template Version Spec Vm Spec Guest Customization Config Cloud Init Cloud Init Script[] - The script to use for cloud-init.
cloud_init_script.user_data
: user data objectcloud_init_script.custom_keys
: The list of the individual KeyValuePair elements.
- datasource
Type 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_ Sequence[Getscripts Templates V2Template Template Version Spec Vm Spec Guest Customization Config Cloud Init Cloud Init Script] - The script to use for cloud-init.
cloud_init_script.user_data
: user data objectcloud_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.
- cloud
Init List<Property Map>Scripts - The script to use for cloud-init.
cloud_init_script.user_data
: user data objectcloud_init_script.custom_keys
: The list of the individual KeyValuePair elements.
- datasource
Type 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
- Custom
Key List<PiersValues Karsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Guest Customization Config Cloud Init Cloud Init Script Custom Key Value> - User
Datas List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Guest Customization Config Cloud Init Cloud Init Script User Data>
GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValue
GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePair
- name String
- values List<Property Map>
GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValue
- Boolean bool
- Integer int
- Integer
Lists List<int> - Map
Of List<PiersStrings Karsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Guest Customization Config Cloud Init Cloud Init Script Custom Key Value Key Value Pair Value Map Of String> - Object Dictionary<string, string>
- String string
- String
Lists List<string>
- Boolean bool
- Integer int
- Integer
Lists []int - Map
Of []GetStrings Templates V2Template Template Version Spec Vm Spec Guest Customization Config Cloud Init Cloud Init Script Custom Key Value Key Value Pair Value Map Of String - Object map[string]string
- String string
- String
Lists []string
- boolean_ Boolean
- integer Integer
- integer
Lists List<Integer> - map
Of List<GetStrings Templates V2Template Template Version Spec Vm Spec Guest Customization Config Cloud Init Cloud Init Script Custom Key Value Key Value Pair Value Map Of String> - object Map<String,String>
- string String
- string
Lists List<String>
- boolean boolean
- integer number
- integer
Lists number[] - map
Of GetStrings Templates V2Template Template Version Spec Vm Spec Guest Customization Config Cloud Init Cloud Init Script Custom Key Value Key Value Pair Value Map Of String[] - object {[key: string]: string}
- string string
- string
Lists string[]
- boolean bool
- integer int
- integer_
lists Sequence[int] - map_
of_ Sequence[Getstrings Templates V2Template Template Version Spec Vm Spec Guest Customization Config Cloud Init Cloud Init Script Custom Key Value Key Value Pair Value Map Of String] - object Mapping[str, str]
- string str
- string_
lists Sequence[str]
- boolean Boolean
- integer Number
- integer
Lists List<Number> - map
Of List<Property Map>Strings - object Map<String>
- string String
- string
Lists 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
- Install
Type 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'.
- Sysprep
Scripts List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Guest Customization Config Sysprep Sysprep Script> - Object either UnattendXml or CustomKeyValues
sysprep_script.unattend_xml
: xml objectsysprep_script.custom_key_values
: The list of the individual KeyValuePair elements.
- Install
Type 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'.
- Sysprep
Scripts []GetTemplates V2Template Template Version Spec Vm Spec Guest Customization Config Sysprep Sysprep Script - Object either UnattendXml or CustomKeyValues
sysprep_script.unattend_xml
: xml objectsysprep_script.custom_key_values
: The list of the individual KeyValuePair elements.
- install
Type 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'.
- sysprep
Scripts List<GetTemplates V2Template Template Version Spec Vm Spec Guest Customization Config Sysprep Sysprep Script> - Object either UnattendXml or CustomKeyValues
sysprep_script.unattend_xml
: xml objectsysprep_script.custom_key_values
: The list of the individual KeyValuePair elements.
- install
Type 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'.
- sysprep
Scripts GetTemplates V2Template Template Version Spec Vm Spec Guest Customization Config Sysprep Sysprep Script[] - Object either UnattendXml or CustomKeyValues
sysprep_script.unattend_xml
: xml objectsysprep_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[GetTemplates V2Template Template Version Spec Vm Spec Guest Customization Config Sysprep Sysprep Script] - Object either UnattendXml or CustomKeyValues
sysprep_script.unattend_xml
: xml objectsysprep_script.custom_key_values
: The list of the individual KeyValuePair elements.
- install
Type 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'.
- sysprep
Scripts List<Property Map> - Object either UnattendXml or CustomKeyValues
sysprep_script.unattend_xml
: xml objectsysprep_script.custom_key_values
: The list of the individual KeyValuePair elements.
GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScript
- Custom
Key List<PiersValues Karsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Guest Customization Config Sysprep Sysprep Script Custom Key Value> - Unattend
Xmls List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Guest Customization Config Sysprep Sysprep Script Unattend Xml>
GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValue
GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair
- name String
- values List<Property Map>
GetTemplatesV2TemplateTemplateVersionSpecVmSpecGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValue
- Boolean bool
- Integer int
- Integer
Lists List<int> - Map
Of List<PiersStrings Karsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Guest Customization Config Sysprep Sysprep Script Custom Key Value Key Value Pair Value Map Of String> - Object Dictionary<string, string>
- String string
- String
Lists List<string>
- Boolean bool
- Integer int
- Integer
Lists []int - Map
Of []GetStrings Templates V2Template Template Version Spec Vm Spec Guest Customization Config Sysprep Sysprep Script Custom Key Value Key Value Pair Value Map Of String - Object map[string]string
- String string
- String
Lists []string
- boolean_ Boolean
- integer Integer
- integer
Lists List<Integer> - map
Of List<GetStrings Templates V2Template Template Version Spec Vm Spec Guest Customization Config Sysprep Sysprep Script Custom Key Value Key Value Pair Value Map Of String> - object Map<String,String>
- string String
- string
Lists List<String>
- boolean boolean
- integer number
- integer
Lists number[] - map
Of GetStrings Templates V2Template Template Version Spec Vm Spec Guest Customization Config Sysprep Sysprep Script Custom Key Value Key Value Pair Value Map Of String[] - object {[key: string]: string}
- string string
- string
Lists string[]
- boolean bool
- integer int
- integer_
lists Sequence[int] - map_
of_ Sequence[Getstrings Templates V2Template Template Version Spec Vm Spec Guest Customization Config Sysprep Sysprep Script Custom Key Value Key Value Pair Value Map Of String] - object Mapping[str, str]
- string str
- string_
lists Sequence[str]
- boolean Boolean
- integer Number
- integer
Lists List<Number> - map
Of List<Property Map>Strings - object Map<String>
- string String
- string
Lists 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
- Available
Version 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.
- Guest
Os stringVersion - 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 boolInserted - 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 boolMobility Drivers Installed - Indicates whether the VM mobility drivers are installed on the VM or not.
- Is
Vss boolSnapshot Capable - 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 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.
- Guest
Os stringVersion - 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 boolInserted - 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 boolMobility Drivers Installed - Indicates whether the VM mobility drivers are installed on the VM or not.
- Is
Vss boolSnapshot Capable - 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 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.
- guest
Os StringVersion - Version of the operating system on the VM
- is
Enabled Boolean - Indicates whether Nutanix Guest Tools is enabled or not.
- is
Installed Boolean - Indicates whether Nutanix Guest Tools is installed on the VM or not.
- is
Iso BooleanInserted - Indicates whether Nutanix Guest Tools ISO is inserted or not.
- is
Reachable Boolean - Indicates whether the communication from VM to CVM is active or not.
- is
Vm BooleanMobility Drivers Installed - Indicates whether the VM mobility drivers are installed on the VM or not.
- is
Vss BooleanSnapshot Capable - 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 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.
- guest
Os stringVersion - Version of the operating system on the VM
- is
Enabled boolean - Indicates whether Nutanix Guest Tools is enabled or not.
- is
Installed boolean - Indicates whether Nutanix Guest Tools is installed on the VM or not.
- is
Iso booleanInserted - Indicates whether Nutanix Guest Tools ISO is inserted or not.
- is
Reachable boolean - Indicates whether the communication from VM to CVM is active or not.
- is
Vm booleanMobility Drivers Installed - Indicates whether the VM mobility drivers are installed on the VM or not.
- is
Vss booleanSnapshot Capable - 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_ strversion - 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_ boolinserted - 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_ boolmobility_ drivers_ installed - Indicates whether the VM mobility drivers are installed on the VM or not.
- is_
vss_ boolsnapshot_ capable - 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.
- available
Version 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.
- guest
Os StringVersion - Version of the operating system on the VM
- is
Enabled Boolean - Indicates whether Nutanix Guest Tools is enabled or not.
- is
Installed Boolean - Indicates whether Nutanix Guest Tools is installed on the VM or not.
- is
Iso BooleanInserted - Indicates whether Nutanix Guest Tools ISO is inserted or not.
- is
Reachable Boolean - Indicates whether the communication from VM to CVM is active or not.
- is
Vm BooleanMobility Drivers Installed - Indicates whether the VM mobility drivers are installed on the VM or not.
- is
Vss BooleanSnapshot Capable - 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
- Ext
Id string - The globally unique identifier of a host.
- Ext
Id string - The globally unique identifier of a host.
- ext
Id String - The globally unique identifier of a host.
- ext
Id string - The globally unique identifier of a host.
- ext_
id str - The globally unique identifier of a host.
- ext
Id String - The globally unique identifier of a host.
GetTemplatesV2TemplateTemplateVersionSpecVmSpecLink
GetTemplatesV2TemplateTemplateVersionSpecVmSpecNic
- Backing
Infos List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Nic Backing Info> - Defines a NIC emulated by the hypervisor
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption
- Links
List<Piers
Karsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Nic Link> - Network
Infos List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Nic Network Info> - Network information for a NIC.
- Tenant
Id string
- Backing
Infos []GetTemplates V2Template Template Version Spec Vm Spec Nic Backing Info - Defines a NIC emulated by the hypervisor
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption
- Links
[]Get
Templates V2Template Template Version Spec Vm Spec Nic Link - Network
Infos []GetTemplates V2Template Template Version Spec Vm Spec Nic Network Info - Network information for a NIC.
- Tenant
Id string
- backing
Infos List<GetTemplates V2Template Template Version Spec Vm Spec Nic Backing Info> - Defines a NIC emulated by the hypervisor
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption
- links
List<Get
Templates V2Template Template Version Spec Vm Spec Nic Link> - network
Infos List<GetTemplates V2Template Template Version Spec Vm Spec Nic Network Info> - Network information for a NIC.
- tenant
Id String
- backing
Infos GetTemplates V2Template Template Version Spec Vm Spec Nic Backing Info[] - Defines a NIC emulated by the hypervisor
- ext
Id string - A globally unique identifier of an instance that is suitable for external consumption
- links
Get
Templates V2Template Template Version Spec Vm Spec Nic Link[] - network
Infos GetTemplates V2Template Template Version Spec Vm Spec Nic Network Info[] - Network information for a NIC.
- tenant
Id string
- backing_
infos Sequence[GetTemplates V2Template Template Version Spec Vm Spec Nic Backing Info] - Defines a NIC emulated by the hypervisor
- ext_
id str - A globally unique identifier of an instance that is suitable for external consumption
- links
Sequence[Get
Templates V2Template Template Version Spec Vm Spec Nic Link] - network_
infos Sequence[GetTemplates V2Template Template Version Spec Vm Spec Nic Network Info] - Network information for a NIC.
- tenant_
id str
- backing
Infos List<Property Map> - Defines a NIC emulated by the hypervisor
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption
- links List<Property Map>
- network
Infos List<Property Map> - Network information for a NIC.
- tenant
Id String
GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicBackingInfo
- Mac
Address string - MAC address of the emulated NIC.
- Model string
- Options for the NIC emulation.
- Is
Connected bool - Num
Queues int - The number of Tx/Rx queue pairs for this NIC
- Mac
Address string - MAC address of the emulated NIC.
- Model string
- Options for the NIC emulation.
- Is
Connected bool - Num
Queues int - The number of Tx/Rx queue pairs for this NIC
- mac
Address String - MAC address of the emulated NIC.
- model String
- Options for the NIC emulation.
- is
Connected Boolean - num
Queues Integer - The number of Tx/Rx queue pairs for this NIC
- mac
Address string - MAC address of the emulated NIC.
- model string
- Options for the NIC emulation.
- is
Connected boolean - num
Queues 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
- mac
Address String - MAC address of the emulated NIC.
- model String
- Options for the NIC emulation.
- is
Connected Boolean - num
Queues Number - The number of Tx/Rx queue pairs for this NIC
GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicLink
GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfo
- Ipv4Configs
List<Piers
Karsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Nic Network Info Ipv4Config> - The IP address configurations.
- Ipv4Infos
List<Piers
Karsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Nic Network Info Ipv4Info> - Network
Function List<PiersChains Karsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Nic Network Info Network Function Chain> - The network function chain associates with the NIC. Only valid if nic_type is NORMAL_NIC.
- Network
Function stringNic Type - The type of this Network function NIC. Defaults to INGRESS.
- Nic
Type string - NIC type. Defaults to NORMAL_NIC.
- Should
Allow boolUnknown Macs - 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<Piers
Karsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Nic Network Info Subnet> - Network identifier for this adapter. Only valid if nic_type is NORMAL_NIC or DIRECT_NIC
- Trunked
Vlans 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.
- Vlan
Mode 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
[]Get
Templates V2Template Template Version Spec Vm Spec Nic Network Info Ipv4Config - The IP address configurations.
- Ipv4Infos
[]Get
Templates V2Template Template Version Spec Vm Spec Nic Network Info Ipv4Info - Network
Function []GetChains Templates V2Template Template Version Spec Vm Spec Nic Network Info Network Function Chain - The network function chain associates with the NIC. Only valid if nic_type is NORMAL_NIC.
- Network
Function stringNic Type - The type of this Network function NIC. Defaults to INGRESS.
- Nic
Type string - NIC type. Defaults to NORMAL_NIC.
- Should
Allow boolUnknown Macs - 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
[]Get
Templates V2Template Template Version Spec Vm Spec Nic Network Info Subnet - Network identifier for this adapter. Only valid if nic_type is NORMAL_NIC or DIRECT_NIC
- Trunked
Vlans []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 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<Get
Templates V2Template Template Version Spec Vm Spec Nic Network Info Ipv4Config> - The IP address configurations.
- ipv4Infos
List<Get
Templates V2Template Template Version Spec Vm Spec Nic Network Info Ipv4Info> - network
Function List<GetChains Templates V2Template Template Version Spec Vm Spec Nic Network Info Network Function Chain> - The network function chain associates with the NIC. Only valid if nic_type is NORMAL_NIC.
- network
Function StringNic Type - The type of this Network function NIC. Defaults to INGRESS.
- nic
Type String - NIC type. Defaults to NORMAL_NIC.
- should
Allow BooleanUnknown Macs - 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<Get
Templates V2Template Template Version Spec Vm Spec Nic Network Info Subnet> - Network identifier for this adapter. Only valid if nic_type is NORMAL_NIC or DIRECT_NIC
- trunked
Vlans 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.
- vlan
Mode 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
Get
Templates V2Template Template Version Spec Vm Spec Nic Network Info Ipv4Config[] - The IP address configurations.
- ipv4Infos
Get
Templates V2Template Template Version Spec Vm Spec Nic Network Info Ipv4Info[] - network
Function GetChains Templates V2Template Template Version Spec Vm Spec Nic Network Info Network Function Chain[] - The network function chain associates with the NIC. Only valid if nic_type is NORMAL_NIC.
- network
Function stringNic Type - The type of this Network function NIC. Defaults to INGRESS.
- nic
Type string - NIC type. Defaults to NORMAL_NIC.
- should
Allow booleanUnknown Macs - 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
Get
Templates V2Template Template Version Spec Vm Spec Nic Network Info Subnet[] - Network identifier for this adapter. Only valid if nic_type is NORMAL_NIC or DIRECT_NIC
- trunked
Vlans 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.
- vlan
Mode 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[GetTemplates V2Template Template Version Spec Vm Spec Nic Network Info Ipv4Config] - The IP address configurations.
- ipv4_
infos Sequence[GetTemplates V2Template Template Version Spec Vm Spec Nic Network Info Ipv4Info] - network_
function_ Sequence[Getchains Templates V2Template Template Version Spec Vm Spec Nic Network Info Network Function Chain] - The network function chain associates with the NIC. Only valid if nic_type is NORMAL_NIC.
- network_
function_ strnic_ type - The type of this Network function NIC. Defaults to INGRESS.
- nic_
type str - NIC type. Defaults to NORMAL_NIC.
- should_
allow_ boolunknown_ macs - 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[Get
Templates V2Template Template Version Spec Vm Spec Nic Network Info Subnet] - 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>
- network
Function List<Property Map>Chains - The network function chain associates with the NIC. Only valid if nic_type is NORMAL_NIC.
- network
Function StringNic Type - The type of this Network function NIC. Defaults to INGRESS.
- nic
Type String - NIC type. Defaults to NORMAL_NIC.
- should
Allow BooleanUnknown Macs - 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
- trunked
Vlans 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.
- vlan
Mode 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
- Ip
Addresses List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Nic Network Info Ipv4Config Ip Address> - Secondary
Ip List<PiersAddress Lists Karsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Nic Network Info Ipv4Config Secondary Ip Address List> - Should
Assign boolIp
GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoIpv4ConfigIpAddress
- Value string
- Prefix
Length int
- Value string
- Prefix
Length int
- value String
- prefix
Length Integer
- value string
- prefix
Length number
- value str
- prefix_
length int
- value String
- prefix
Length Number
GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoIpv4ConfigSecondaryIpAddressList
- Value string
- Prefix
Length int
- Value string
- Prefix
Length int
- value String
- prefix
Length Integer
- value string
- prefix
Length number
- value str
- prefix_
length int
- value String
- prefix
Length Number
GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoIpv4Info
GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoIpv4InfoLearnedIpAddress
- Value string
- Prefix
Length int
- Value string
- Prefix
Length int
- value String
- prefix
Length Integer
- value string
- prefix
Length number
- value str
- prefix_
length int
- value String
- prefix
Length Number
GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoNetworkFunctionChain
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- ext
Id 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.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
GetTemplatesV2TemplateTemplateVersionSpecVmSpecNicNetworkInfoSubnet
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- ext
Id 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.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
GetTemplatesV2TemplateTemplateVersionSpecVmSpecOwnershipInfo
- Owners
List<Piers
Karsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Ownership Info Owner> - Owner reference
owner.ext_id
: The globally unique identifier of a VM owner.
- Owners
[]Get
Templates V2Template Template Version Spec Vm Spec Ownership Info Owner - Owner reference
owner.ext_id
: The globally unique identifier of a VM owner.
- owners
List<Get
Templates V2Template Template Version Spec Vm Spec Ownership Info Owner> - Owner reference
owner.ext_id
: The globally unique identifier of a VM owner.
- owners
Get
Templates V2Template Template Version Spec Vm Spec Ownership Info Owner[] - Owner reference
owner.ext_id
: The globally unique identifier of a VM owner.
- owners
Sequence[Get
Templates V2Template Template Version Spec Vm Spec Ownership Info Owner] - 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
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- ext
Id 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.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
GetTemplatesV2TemplateTemplateVersionSpecVmSpecPciDevice
- Assigned
Device List<PiersInfos Karsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Pci Device Assigned Device Info> - Backing
Infos List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Pci Device Backing Info> - Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Links
List<Piers
Karsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Pci Device Link> - Tenant
Id string
- Assigned
Device []GetInfos Templates V2Template Template Version Spec Vm Spec Pci Device Assigned Device Info - Backing
Infos []GetTemplates V2Template Template Version Spec Vm Spec Pci Device Backing Info - Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Links
[]Get
Templates V2Template Template Version Spec Vm Spec Pci Device Link - Tenant
Id string
- assigned
Device List<GetInfos Templates V2Template Template Version Spec Vm Spec Pci Device Assigned Device Info> - backing
Infos List<GetTemplates V2Template Template Version Spec Vm Spec Pci Device Backing Info> - ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- links
List<Get
Templates V2Template Template Version Spec Vm Spec Pci Device Link> - tenant
Id String
- assigned
Device GetInfos Templates V2Template Template Version Spec Vm Spec Pci Device Assigned Device Info[] - backing
Infos GetTemplates V2Template Template Version Spec Vm Spec Pci Device Backing Info[] - ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- links
Get
Templates V2Template Template Version Spec Vm Spec Pci Device Link[] - tenant
Id string
- assigned_
device_ Sequence[Getinfos Templates V2Template Template Version Spec Vm Spec Pci Device Assigned Device Info] - backing_
infos Sequence[GetTemplates V2Template Template Version Spec Vm Spec Pci Device Backing Info] - ext_
id str - A globally unique identifier of an instance that is suitable for external consumption.
- links
Sequence[Get
Templates V2Template Template Version Spec Vm Spec Pci Device Link] - tenant_
id str
- assigned
Device List<Property Map>Infos - backing
Infos List<Property Map> - ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- links List<Property Map>
- tenant
Id String
GetTemplatesV2TemplateTemplateVersionSpecVmSpecPciDeviceAssignedDeviceInfo
GetTemplatesV2TemplateTemplateVersionSpecVmSpecPciDeviceAssignedDeviceInfoDevice
- Device
Ext stringId
- Device
Ext stringId
- device
Ext StringId
- device
Ext stringId
- device_
ext_ strid
- device
Ext StringId
GetTemplatesV2TemplateTemplateVersionSpecVmSpecPciDeviceBackingInfo
GetTemplatesV2TemplateTemplateVersionSpecVmSpecPciDeviceBackingInfoPcieDeviceReference
- Device
Ext stringId
- Device
Ext stringId
- device
Ext StringId
- device
Ext stringId
- device_
ext_ strid
- device
Ext StringId
GetTemplatesV2TemplateTemplateVersionSpecVmSpecPciDeviceLink
GetTemplatesV2TemplateTemplateVersionSpecVmSpecProtectionPolicyState
- Policies
List<Piers
Karsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Protection Policy State Policy> - Reference to the policy object in use.
- Policies
[]Get
Templates V2Template Template Version Spec Vm Spec Protection Policy State Policy - Reference to the policy object in use.
- policies
List<Get
Templates V2Template Template Version Spec Vm Spec Protection Policy State Policy> - Reference to the policy object in use.
- policies
Get
Templates V2Template Template Version Spec Vm Spec Protection Policy State Policy[] - Reference to the policy object in use.
- policies
Sequence[Get
Templates V2Template Template Version Spec Vm Spec Protection Policy State Policy] - Reference to the policy object in use.
- policies List<Property Map>
- Reference to the policy object in use.
GetTemplatesV2TemplateTemplateVersionSpecVmSpecProtectionPolicyStatePolicy
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- ext
Id 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.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
GetTemplatesV2TemplateTemplateVersionSpecVmSpecSerialPort
- Ext
Id string - 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
List<Piers
Karsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Serial Port Link> - Tenant
Id string
- Ext
Id string - 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
[]Get
Templates V2Template Template Version Spec Vm Spec Serial Port Link - Tenant
Id string
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- index Integer
- Index of the serial port.
- is
Connected Boolean - Indicates whether the serial port is connected or not.
- links
List<Get
Templates V2Template Template Version Spec Vm Spec Serial Port Link> - tenant
Id String
- ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- index number
- Index of the serial port.
- is
Connected boolean - Indicates whether the serial port is connected or not.
- links
Get
Templates V2Template Template Version Spec Vm Spec Serial Port Link[] - tenant
Id 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[Get
Templates V2Template Template Version Spec Vm Spec Serial Port Link] - tenant_
id str
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- index Number
- Index of the serial port.
- is
Connected Boolean - Indicates whether the serial port is connected or not.
- links List<Property Map>
- tenant
Id String
GetTemplatesV2TemplateTemplateVersionSpecVmSpecSerialPortLink
GetTemplatesV2TemplateTemplateVersionSpecVmSpecSource
- Entity
Type string - Entity Type of source
- Ext
Id string - The globally unique identifier of a VM. It should be of type UUID.
- Entity
Type string - Entity Type of source
- Ext
Id string - The globally unique identifier of a VM. It should be of type UUID.
- entity
Type String - Entity Type of source
- ext
Id String - The globally unique identifier of a VM. It should be of type UUID.
- entity
Type string - Entity Type of source
- ext
Id 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.
- entity
Type String - Entity Type of source
- ext
Id String - The globally unique identifier of a VM. It should be of type UUID.
GetTemplatesV2TemplateTemplateVersionSpecVmSpecStorageConfig
- Is
Flash boolMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- Qos
Configs List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Template Version Spec Vm Spec Storage Config Qos Config> - 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 boolMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- Qos
Configs []GetTemplates V2Template Template Version Spec Vm Spec Storage Config Qos Config - 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 BooleanMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- qos
Configs List<GetTemplates V2Template Template Version Spec Vm Spec Storage Config Qos Config> - 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 booleanMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- qos
Configs GetTemplates V2Template Template Version Spec Vm Spec Storage Config Qos Config[] - 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_ boolmode_ enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- qos_
configs Sequence[GetTemplates V2Template Template Version Spec Vm Spec Storage Config Qos Config] - 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 BooleanMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- qos
Configs 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
- Throttled
Iops int
- Throttled
Iops int
- throttled
Iops Integer
- throttled
Iops number
- throttled_
iops int
- throttled
Iops Number
GetTemplatesV2TemplateTemplateVersionSpecVmSpecVtpmConfig
- Is
Vtpm boolEnabled - Indicates whether the virtual trusted platform module is enabled for the Guest OS or not.
- Version string
- Virtual trusted platform module version.
- Is
Vtpm boolEnabled - Indicates whether the virtual trusted platform module is enabled for the Guest OS or not.
- Version string
- Virtual trusted platform module version.
- is
Vtpm BooleanEnabled - Indicates whether the virtual trusted platform module is enabled for the Guest OS or not.
- version String
- Virtual trusted platform module version.
- is
Vtpm booleanEnabled - Indicates whether the virtual trusted platform module is enabled for the Guest OS or not.
- version string
- Virtual trusted platform module version.
- is_
vtpm_ boolenabled - Indicates whether the virtual trusted platform module is enabled for the Guest OS or not.
- version str
- Virtual trusted platform module version.
- is
Vtpm BooleanEnabled - Indicates whether the virtual trusted platform module is enabled for the Guest OS or not.
- version String
- Virtual trusted platform module version.
GetTemplatesV2TemplateUpdatedBy
- Additional
Attributes List<PiersKarsenbarg. Nutanix. Inputs. Get Templates V2Template Updated By Additional Attribute> - Any additional attribute for the User.
- Creation
Type string - Description string
- VM description
- Display
Name string - Display name for the User.
- Email
Id string - Email Id for the User.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- First
Name string - First name for the User.
- Idp
Id string - Identifier of the IDP for the User.
- Is
Force boolReset Password Enabled - Flag to force the User to reset password.
- Last
Name string - Last name for the User.
- Locale string
- Default locale for the User.
- Middle
Initial string - Middle name for the User.
- Password string
- Region string
- Default Region for the User.
- Status string
- Status of the User.
- User
Type string - Type of the User.
- Username string
- Identifier for the User in the form an email address.
- Additional
Attributes []GetTemplates V2Template Updated By Additional Attribute - Any additional attribute for the User.
- Creation
Type string - Description string
- VM description
- Display
Name string - Display name for the User.
- Email
Id string - Email Id for the User.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- First
Name string - First name for the User.
- Idp
Id string - Identifier of the IDP for the User.
- Is
Force boolReset Password Enabled - Flag to force the User to reset password.
- Last
Name string - Last name for the User.
- Locale string
- Default locale for the User.
- Middle
Initial string - Middle name for the User.
- Password string
- Region string
- Default Region for the User.
- Status string
- Status of the User.
- User
Type string - Type of the User.
- Username string
- Identifier for the User in the form an email address.
- additional
Attributes List<GetTemplates V2Template Updated By Additional Attribute> - Any additional attribute for the User.
- creation
Type String - description String
- VM description
- display
Name String - Display name for the User.
- email
Id String - Email Id for the User.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- first
Name String - First name for the User.
- idp
Id String - Identifier of the IDP for the User.
- is
Force BooleanReset Password Enabled - Flag to force the User to reset password.
- last
Name String - Last name for the User.
- locale String
- Default locale for the User.
- middle
Initial String - Middle name for the User.
- password String
- region String
- Default Region for the User.
- status String
- Status of the User.
- user
Type String - Type of the User.
- username String
- Identifier for the User in the form an email address.
- additional
Attributes GetTemplates V2Template Updated By Additional Attribute[] - Any additional attribute for the User.
- creation
Type string - description string
- VM description
- display
Name string - Display name for the User.
- email
Id string - Email Id for the User.
- ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- first
Name string - First name for the User.
- idp
Id string - Identifier of the IDP for the User.
- is
Force booleanReset Password Enabled - Flag to force the User to reset password.
- last
Name string - Last name for the User.
- locale string
- Default locale for the User.
- middle
Initial string - Middle name for the User.
- password string
- region string
- Default Region for the User.
- status string
- Status of the User.
- user
Type string - Type of the User.
- username string
- Identifier for the User in the form an email address.
- additional_
attributes Sequence[GetTemplates V2Template Updated By Additional Attribute] - 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_ boolreset_ password_ enabled - 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.
- additional
Attributes List<Property Map> - Any additional attribute for the User.
- creation
Type String - description String
- VM description
- display
Name String - Display name for the User.
- email
Id String - Email Id for the User.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- first
Name String - First name for the User.
- idp
Id String - Identifier of the IDP for the User.
- is
Force BooleanReset Password Enabled - Flag to force the User to reset password.
- last
Name String - Last name for the User.
- locale String
- Default locale for the User.
- middle
Initial String - Middle name for the User.
- password String
- region String
- Default Region for the User.
- status String
- Status of the User.
- user
Type String - Type of the User.
- username String
- Identifier for the User in the form an email address.
GetTemplatesV2TemplateUpdatedByAdditionalAttribute
- name String
- values List<Property Map>
GetTemplatesV2TemplateUpdatedByAdditionalAttributeValue
- Boolean bool
- Integer int
- Integer
Lists List<int> - Map
Of List<PiersStrings Karsenbarg. Nutanix. Inputs. Get Templates V2Template Updated By Additional Attribute Value Map Of String> - Object Dictionary<string, string>
- String string
- String
Lists List<string>
- Boolean bool
- Integer int
- Integer
Lists []int - Map
Of []GetStrings Templates V2Template Updated By Additional Attribute Value Map Of String - Object map[string]string
- String string
- String
Lists []string
- boolean_ Boolean
- integer Integer
- integer
Lists List<Integer> - map
Of List<GetStrings Templates V2Template Updated By Additional Attribute Value Map Of String> - object Map<String,String>
- string String
- string
Lists List<String>
- boolean boolean
- integer number
- integer
Lists number[] - map
Of GetStrings Templates V2Template Updated By Additional Attribute Value Map Of String[] - object {[key: string]: string}
- string string
- string
Lists string[]
- boolean bool
- integer int
- integer_
lists Sequence[int] - map_
of_ Sequence[Getstrings Templates V2Template Updated By Additional Attribute Value Map Of String] - object Mapping[str, str]
- string str
- string_
lists Sequence[str]
- boolean Boolean
- integer Number
- integer
Lists List<Number> - map
Of List<Property Map>Strings - object Map<String>
- string String
- string
Lists 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.