Viewing docs for Nutanix v0.16.0
published on Tuesday, May 26, 2026 by Piers Karsenbarg
published on Tuesday, May 26, 2026 by Piers Karsenbarg
Viewing docs for Nutanix v0.16.0
published on Tuesday, May 26, 2026 by Piers Karsenbarg
published on Tuesday, May 26, 2026 by Piers Karsenbarg
Retrieves the OVA details for the provided external identifier.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as nutanix from "@pierskarsenbarg/nutanix";
// Fetch a single OVA by its external ID
const example = nutanix.getOvaV2({
extId: "7034016e-f3d4-472a-8c7b-cd13658b7315",
});
import pulumi
import pulumi_nutanix as nutanix
# Fetch a single OVA by its external ID
example = nutanix.get_ova_v2(ext_id="7034016e-f3d4-472a-8c7b-cd13658b7315")
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 {
// Fetch a single OVA by its external ID
_, err := nutanix.GetOvaV2(ctx, &nutanix.LookupOvaV2Args{
ExtId: "7034016e-f3d4-472a-8c7b-cd13658b7315",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Nutanix = PiersKarsenbarg.Nutanix;
return await Deployment.RunAsync(() =>
{
// Fetch a single OVA by its external ID
var example = Nutanix.GetOvaV2.Invoke(new()
{
ExtId = "7034016e-f3d4-472a-8c7b-cd13658b7315",
});
});
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.GetOvaV2Args;
import java.util.ArrayList;
import java.util.Arrays;
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) {
// Fetch a single OVA by its external ID
final var example = NutanixFunctions.getOvaV2(GetOvaV2Args.builder()
.extId("7034016e-f3d4-472a-8c7b-cd13658b7315")
.build());
}
}
variables:
# Fetch a single OVA by its external ID
example:
fn::invoke:
function: nutanix:getOvaV2
arguments:
extId: 7034016e-f3d4-472a-8c7b-cd13658b7315
pulumi {
required_providers {
nutanix = {
source = "pulumi/nutanix"
}
}
}
data "nutanix_getovav2" "example" {
ext_id = "7034016e-f3d4-472a-8c7b-cd13658b7315"
}
// Fetch a single OVA by its external ID
Using getOvaV2
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 getOvaV2(args: GetOvaV2Args, opts?: InvokeOptions): Promise<GetOvaV2Result>
function getOvaV2Output(args: GetOvaV2OutputArgs, opts?: InvokeOptions): Output<GetOvaV2Result>def get_ova_v2(cluster_location_ext_ids: Optional[Sequence[str]] = None,
ext_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetOvaV2Result
def get_ova_v2_output(cluster_location_ext_ids: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
ext_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetOvaV2Result]func LookupOvaV2(ctx *Context, args *LookupOvaV2Args, opts ...InvokeOption) (*LookupOvaV2Result, error)
func LookupOvaV2Output(ctx *Context, args *LookupOvaV2OutputArgs, opts ...InvokeOption) LookupOvaV2ResultOutput> Note: This function is named LookupOvaV2 in the Go SDK.
public static class GetOvaV2
{
public static Task<GetOvaV2Result> InvokeAsync(GetOvaV2Args args, InvokeOptions? opts = null)
public static Output<GetOvaV2Result> Invoke(GetOvaV2InvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetOvaV2Result> getOvaV2(GetOvaV2Args args, InvokeOptions options)
public static Output<GetOvaV2Result> getOvaV2(GetOvaV2Args args, InvokeOptions options)
fn::invoke:
function: nutanix:index/getOvaV2:getOvaV2
arguments:
# arguments dictionarydata "nutanix_getovav2" "name" {
# arguments
}The following arguments are supported:
- Ext
Id string - -(Required) The external identifier for an OVA.
- Cluster
Location List<string>Ext Ids - List of cluster identifiers where the OVA is located. This field is required when creating an OVA from URL or Objects lite upload.
- Ext
Id string - -(Required) The external identifier for an OVA.
- Cluster
Location []stringExt Ids - List of cluster identifiers where the OVA is located. This field is required when creating an OVA from URL or Objects lite upload.
- ext_
id string - -(Required) The external identifier for an OVA.
- cluster_
location_ list(string)ext_ ids - List of cluster identifiers where the OVA is located. This field is required when creating an OVA from URL or Objects lite upload.
- ext
Id String - -(Required) The external identifier for an OVA.
- cluster
Location List<String>Ext Ids - List of cluster identifiers where the OVA is located. This field is required when creating an OVA from URL or Objects lite upload.
- ext
Id string - -(Required) The external identifier for an OVA.
- cluster
Location string[]Ext Ids - List of cluster identifiers where the OVA is located. This field is required when creating an OVA from URL or Objects lite upload.
- ext_
id str - -(Required) The external identifier for an OVA.
- cluster_
location_ Sequence[str]ext_ ids - List of cluster identifiers where the OVA is located. This field is required when creating an OVA from URL or Objects lite upload.
- ext
Id String - -(Required) The external identifier for an OVA.
- cluster
Location List<String>Ext Ids - List of cluster identifiers where the OVA is located. This field is required when creating an OVA from URL or Objects lite upload.
getOvaV2 Result
The following output properties are available:
- Checksums
List<Piers
Karsenbarg. Nutanix. Outputs. Get Ova V2Checksum> - The checksum of an OVA.
- Cluster
Location List<string>Ext Ids - List of cluster identifiers where the OVA is located. This field is required when creating an OVA from URL or Objects lite upload.
- Create
Time string - VM creation time
- Created
Bies List<PiersKarsenbarg. Nutanix. Outputs. Get Ova V2Created By> - Information of the user.
- Disk
Format string - Disk format of an OVA. |ENUM |Description | |---|---| | VMDK | The VMDK disk format of an OVA. | | QCOW2 | The QCOW2 disk format of an OVA. |
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Update stringTime - Time when the OVA was last updated time.
- Links
List<Piers
Karsenbarg. Nutanix. Outputs. Get Ova V2Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Name string
- Name of the GPU resource.
- Parent
Vm string - The parent VM used for creating the OVA.
- Size
Bytes int - Size of OVA in bytes.
- Sources
List<Piers
Karsenbarg. Nutanix. Outputs. Get Ova V2Source> - Reference to an entity that the VM should be cloned or created from
- Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
- Vm
Configs List<PiersKarsenbarg. Nutanix. Outputs. Get Ova V2Vm Config> - VM configuration.
- Checksums
[]Get
Ova V2Checksum - The checksum of an OVA.
- Cluster
Location []stringExt Ids - List of cluster identifiers where the OVA is located. This field is required when creating an OVA from URL or Objects lite upload.
- Create
Time string - VM creation time
- Created
Bies []GetOva V2Created By - Information of the user.
- Disk
Format string - Disk format of an OVA. |ENUM |Description | |---|---| | VMDK | The VMDK disk format of an OVA. | | QCOW2 | The QCOW2 disk format of an OVA. |
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Update stringTime - Time when the OVA was last updated time.
- Links
[]Get
Ova V2Link - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Name string
- Name of the GPU resource.
- Parent
Vm string - The parent VM used for creating the OVA.
- Size
Bytes int - Size of OVA in bytes.
- Sources
[]Get
Ova V2Source - Reference to an entity that the VM should be cloned or created from
- Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
- Vm
Configs []GetOva V2Vm Config - VM configuration.
- checksums list(object)
- The checksum of an OVA.
- cluster_
location_ list(string)ext_ ids - List of cluster identifiers where the OVA is located. This field is required when creating an OVA from URL or Objects lite upload.
- create_
time string - VM creation time
- created_
bies list(object) - Information of the user.
- disk_
format string - Disk format of an OVA. |ENUM |Description | |---|---| | VMDK | The VMDK disk format of an OVA. | | QCOW2 | The QCOW2 disk format of an OVA. |
- ext_
id string - A globally unique identifier of an instance that is suitable for external consumption.
- id string
- The provider-assigned unique ID for this managed resource.
- last_
update_ stringtime - Time when the OVA was last updated time.
- links list(object)
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- name string
- Name of the GPU resource.
- parent_
vm string - The parent VM used for creating the OVA.
- size_
bytes number - Size of OVA in bytes.
- sources list(object)
- Reference to an entity that the VM should be cloned or created from
- tenant_
id string - A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
- vm_
configs list(object) - VM configuration.
- checksums
List<Get
Ova V2Checksum> - The checksum of an OVA.
- cluster
Location List<String>Ext Ids - List of cluster identifiers where the OVA is located. This field is required when creating an OVA from URL or Objects lite upload.
- create
Time String - VM creation time
- created
Bies List<GetOva V2Created By> - Information of the user.
- disk
Format String - Disk format of an OVA. |ENUM |Description | |---|---| | VMDK | The VMDK disk format of an OVA. | | QCOW2 | The QCOW2 disk format of an OVA. |
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Update StringTime - Time when the OVA was last updated time.
- links
List<Get
Ova V2Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- name String
- Name of the GPU resource.
- parent
Vm String - The parent VM used for creating the OVA.
- size
Bytes Integer - Size of OVA in bytes.
- sources
List<Get
Ova V2Source> - Reference to an entity that the VM should be cloned or created from
- tenant
Id String - A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
- vm
Configs List<GetOva V2Vm Config> - VM configuration.
- checksums
Get
Ova V2Checksum[] - The checksum of an OVA.
- cluster
Location string[]Ext Ids - List of cluster identifiers where the OVA is located. This field is required when creating an OVA from URL or Objects lite upload.
- create
Time string - VM creation time
- created
Bies GetOva V2Created By[] - Information of the user.
- disk
Format string - Disk format of an OVA. |ENUM |Description | |---|---| | VMDK | The VMDK disk format of an OVA. | | QCOW2 | The QCOW2 disk format of an OVA. |
- ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- id string
- The provider-assigned unique ID for this managed resource.
- last
Update stringTime - Time when the OVA was last updated time.
- links
Get
Ova V2Link[] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- name string
- Name of the GPU resource.
- parent
Vm string - The parent VM used for creating the OVA.
- size
Bytes number - Size of OVA in bytes.
- sources
Get
Ova V2Source[] - Reference to an entity that the VM should be cloned or created from
- tenant
Id string - A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
- vm
Configs GetOva V2Vm Config[] - VM configuration.
- checksums
Sequence[Get
Ova V2Checksum] - The checksum of an OVA.
- cluster_
location_ Sequence[str]ext_ ids - List of cluster identifiers where the OVA is located. This field is required when creating an OVA from URL or Objects lite upload.
- create_
time str - VM creation time
- created_
bies Sequence[GetOva V2Created By] - Information of the user.
- disk_
format str - Disk format of an OVA. |ENUM |Description | |---|---| | VMDK | The VMDK disk format of an OVA. | | QCOW2 | The QCOW2 disk format of an OVA. |
- ext_
id str - A globally unique identifier of an instance that is suitable for external consumption.
- id str
- The provider-assigned unique ID for this managed resource.
- last_
update_ strtime - Time when the OVA was last updated time.
- links
Sequence[Get
Ova V2Link] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- name str
- Name of the GPU resource.
- parent_
vm str - The parent VM used for creating the OVA.
- size_
bytes int - Size of OVA in bytes.
- sources
Sequence[Get
Ova V2Source] - Reference to an entity that the VM should be cloned or created from
- tenant_
id str - A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
- vm_
configs Sequence[GetOva V2Vm Config] - VM configuration.
- checksums List<Property Map>
- The checksum of an OVA.
- cluster
Location List<String>Ext Ids - List of cluster identifiers where the OVA is located. This field is required when creating an OVA from URL or Objects lite upload.
- create
Time String - VM creation time
- created
Bies List<Property Map> - Information of the user.
- disk
Format String - Disk format of an OVA. |ENUM |Description | |---|---| | VMDK | The VMDK disk format of an OVA. | | QCOW2 | The QCOW2 disk format of an OVA. |
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Update StringTime - Time when the OVA was last updated time.
- links List<Property Map>
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- name String
- Name of the GPU resource.
- parent
Vm String - The parent VM used for creating the OVA.
- size
Bytes Number - Size of OVA in bytes.
- sources List<Property Map>
- Reference to an entity that the VM should be cloned or created from
- tenant
Id String - A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
- vm
Configs List<Property Map> - VM configuration.
Supporting Types
GetOvaV2Checksum
- Ova
Sha1Checksums List<PiersKarsenbarg. Nutanix. Inputs. Get Ova V2Checksum Ova Sha1Checksum> - The SHA1 checksum of the OVA file.
- Ova
Sha256Checksums List<PiersKarsenbarg. Nutanix. Inputs. Get Ova V2Checksum Ova Sha256Checksum> - The SHA256 checksum of the OVA file.
- Ova
Sha1Checksums []GetOva V2Checksum Ova Sha1Checksum - The SHA1 checksum of the OVA file.
- Ova
Sha256Checksums []GetOva V2Checksum Ova Sha256Checksum - The SHA256 checksum of the OVA file.
- ova_
sha1_ list(object)checksums - The SHA1 checksum of the OVA file.
- ova_
sha256_ list(object)checksums - The SHA256 checksum of the OVA file.
- ova
Sha1Checksums List<GetOva V2Checksum Ova Sha1Checksum> - The SHA1 checksum of the OVA file.
- ova
Sha256Checksums List<GetOva V2Checksum Ova Sha256Checksum> - The SHA256 checksum of the OVA file.
- ova
Sha1Checksums GetOva V2Checksum Ova Sha1Checksum[] - The SHA1 checksum of the OVA file.
- ova
Sha256Checksums GetOva V2Checksum Ova Sha256Checksum[] - The SHA256 checksum of the OVA file.
- ova_
sha1_ Sequence[Getchecksums Ova V2Checksum Ova Sha1Checksum] - The SHA1 checksum of the OVA file.
- ova_
sha256_ Sequence[Getchecksums Ova V2Checksum Ova Sha256Checksum] - The SHA256 checksum of the OVA file.
- ova
Sha1Checksums List<Property Map> - The SHA1 checksum of the OVA file.
- ova
Sha256Checksums List<Property Map> - The SHA256 checksum of the OVA file.
GetOvaV2ChecksumOvaSha1Checksum
- Hex
Digest string - The hexadecimal representation of the checksum.
- Hex
Digest string - The hexadecimal representation of the checksum.
- hex_
digest string - The hexadecimal representation of the checksum.
- hex
Digest String - The hexadecimal representation of the checksum.
- hex
Digest string - The hexadecimal representation of the checksum.
- hex_
digest str - The hexadecimal representation of the checksum.
- hex
Digest String - The hexadecimal representation of the checksum.
GetOvaV2ChecksumOvaSha256Checksum
- Hex
Digest string - The hexadecimal representation of the checksum.
- Hex
Digest string - The hexadecimal representation of the checksum.
- hex_
digest string - The hexadecimal representation of the checksum.
- hex
Digest String - The hexadecimal representation of the checksum.
- hex
Digest string - The hexadecimal representation of the checksum.
- hex_
digest str - The hexadecimal representation of the checksum.
- hex
Digest String - The hexadecimal representation of the checksum.
GetOvaV2CreatedBy
- Additional
Attributes List<PiersKarsenbarg. Nutanix. Inputs. Get Ova V2Created By Additional Attribute> - Any additional attribute for the User.
- Buckets
Access List<PiersKeys Karsenbarg. Nutanix. Inputs. Get Ova V2Created By Buckets Access Key> - Created
By string - Information of the user.
- Created
Time string - Creation
Type string - Creation type of the User. |ENUM |Description | |---|---| | PREDEFINED | Predefined creator workflow type is for entity created by the system. | | SERVICEDEFINED | Service defined creator workflow type is for entity created by the service. | | USERDEFINED | User defined creator workflow type is for entity created by the users. |
- Description string
- VM description
- Display
Name string - Display name for the User.
- Email
Id string - Email Id for the User.
- Ext
Id string - -(Required) The external identifier for an OVA.
- 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
Login stringTime - Last
Name string - Last name for the User.
- Last
Updated stringBy - Last
Updated stringTime - Links
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ova V2Created By Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Locale string
- Default locale for the User.
- Middle
Initial string - Middle name for the User.
- Region string
- Default Region for the User.
- Status string
- Status of the User.
- Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
- User
Type string - Type of the User.
- Username string
- Identifier for the User in the form an email address.
- Additional
Attributes []GetOva V2Created By Additional Attribute - Any additional attribute for the User.
- Buckets
Access []GetKeys Ova V2Created By Buckets Access Key - Created
By string - Information of the user.
- Created
Time string - Creation
Type string - Creation type of the User. |ENUM |Description | |---|---| | PREDEFINED | Predefined creator workflow type is for entity created by the system. | | SERVICEDEFINED | Service defined creator workflow type is for entity created by the service. | | USERDEFINED | User defined creator workflow type is for entity created by the users. |
- Description string
- VM description
- Display
Name string - Display name for the User.
- Email
Id string - Email Id for the User.
- Ext
Id string - -(Required) The external identifier for an OVA.
- 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
Login stringTime - Last
Name string - Last name for the User.
- Last
Updated stringBy - Last
Updated stringTime - Links
[]Get
Ova V2Created By Link - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Locale string
- Default locale for the User.
- Middle
Initial string - Middle name for the User.
- Region string
- Default Region for the User.
- Status string
- Status of the User.
- Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
- User
Type string - Type of the User.
- Username string
- Identifier for the User in the form an email address.
- additional_
attributes list(object) - Any additional attribute for the User.
- buckets_
access_ list(object)keys - created_
by string - Information of the user.
- created_
time string - creation_
type string - Creation type of the User. |ENUM |Description | |---|---| | PREDEFINED | Predefined creator workflow type is for entity created by the system. | | SERVICEDEFINED | Service defined creator workflow type is for entity created by the service. | | USERDEFINED | User defined creator workflow type is for entity created by the users. |
- description string
- VM description
- display_
name string - Display name for the User.
- email_
id string - Email Id for the User.
- ext_
id string - -(Required) The external identifier for an OVA.
- 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_
login_ stringtime - last_
name string - Last name for the User.
- last_
updated_ stringby - last_
updated_ stringtime - links list(object)
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- locale string
- Default locale for the User.
- middle_
initial string - Middle name for the User.
- region string
- Default Region for the User.
- status string
- Status of the User.
- tenant_
id string - A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
- user_
type string - Type of the User.
- username string
- Identifier for the User in the form an email address.
- additional
Attributes List<GetOva V2Created By Additional Attribute> - Any additional attribute for the User.
- buckets
Access List<GetKeys Ova V2Created By Buckets Access Key> - created
By String - Information of the user.
- created
Time String - creation
Type String - Creation type of the User. |ENUM |Description | |---|---| | PREDEFINED | Predefined creator workflow type is for entity created by the system. | | SERVICEDEFINED | Service defined creator workflow type is for entity created by the service. | | USERDEFINED | User defined creator workflow type is for entity created by the users. |
- description String
- VM description
- display
Name String - Display name for the User.
- email
Id String - Email Id for the User.
- ext
Id String - -(Required) The external identifier for an OVA.
- 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
Login StringTime - last
Name String - Last name for the User.
- last
Updated StringBy - last
Updated StringTime - links
List<Get
Ova V2Created By Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- locale String
- Default locale for the User.
- middle
Initial String - Middle name for the User.
- region String
- Default Region for the User.
- status String
- Status of the User.
- tenant
Id String - A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
- user
Type String - Type of the User.
- username String
- Identifier for the User in the form an email address.
- additional
Attributes GetOva V2Created By Additional Attribute[] - Any additional attribute for the User.
- buckets
Access GetKeys Ova V2Created By Buckets Access Key[] - created
By string - Information of the user.
- created
Time string - creation
Type string - Creation type of the User. |ENUM |Description | |---|---| | PREDEFINED | Predefined creator workflow type is for entity created by the system. | | SERVICEDEFINED | Service defined creator workflow type is for entity created by the service. | | USERDEFINED | User defined creator workflow type is for entity created by the users. |
- description string
- VM description
- display
Name string - Display name for the User.
- email
Id string - Email Id for the User.
- ext
Id string - -(Required) The external identifier for an OVA.
- 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
Login stringTime - last
Name string - Last name for the User.
- last
Updated stringBy - last
Updated stringTime - links
Get
Ova V2Created By Link[] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- locale string
- Default locale for the User.
- middle
Initial string - Middle name for the User.
- region string
- Default Region for the User.
- status string
- Status of the User.
- tenant
Id string - A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
- user
Type string - Type of the User.
- username string
- Identifier for the User in the form an email address.
- additional_
attributes Sequence[GetOva V2Created By Additional Attribute] - Any additional attribute for the User.
- buckets_
access_ Sequence[Getkeys Ova V2Created By Buckets Access Key] - created_
by str - Information of the user.
- created_
time str - creation_
type str - Creation type of the User. |ENUM |Description | |---|---| | PREDEFINED | Predefined creator workflow type is for entity created by the system. | | SERVICEDEFINED | Service defined creator workflow type is for entity created by the service. | | USERDEFINED | User defined creator workflow type is for entity created by the users. |
- description str
- VM description
- display_
name str - Display name for the User.
- email_
id str - Email Id for the User.
- ext_
id str - -(Required) The external identifier for an OVA.
- 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_
login_ strtime - last_
name str - Last name for the User.
- last_
updated_ strby - last_
updated_ strtime - links
Sequence[Get
Ova V2Created By Link] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- locale str
- Default locale for the User.
- middle_
initial str - Middle name for the User.
- region str
- Default Region for the User.
- status str
- Status of the User.
- tenant_
id str - A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
- 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.
- buckets
Access List<Property Map>Keys - created
By String - Information of the user.
- created
Time String - creation
Type String - Creation type of the User. |ENUM |Description | |---|---| | PREDEFINED | Predefined creator workflow type is for entity created by the system. | | SERVICEDEFINED | Service defined creator workflow type is for entity created by the service. | | USERDEFINED | User defined creator workflow type is for entity created by the users. |
- description String
- VM description
- display
Name String - Display name for the User.
- email
Id String - Email Id for the User.
- ext
Id String - -(Required) The external identifier for an OVA.
- 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
Login StringTime - last
Name String - Last name for the User.
- last
Updated StringBy - last
Updated StringTime - links List<Property Map>
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- locale String
- Default locale for the User.
- middle
Initial String - Middle name for the User.
- region String
- Default Region for the User.
- status String
- Status of the User.
- tenant
Id String - A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
- user
Type String - Type of the User.
- username String
- Identifier for the User in the form an email address.
GetOvaV2CreatedByAdditionalAttribute
- Name string
- Name of the GPU resource.
- Values
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ova V2Created By Additional Attribute Value> - The IPv4 address of the host.
- Name string
- Name of the GPU resource.
- Values
[]Get
Ova V2Created By Additional Attribute Value - The IPv4 address of the host.
- name string
- Name of the GPU resource.
- values list(object)
- The IPv4 address of the host.
- name String
- Name of the GPU resource.
- values
List<Get
Ova V2Created By Additional Attribute Value> - The IPv4 address of the host.
- name string
- Name of the GPU resource.
- values
Get
Ova V2Created By Additional Attribute Value[] - The IPv4 address of the host.
- name str
- Name of the GPU resource.
- values
Sequence[Get
Ova V2Created By Additional Attribute Value] - The IPv4 address of the host.
- name String
- Name of the GPU resource.
- values List<Property Map>
- The IPv4 address of the host.
GetOvaV2CreatedByAdditionalAttributeValue
- Boolean bool
- Integer int
- Integer
Lists List<int> - Map
Of List<PiersStrings Karsenbarg. Nutanix. Inputs. Get Ova V2Created 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 Ova V2Created By Additional Attribute Value Map Of String - Object map[string]string
- String string
- String
Lists []string
- boolean bool
- integer number
- integer_
lists list(number) - map_
of_ list(object)strings - object map(string)
- string string
- string_
lists list(string)
- boolean_ Boolean
- integer Integer
- integer
Lists List<Integer> - map
Of List<GetStrings Ova V2Created 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 Ova V2Created 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 Ova V2Created 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>
GetOvaV2CreatedByAdditionalAttributeValueMapOfString
- Map Dictionary<string, string>
- Map map[string]string
- map map(string)
- map Map<String,String>
- map {[key: string]: string}
- map Mapping[str, str]
- map Map<String>
GetOvaV2CreatedByBucketsAccessKey
- Access
Key stringName - Created
Time string - Ext
Id string - -(Required) The external identifier for an OVA.
- Links
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ova V2Created By Buckets Access Key Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Secret
Access stringKey - User
Id string
- Access
Key stringName - Created
Time string - Ext
Id string - -(Required) The external identifier for an OVA.
- Links
[]Get
Ova V2Created By Buckets Access Key Link - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Secret
Access stringKey - User
Id string
- access_
key_ stringname - created_
time string - ext_
id string - -(Required) The external identifier for an OVA.
- links list(object)
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- secret_
access_ stringkey - user_
id string
- access
Key StringName - created
Time String - ext
Id String - -(Required) The external identifier for an OVA.
- links
List<Get
Ova V2Created By Buckets Access Key Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- secret
Access StringKey - user
Id String
- access
Key stringName - created
Time string - ext
Id string - -(Required) The external identifier for an OVA.
- links
Get
Ova V2Created By Buckets Access Key Link[] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- secret
Access stringKey - user
Id string
- access_
key_ strname - created_
time str - ext_
id str - -(Required) The external identifier for an OVA.
- links
Sequence[Get
Ova V2Created By Buckets Access Key Link] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- secret_
access_ strkey - user_
id str
- access
Key StringName - created
Time String - ext
Id String - -(Required) The external identifier for an OVA.
- links List<Property Map>
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- secret
Access StringKey - user
Id String
GetOvaV2CreatedByBucketsAccessKeyLink
GetOvaV2CreatedByLink
GetOvaV2Link
GetOvaV2Source
- Object
Lite List<PiersSources Karsenbarg. Nutanix. Inputs. Get Ova V2Source Object Lite Source> - The source of the OVA file when it is being created from an object lite upload.
- Ova
Url List<PiersSources Karsenbarg. Nutanix. Inputs. Get Ova V2Source Ova Url Source> - The source of the OVA file when it is being created from a URL.
- Ova
Vm List<PiersSources Karsenbarg. Nutanix. Inputs. Get Ova V2Source Ova Vm Source> - The source of the OVA file when it is being created from a VM.
- Object
Lite []GetSources Ova V2Source Object Lite Source - The source of the OVA file when it is being created from an object lite upload.
- Ova
Url []GetSources Ova V2Source Ova Url Source - The source of the OVA file when it is being created from a URL.
- Ova
Vm []GetSources Ova V2Source Ova Vm Source - The source of the OVA file when it is being created from a VM.
- object_
lite_ list(object)sources - The source of the OVA file when it is being created from an object lite upload.
- ova_
url_ list(object)sources - The source of the OVA file when it is being created from a URL.
- ova_
vm_ list(object)sources - The source of the OVA file when it is being created from a VM.
- object
Lite List<GetSources Ova V2Source Object Lite Source> - The source of the OVA file when it is being created from an object lite upload.
- ova
Url List<GetSources Ova V2Source Ova Url Source> - The source of the OVA file when it is being created from a URL.
- ova
Vm List<GetSources Ova V2Source Ova Vm Source> - The source of the OVA file when it is being created from a VM.
- object
Lite GetSources Ova V2Source Object Lite Source[] - The source of the OVA file when it is being created from an object lite upload.
- ova
Url GetSources Ova V2Source Ova Url Source[] - The source of the OVA file when it is being created from a URL.
- ova
Vm GetSources Ova V2Source Ova Vm Source[] - The source of the OVA file when it is being created from a VM.
- object_
lite_ Sequence[Getsources Ova V2Source Object Lite Source] - The source of the OVA file when it is being created from an object lite upload.
- ova_
url_ Sequence[Getsources Ova V2Source Ova Url Source] - The source of the OVA file when it is being created from a URL.
- ova_
vm_ Sequence[Getsources Ova V2Source Ova Vm Source] - The source of the OVA file when it is being created from a VM.
- object
Lite List<Property Map>Sources - The source of the OVA file when it is being created from an object lite upload.
- ova
Url List<Property Map>Sources - The source of the OVA file when it is being created from a URL.
- ova
Vm List<Property Map>Sources - The source of the OVA file when it is being created from a VM.
GetOvaV2SourceObjectLiteSource
- Key string
- The identifier of the object from which the OVA file is being created.
- Key string
- The identifier of the object from which the OVA file is being created.
- key string
- The identifier of the object from which the OVA file is being created.
- key String
- The identifier of the object from which the OVA file is being created.
- key string
- The identifier of the object from which the OVA file is being created.
- key str
- The identifier of the object from which the OVA file is being created.
- key String
- The identifier of the object from which the OVA file is being created.
GetOvaV2SourceOvaUrlSource
- Basic
Auths List<PiersKarsenbarg. Nutanix. Inputs. Get Ova V2Source Ova Url Source Basic Auth> - Basic authentication credentials for accessing the OVA file.
- Url string
- The URL from which the OVA file can be downloaded.
- Basic
Auths []GetOva V2Source Ova Url Source Basic Auth - Basic authentication credentials for accessing the OVA file.
- Url string
- The URL from which the OVA file can be downloaded.
- basic_
auths list(object) - Basic authentication credentials for accessing the OVA file.
- url string
- The URL from which the OVA file can be downloaded.
- basic
Auths List<GetOva V2Source Ova Url Source Basic Auth> - Basic authentication credentials for accessing the OVA file.
- url String
- The URL from which the OVA file can be downloaded.
- basic
Auths GetOva V2Source Ova Url Source Basic Auth[] - Basic authentication credentials for accessing the OVA file.
- url string
- The URL from which the OVA file can be downloaded.
- basic_
auths Sequence[GetOva V2Source Ova Url Source Basic Auth] - Basic authentication credentials for accessing the OVA file.
- url str
- The URL from which the OVA file can be downloaded.
- basic
Auths List<Property Map> - Basic authentication credentials for accessing the OVA file.
- url String
- The URL from which the OVA file can be downloaded.
GetOvaV2SourceOvaUrlSourceBasicAuth
GetOvaV2SourceOvaVmSource
- Disk
File stringFormat - The disk file format of the VM.
- Vm
Ext stringId - The external identifier of the VM from which the OVA file is being created.
- Disk
File stringFormat - The disk file format of the VM.
- Vm
Ext stringId - The external identifier of the VM from which the OVA file is being created.
- disk_
file_ stringformat - The disk file format of the VM.
- vm_
ext_ stringid - The external identifier of the VM from which the OVA file is being created.
- disk
File StringFormat - The disk file format of the VM.
- vm
Ext StringId - The external identifier of the VM from which the OVA file is being created.
- disk
File stringFormat - The disk file format of the VM.
- vm
Ext stringId - The external identifier of the VM from which the OVA file is being created.
- disk_
file_ strformat - The disk file format of the VM.
- vm_
ext_ strid - The external identifier of the VM from which the OVA file is being created.
- disk
File StringFormat - The disk file format of the VM.
- vm
Ext StringId - The external identifier of the VM from which the OVA file is being created.
GetOvaV2VmConfig
- Apc
Configs List<PiersKarsenbarg. Nutanix. Inputs. Get Ova V2Vm Config 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 Ova V2Vm Config Availability Zone> - Reference to an availability zone.
- Bios
Uuid string - BIOS UUID of the VM. It should be of type UUID.
- Boot
Configs List<PiersKarsenbarg. Nutanix. Inputs. Get Ova V2Vm Config 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 Ova V2Vm Config Category> - Categories for the VM.
- Clusters
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Cluster> - Reference to a cluster.
- Create
Time string - VM creation time
- Description string
- VM description
- 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 - -(Required) The external identifier for an OVA.
- Generation
Uuid string - Generation UUID of the VM. It should be of type UUID.
- Guest
Customizations List<PiersKarsenbarg. Nutanix. Inputs. Get Ova V2Vm Config 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.
- Hardware
Clock stringTimezone - VM hardware clock timezone in IANA TZDB format (America/Los_Angeles).
- Hosts
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config 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 - Indicates whether the VM CPU hotplug is 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
Gpu boolConsole Enabled - Indicates whether the vGPU console is enabled or not.
- 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 - Indicates whether the VM SCSI controller is 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.
- 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
- Name of the GPU resource.
- 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 Ova V2Vm Config Ownership Info> - Ownership information for the VM.
- Projects
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Project> - Reference to a project.
- Protection
Policy List<PiersStates Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config 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 Ova V2Vm Config Serial Port> - Serial ports configured on the VM.
- Sources
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Source> - Reference to an entity that the VM should be cloned or created from
- Storage
Configs List<PiersKarsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Storage Config> - Storage configuration for VM disks
- Update
Time string - VM last updated time.
- Vtpm
Configs List<PiersKarsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Vtpm Config> - Indicates how the vTPM for the VM should be configured.
- Cd
Roms List<PiersKarsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Cd Rom> - CD-ROMs attached to the VM.
- Disks
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Disk> - Disks attached to the VM.
- Gpuses
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Gpus> - GPUs attached to the VM.
- Guest
Tools List<PiersKarsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Guest Tool> - The details about Nutanix Guest Tools for a VM.
- Nics
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Nic> - NICs attached to the VM.
- Power
State string
- Apc
Configs []GetOva V2Vm Config 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 []GetOva V2Vm Config Availability Zone - Reference to an availability zone.
- Bios
Uuid string - BIOS UUID of the VM. It should be of type UUID.
- Boot
Configs []GetOva V2Vm Config 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
Ova V2Vm Config Category - Categories for the VM.
- Clusters
[]Get
Ova V2Vm Config Cluster - Reference to a cluster.
- Create
Time string - VM creation time
- Description string
- VM description
- 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 - -(Required) The external identifier for an OVA.
- Generation
Uuid string - Generation UUID of the VM. It should be of type UUID.
- Guest
Customizations []GetOva V2Vm Config 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.
- Hardware
Clock stringTimezone - VM hardware clock timezone in IANA TZDB format (America/Los_Angeles).
- Hosts
[]Get
Ova V2Vm Config 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 - Indicates whether the VM CPU hotplug is 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
Gpu boolConsole Enabled - Indicates whether the vGPU console is enabled or not.
- 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 - Indicates whether the VM SCSI controller is 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.
- 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
- Name of the GPU resource.
- 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 []GetOva V2Vm Config Ownership Info - Ownership information for the VM.
- Projects
[]Get
Ova V2Vm Config Project - Reference to a project.
- Protection
Policy []GetStates Ova V2Vm Config 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 []GetOva V2Vm Config Serial Port - Serial ports configured on the VM.
- Sources
[]Get
Ova V2Vm Config Source - Reference to an entity that the VM should be cloned or created from
- Storage
Configs []GetOva V2Vm Config Storage Config - Storage configuration for VM disks
- Update
Time string - VM last updated time.
- Vtpm
Configs []GetOva V2Vm Config Vtpm Config - Indicates how the vTPM for the VM should be configured.
- Cd
Roms []GetOva V2Vm Config Cd Rom - CD-ROMs attached to the VM.
- Disks
[]Get
Ova V2Vm Config Disk - Disks attached to the VM.
- Gpuses
[]Get
Ova V2Vm Config Gpus - GPUs attached to the VM.
- Guest
Tools []GetOva V2Vm Config Guest Tool - The details about Nutanix Guest Tools for a VM.
- Nics
[]Get
Ova V2Vm Config Nic - NICs attached to the VM.
- Power
State string
- apc_
configs list(object) - Advanced Processor Compatibility configuration for the VM. Enabling this retains the CPU model for the VM across power cycles and migrations.
- availability_
zones list(object) - Reference to an availability zone.
- bios_
uuid string - BIOS UUID of the VM. It should be of type UUID.
- boot_
configs list(object) - 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(object)
- Categories for the VM.
- clusters list(object)
- Reference to a cluster.
- create_
time string - VM creation time
- description string
- VM description
- 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 - -(Required) The external identifier for an OVA.
- generation_
uuid string - Generation UUID of the VM. It should be of type UUID.
- guest_
customizations list(object) - 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.
- hardware_
clock_ stringtimezone - VM hardware clock timezone in IANA TZDB format (America/Los_Angeles).
- hosts list(object)
- 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 - Indicates whether the VM CPU hotplug is 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_
gpu_ boolconsole_ enabled - Indicates whether the vGPU console is enabled or not.
- 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 - Indicates whether the VM SCSI controller is 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.
- 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
- Name of the GPU resource.
- 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(object) - Ownership information for the VM.
- projects list(object)
- Reference to a project.
- protection_
policy_ list(object)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(object) - Serial ports configured on the VM.
- sources list(object)
- Reference to an entity that the VM should be cloned or created from
- storage_
configs list(object) - Storage configuration for VM disks
- update_
time string - VM last updated time.
- vtpm_
configs list(object) - Indicates how the vTPM for the VM should be configured.
- cd_
roms list(object) - CD-ROMs attached to the VM.
- disks list(object)
- Disks attached to the VM.
- gpuses list(object)
- GPUs attached to the VM.
- guest_
tools list(object) - The details about Nutanix Guest Tools for a VM.
- nics list(object)
- NICs attached to the VM.
- power_
state string
- apc
Configs List<GetOva V2Vm Config 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<GetOva V2Vm Config Availability Zone> - Reference to an availability zone.
- bios
Uuid String - BIOS UUID of the VM. It should be of type UUID.
- boot
Configs List<GetOva V2Vm Config 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
Ova V2Vm Config Category> - Categories for the VM.
- clusters
List<Get
Ova V2Vm Config Cluster> - Reference to a cluster.
- create
Time String - VM creation time
- description String
- VM description
- 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 - -(Required) The external identifier for an OVA.
- generation
Uuid String - Generation UUID of the VM. It should be of type UUID.
- guest
Customizations List<GetOva V2Vm Config 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.
- hardware
Clock StringTimezone - VM hardware clock timezone in IANA TZDB format (America/Los_Angeles).
- hosts
List<Get
Ova V2Vm Config 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 - Indicates whether the VM CPU hotplug is 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
Gpu BooleanConsole Enabled - Indicates whether the vGPU console is enabled or not.
- 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 - Indicates whether the VM SCSI controller is 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.
- 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
- Name of the GPU resource.
- 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<GetOva V2Vm Config Ownership Info> - Ownership information for the VM.
- projects
List<Get
Ova V2Vm Config Project> - Reference to a project.
- protection
Policy List<GetStates Ova V2Vm Config 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<GetOva V2Vm Config Serial Port> - Serial ports configured on the VM.
- sources
List<Get
Ova V2Vm Config Source> - Reference to an entity that the VM should be cloned or created from
- storage
Configs List<GetOva V2Vm Config Storage Config> - Storage configuration for VM disks
- update
Time String - VM last updated time.
- vtpm
Configs List<GetOva V2Vm Config Vtpm Config> - Indicates how the vTPM for the VM should be configured.
- cd
Roms List<GetOva V2Vm Config Cd Rom> - CD-ROMs attached to the VM.
- disks
List<Get
Ova V2Vm Config Disk> - Disks attached to the VM.
- gpuses
List<Get
Ova V2Vm Config Gpus> - GPUs attached to the VM.
- guest
Tools List<GetOva V2Vm Config Guest Tool> - The details about Nutanix Guest Tools for a VM.
- nics
List<Get
Ova V2Vm Config Nic> - NICs attached to the VM.
- power
State String
- apc
Configs GetOva V2Vm Config 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 GetOva V2Vm Config Availability Zone[] - Reference to an availability zone.
- bios
Uuid string - BIOS UUID of the VM. It should be of type UUID.
- boot
Configs GetOva V2Vm Config 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
Ova V2Vm Config Category[] - Categories for the VM.
- clusters
Get
Ova V2Vm Config Cluster[] - Reference to a cluster.
- create
Time string - VM creation time
- description string
- VM description
- 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 - -(Required) The external identifier for an OVA.
- generation
Uuid string - Generation UUID of the VM. It should be of type UUID.
- guest
Customizations GetOva V2Vm Config 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.
- hardware
Clock stringTimezone - VM hardware clock timezone in IANA TZDB format (America/Los_Angeles).
- hosts
Get
Ova V2Vm Config 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 - Indicates whether the VM CPU hotplug is 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
Gpu booleanConsole Enabled - Indicates whether the vGPU console is enabled or not.
- 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 - Indicates whether the VM SCSI controller is 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.
- 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
- Name of the GPU resource.
- 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 GetOva V2Vm Config Ownership Info[] - Ownership information for the VM.
- projects
Get
Ova V2Vm Config Project[] - Reference to a project.
- protection
Policy GetStates Ova V2Vm Config 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 GetOva V2Vm Config Serial Port[] - Serial ports configured on the VM.
- sources
Get
Ova V2Vm Config Source[] - Reference to an entity that the VM should be cloned or created from
- storage
Configs GetOva V2Vm Config Storage Config[] - Storage configuration for VM disks
- update
Time string - VM last updated time.
- vtpm
Configs GetOva V2Vm Config Vtpm Config[] - Indicates how the vTPM for the VM should be configured.
- cd
Roms GetOva V2Vm Config Cd Rom[] - CD-ROMs attached to the VM.
- disks
Get
Ova V2Vm Config Disk[] - Disks attached to the VM.
- gpuses
Get
Ova V2Vm Config Gpus[] - GPUs attached to the VM.
- guest
Tools GetOva V2Vm Config Guest Tool[] - The details about Nutanix Guest Tools for a VM.
- nics
Get
Ova V2Vm Config Nic[] - NICs attached to the VM.
- power
State string
- apc_
configs Sequence[GetOva V2Vm Config 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[GetOva V2Vm Config Availability Zone] - Reference to an availability zone.
- bios_
uuid str - BIOS UUID of the VM. It should be of type UUID.
- boot_
configs Sequence[GetOva V2Vm Config 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
Ova V2Vm Config Category] - Categories for the VM.
- clusters
Sequence[Get
Ova V2Vm Config Cluster] - Reference to a cluster.
- create_
time str - VM creation time
- description str
- VM description
- 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 - -(Required) The external identifier for an OVA.
- generation_
uuid str - Generation UUID of the VM. It should be of type UUID.
- guest_
customizations Sequence[GetOva V2Vm Config 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.
- hardware_
clock_ strtimezone - VM hardware clock timezone in IANA TZDB format (America/Los_Angeles).
- hosts
Sequence[Get
Ova V2Vm Config 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 - Indicates whether the VM CPU hotplug is 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_
gpu_ boolconsole_ enabled - Indicates whether the vGPU console is enabled or not.
- 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 - Indicates whether the VM SCSI controller is 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.
- 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
- Name of the GPU resource.
- 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[GetOva V2Vm Config Ownership Info] - Ownership information for the VM.
- projects
Sequence[Get
Ova V2Vm Config Project] - Reference to a project.
- protection_
policy_ Sequence[Getstates Ova V2Vm Config 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[GetOva V2Vm Config Serial Port] - Serial ports configured on the VM.
- sources
Sequence[Get
Ova V2Vm Config Source] - Reference to an entity that the VM should be cloned or created from
- storage_
configs Sequence[GetOva V2Vm Config Storage Config] - Storage configuration for VM disks
- update_
time str - VM last updated time.
- vtpm_
configs Sequence[GetOva V2Vm Config Vtpm Config] - Indicates how the vTPM for the VM should be configured.
- cd_
roms Sequence[GetOva V2Vm Config Cd Rom] - CD-ROMs attached to the VM.
- disks
Sequence[Get
Ova V2Vm Config Disk] - Disks attached to the VM.
- gpuses
Sequence[Get
Ova V2Vm Config Gpus] - GPUs attached to the VM.
- guest_
tools Sequence[GetOva V2Vm Config Guest Tool] - The details about Nutanix Guest Tools for a VM.
- nics
Sequence[Get
Ova V2Vm Config Nic] - NICs attached to the VM.
- power_
state str
- 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> - Reference to an availability zone.
- 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.
- clusters List<Property Map>
- Reference to a cluster.
- create
Time String - VM creation time
- description String
- VM description
- 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 - -(Required) The external identifier for an OVA.
- generation
Uuid String - Generation UUID of the VM. It should be of type UUID.
- 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.
- 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 - Indicates whether the VM CPU hotplug is 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
Gpu BooleanConsole Enabled - Indicates whether the vGPU console is enabled or not.
- 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 - Indicates whether the VM SCSI controller is 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.
- 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
- Name of the GPU resource.
- 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.
- projects List<Property Map>
- Reference to a project.
- 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 disks
- update
Time String - VM last updated time.
- vtpm
Configs List<Property Map> - Indicates how the vTPM for the VM should be configured.
- cd
Roms List<Property Map> - CD-ROMs attached to the VM.
- disks List<Property Map>
- Disks attached to the VM.
- gpuses List<Property Map>
- GPUs attached to the VM.
- guest
Tools List<Property Map> - The details about Nutanix Guest Tools for a VM.
- nics List<Property Map>
- NICs attached to the VM.
- power
State String
GetOvaV2VmConfigApcConfig
- Cpu
Models List<PiersKarsenbarg. Nutanix. Inputs. Get Ova V2Vm Config 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
- Is
Apc boolEnabled - If enabled, the selected CPU model will be retained across live and cold migrations of the VM.
- Cpu
Models []GetOva V2Vm Config 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
- Is
Apc boolEnabled - If enabled, the selected CPU model will be retained across live and cold migrations of the VM.
- cpu_
models list(object) - CPU model associated with the VM if Advanced Processor Compatibility(APC) is enabled. If APC is enabled and no CPU model is explicitly set, a default baseline CPU model is picked by the system. See the APC documentation for more information
- is_
apc_ boolenabled - If enabled, the selected CPU model will be retained across live and cold migrations of the VM.
- cpu
Models List<GetOva V2Vm Config 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
- is
Apc BooleanEnabled - If enabled, the selected CPU model will be retained across live and cold migrations of the VM.
- cpu
Models GetOva V2Vm Config 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
- is
Apc booleanEnabled - If enabled, the selected CPU model will be retained across live and cold migrations of the VM.
- cpu_
models Sequence[GetOva V2Vm Config 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
- 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
- is
Apc BooleanEnabled - If enabled, the selected CPU model will be retained across live and cold migrations of the VM.
GetOvaV2VmConfigApcConfigCpuModel
GetOvaV2VmConfigAvailabilityZone
- Ext
Id string - -(Required) The external identifier for an OVA.
- Ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id string - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
- ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id str - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
GetOvaV2VmConfigBootConfig
- Legacy
Boots List<PiersKarsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Boot Config Legacy Boot> - LegacyBoot config Object
- Uefi
Boots List<PiersKarsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Boot Config Uefi Boot> - UefiBoot config Object
- Legacy
Boots []GetOva V2Vm Config Boot Config Legacy Boot - LegacyBoot config Object
- Uefi
Boots []GetOva V2Vm Config Boot Config Uefi Boot - UefiBoot config Object
- legacy_
boots list(object) - LegacyBoot config Object
- uefi_
boots list(object) - UefiBoot config Object
- legacy
Boots List<GetOva V2Vm Config Boot Config Legacy Boot> - LegacyBoot config Object
- uefi
Boots List<GetOva V2Vm Config Boot Config Uefi Boot> - UefiBoot config Object
- legacy
Boots GetOva V2Vm Config Boot Config Legacy Boot[] - LegacyBoot config Object
- uefi
Boots GetOva V2Vm Config Boot Config Uefi Boot[] - UefiBoot config Object
- legacy_
boots Sequence[GetOva V2Vm Config Boot Config Legacy Boot] - LegacyBoot config Object
- uefi_
boots Sequence[GetOva V2Vm Config Boot Config Uefi Boot] - UefiBoot config Object
- legacy
Boots List<Property Map> - LegacyBoot config Object
- uefi
Boots List<Property Map> - UefiBoot config Object
GetOvaV2VmConfigBootConfigLegacyBoot
- Boot
Devices List<PiersKarsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Boot Config Legacy Boot Boot Device> - Boot Device object
- 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 []GetOva V2Vm Config Boot Config Legacy Boot Boot Device - Boot Device object
- 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(object) - Boot Device object
- 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 List<GetOva V2Vm Config Boot Config Legacy Boot Boot Device> - Boot Device object
- 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 GetOva V2Vm Config Boot Config Legacy Boot Boot Device[] - Boot Device object
- 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[GetOva V2Vm Config Boot Config Legacy Boot Boot Device] - Boot Device object
- boot_
orders Sequence[str] - Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.
- boot
Devices List<Property Map> - Boot Device object
- 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.
GetOvaV2VmConfigBootConfigLegacyBootBootDevice
- boot_
device_ list(object)disks - Disk address.
- boot_
device_ list(object)nics - Disk Nic address.
- boot
Device List<Property Map>Disks - Disk address.
- boot
Device List<Property Map>Nics - Disk Nic address.
GetOvaV2VmConfigBootConfigLegacyBootBootDeviceBootDeviceDisk
- Disk
Addresses List<PiersKarsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Boot Config Legacy Boot Boot Device Boot Device Disk Disk Address> - Virtual Machine disk (VM disk).
- Disk
Addresses []GetOva V2Vm Config Boot Config Legacy Boot Boot Device Boot Device Disk Disk Address - Virtual Machine disk (VM disk).
- disk_
addresses list(object) - Virtual Machine disk (VM disk).
- disk
Addresses List<GetOva V2Vm Config Boot Config Legacy Boot Boot Device Boot Device Disk Disk Address> - Virtual Machine disk (VM disk).
- disk
Addresses GetOva V2Vm Config Boot Config Legacy Boot Boot Device Boot Device Disk Disk Address[] - Virtual Machine disk (VM disk).
- disk_
addresses Sequence[GetOva V2Vm Config Boot Config Legacy Boot Boot Device Boot Device Disk Disk Address] - Virtual Machine disk (VM disk).
- disk
Addresses List<Property Map> - Virtual Machine disk (VM disk).
GetOvaV2VmConfigBootConfigLegacyBootBootDeviceBootDeviceDiskDiskAddress
GetOvaV2VmConfigBootConfigLegacyBootBootDeviceBootDeviceNic
- Mac
Address string - mac address
- Mac
Address string - mac address
- mac_
address string - mac address
- mac
Address String - mac address
- mac
Address string - mac address
- mac_
address str - mac address
- mac
Address String - mac address
GetOvaV2VmConfigBootConfigUefiBoot
- Boot
Devices List<PiersKarsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Boot Config Uefi Boot Boot Device> - Boot Device object
- 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 Ova V2Vm Config Boot Config Uefi Boot Nvram Device> - Configuration for NVRAM to be presented to the VM.
- Boot
Devices []GetOva V2Vm Config Boot Config Uefi Boot Boot Device - Boot Device object
- 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 []GetOva V2Vm Config Boot Config Uefi Boot Nvram Device - Configuration for NVRAM to be presented to the VM.
- boot_
devices list(object) - Boot Device object
- 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(object) - Configuration for NVRAM to be presented to the VM.
- boot
Devices List<GetOva V2Vm Config Boot Config Uefi Boot Boot Device> - Boot Device object
- 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<GetOva V2Vm Config Boot Config Uefi Boot Nvram Device> - Configuration for NVRAM to be presented to the VM.
- boot
Devices GetOva V2Vm Config Boot Config Uefi Boot Boot Device[] - Boot Device object
- 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 GetOva V2Vm Config Boot Config Uefi Boot Nvram Device[] - Configuration for NVRAM to be presented to the VM.
- boot_
devices Sequence[GetOva V2Vm Config Boot Config Uefi Boot Boot Device] - Boot Device object
- boot_
orders Sequence[str] - Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.
- is_
secure_ boolboot_ enabled - Indicate whether to enable secure boot or not
- nvram_
devices Sequence[GetOva V2Vm Config Boot Config Uefi Boot Nvram Device] - Configuration for NVRAM to be presented to the VM.
- boot
Devices List<Property Map> - Boot Device object
- 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.
GetOvaV2VmConfigBootConfigUefiBootBootDevice
- boot_
device_ list(object)disks - Disk address.
- boot_
device_ list(object)nics - Disk Nic address.
- boot
Device List<Property Map>Disks - Disk address.
- boot
Device List<Property Map>Nics - Disk Nic address.
GetOvaV2VmConfigBootConfigUefiBootBootDeviceBootDeviceDisk
- Disk
Addresses List<PiersKarsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Boot Config Uefi Boot Boot Device Boot Device Disk Disk Address> - Virtual Machine disk (VM disk).
- Disk
Addresses []GetOva V2Vm Config Boot Config Uefi Boot Boot Device Boot Device Disk Disk Address - Virtual Machine disk (VM disk).
- disk_
addresses list(object) - Virtual Machine disk (VM disk).
- disk
Addresses List<GetOva V2Vm Config Boot Config Uefi Boot Boot Device Boot Device Disk Disk Address> - Virtual Machine disk (VM disk).
- disk
Addresses GetOva V2Vm Config Boot Config Uefi Boot Boot Device Boot Device Disk Disk Address[] - Virtual Machine disk (VM disk).
- disk_
addresses Sequence[GetOva V2Vm Config Boot Config Uefi Boot Boot Device Boot Device Disk Disk Address] - Virtual Machine disk (VM disk).
- disk
Addresses List<Property Map> - Virtual Machine disk (VM disk).
GetOvaV2VmConfigBootConfigUefiBootBootDeviceBootDeviceDiskDiskAddress
GetOvaV2VmConfigBootConfigUefiBootBootDeviceBootDeviceNic
- Mac
Address string - mac address
- Mac
Address string - mac address
- mac_
address string - mac address
- mac
Address String - mac address
- mac
Address string - mac address
- mac_
address str - mac address
- mac
Address String - mac address
GetOvaV2VmConfigBootConfigUefiBootNvramDevice
- Backing
Storage List<PiersInfos Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Boot Config Uefi Boot Nvram Device Backing Storage Info> - Storage provided by Nutanix ADSF
- Backing
Storage []GetInfos Ova V2Vm Config Boot Config Uefi Boot Nvram Device Backing Storage Info - Storage provided by Nutanix ADSF
- backing_
storage_ list(object)infos - Storage provided by Nutanix ADSF
- backing
Storage List<GetInfos Ova V2Vm Config Boot Config Uefi Boot Nvram Device Backing Storage Info> - Storage provided by Nutanix ADSF
- backing
Storage GetInfos Ova V2Vm Config Boot Config Uefi Boot Nvram Device Backing Storage Info[] - Storage provided by Nutanix ADSF
- backing_
storage_ Sequence[Getinfos Ova V2Vm Config Boot Config Uefi Boot Nvram Device Backing Storage Info] - Storage provided by Nutanix ADSF
- backing
Storage List<Property Map>Infos - Storage provided by Nutanix ADSF
GetOvaV2VmConfigBootConfigUefiBootNvramDeviceBackingStorageInfo
- Data
Sources List<PiersKarsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Boot Config Uefi Boot Nvram Device Backing Storage 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 Ova V2Vm Config Boot Config Uefi Boot Nvram Device Backing Storage Info Storage Config> - Storage configuration for VM disks
- Storage
Containers List<PiersKarsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Boot Config Uefi Boot Nvram Device Backing Storage 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 []GetOva V2Vm Config Boot Config Uefi Boot Nvram Device Backing Storage 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 []GetOva V2Vm Config Boot Config Uefi Boot Nvram Device Backing Storage Info Storage Config - Storage configuration for VM disks
- Storage
Containers []GetOva V2Vm Config Boot Config Uefi Boot Nvram Device Backing Storage 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(object) - 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_ boolin_ progress - Indicates if the disk is undergoing migration to another container.
- storage_
configs list(object) - Storage configuration for VM disks
- storage_
containers list(object) - This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
- data
Sources List<GetOva V2Vm Config Boot Config Uefi Boot Nvram Device Backing Storage 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<GetOva V2Vm Config Boot Config Uefi Boot Nvram Device Backing Storage Info Storage Config> - Storage configuration for VM disks
- storage
Containers List<GetOva V2Vm Config Boot Config Uefi Boot Nvram Device Backing Storage 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 GetOva V2Vm Config Boot Config Uefi Boot Nvram Device Backing Storage 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 GetOva V2Vm Config Boot Config Uefi Boot Nvram Device Backing Storage Info Storage Config[] - Storage configuration for VM disks
- storage
Containers GetOva V2Vm Config Boot Config Uefi Boot Nvram Device Backing Storage 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[GetOva V2Vm Config Boot Config Uefi Boot Nvram Device Backing Storage 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[GetOva V2Vm Config Boot Config Uefi Boot Nvram Device Backing Storage Info Storage Config] - Storage configuration for VM disks
- storage_
containers Sequence[GetOva V2Vm Config Boot Config Uefi Boot Nvram Device Backing Storage 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
Containers List<Property Map> - This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
GetOvaV2VmConfigBootConfigUefiBootNvramDeviceBackingStorageInfoDataSource
- References
[]Get
Ova V2Vm Config Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference - Reference to image or vm disk
- references list(object)
- Reference to image or vm disk
- references
List<Get
Ova V2Vm Config Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference> - Reference to image or vm disk
- references
Get
Ova V2Vm Config Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference[] - Reference to image or vm disk
- references
Sequence[Get
Ova V2Vm Config Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference] - Reference to image or vm disk
- references List<Property Map>
- Reference to image or vm disk
GetOvaV2VmConfigBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReference
- Image
References List<PiersKarsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Image Reference> - Image Reference
- Vm
Disk List<PiersReferences Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Vm Disk Reference> - Vm Disk Reference
- image_
references list(object) - Image Reference
- vm_
disk_ list(object)references - Vm Disk Reference
- image
References List<Property Map> - Image Reference
- vm
Disk List<Property Map>References - Vm Disk Reference
GetOvaV2VmConfigBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceImageReference
- Image
Ext stringId - The globally unique identifier of an image. It should be of type UUID.
- Image
Ext stringId - The globally unique identifier of an image. It should be of type UUID.
- image_
ext_ stringid - The globally unique identifier of an image. It should be of type UUID.
- image
Ext StringId - The globally unique identifier of an image. It should be of type UUID.
- image
Ext stringId - The globally unique identifier of an image. It should be of type UUID.
- image_
ext_ strid - The globally unique identifier of an image. It should be of type UUID.
- image
Ext StringId - The globally unique identifier of an image. It should be of type UUID.
GetOvaV2VmConfigBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReference
- Disk
Addresses List<PiersKarsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Vm Disk Reference Disk Address> - Disk address.
- Disk
Ext stringId - The globally unique identifier of a VM disk. It should be of type UUID.
- Vm
References List<PiersKarsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Vm Disk Reference Vm Reference> - This is a reference to a VM.
- Disk
Addresses []GetOva V2Vm Config Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Vm Disk Reference Disk Address - Disk address.
- Disk
Ext stringId - The globally unique identifier of a VM disk. It should be of type UUID.
- Vm
References []GetOva V2Vm Config Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Vm Disk Reference Vm Reference - This is a reference to a VM.
- disk_
addresses list(object) - Disk address.
- disk_
ext_ stringid - The globally unique identifier of a VM disk. It should be of type UUID.
- vm_
references list(object) - This is a reference to a VM.
- disk
Addresses List<GetOva V2Vm Config Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Vm Disk Reference Disk Address> - Disk address.
- disk
Ext StringId - The globally unique identifier of a VM disk. It should be of type UUID.
- vm
References List<GetOva V2Vm Config Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Vm Disk Reference Vm Reference> - This is a reference to a VM.
- disk
Addresses GetOva V2Vm Config Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Vm Disk Reference Disk Address[] - Disk address.
- disk
Ext stringId - The globally unique identifier of a VM disk. It should be of type UUID.
- vm
References GetOva V2Vm Config Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Vm Disk Reference Vm Reference[] - This is a reference to a VM.
- disk_
addresses Sequence[GetOva V2Vm Config Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Vm Disk Reference Disk Address] - Disk address.
- disk_
ext_ strid - The globally unique identifier of a VM disk. It should be of type UUID.
- vm_
references Sequence[GetOva V2Vm Config Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Vm Disk Reference Vm Reference] - This is a reference to a VM.
- disk
Addresses List<Property Map> - Disk address.
- disk
Ext StringId - The globally unique identifier of a VM disk. It should be of type UUID.
- vm
References List<Property Map> - This is a reference to a VM.
GetOvaV2VmConfigBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceDiskAddress
GetOvaV2VmConfigBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceVmReference
- Ext
Id string - -(Required) The external identifier for an OVA.
- Ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id string - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
- ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id str - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
GetOvaV2VmConfigBootConfigUefiBootNvramDeviceBackingStorageInfoStorageConfig
- 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_ 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.
GetOvaV2VmConfigBootConfigUefiBootNvramDeviceBackingStorageInfoStorageContainer
- Ext
Id string - -(Required) The external identifier for an OVA.
- Ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id string - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
- ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id str - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
GetOvaV2VmConfigCategory
- Ext
Id string - -(Required) The external identifier for an OVA.
- Ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id string - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
- ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id str - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
GetOvaV2VmConfigCdRom
- Backing
Infos List<PiersKarsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Cd Rom Backing Info> - Defines a NIC emulated by the hypervisor
- Disk
Addresses List<PiersKarsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Cd Rom Disk Address> - Virtual Machine disk (VM disk).
- Ext
Id string - -(Required) The external identifier for an OVA.
- Iso
Type string - Type of ISO image inserted in CD-ROM
- Backing
Infos []GetOva V2Vm Config Cd Rom Backing Info - Defines a NIC emulated by the hypervisor
- Disk
Addresses []GetOva V2Vm Config Cd Rom Disk Address - Virtual Machine disk (VM disk).
- Ext
Id string - -(Required) The external identifier for an OVA.
- Iso
Type string - Type of ISO image inserted in CD-ROM
- backing_
infos list(object) - Defines a NIC emulated by the hypervisor
- disk_
addresses list(object) - Virtual Machine disk (VM disk).
- ext_
id string - -(Required) The external identifier for an OVA.
- iso_
type string - Type of ISO image inserted in CD-ROM
- backing
Infos List<GetOva V2Vm Config Cd Rom Backing Info> - Defines a NIC emulated by the hypervisor
- disk
Addresses List<GetOva V2Vm Config Cd Rom Disk Address> - Virtual Machine disk (VM disk).
- ext
Id String - -(Required) The external identifier for an OVA.
- iso
Type String - Type of ISO image inserted in CD-ROM
- backing
Infos GetOva V2Vm Config Cd Rom Backing Info[] - Defines a NIC emulated by the hypervisor
- disk
Addresses GetOva V2Vm Config Cd Rom Disk Address[] - Virtual Machine disk (VM disk).
- ext
Id string - -(Required) The external identifier for an OVA.
- iso
Type string - Type of ISO image inserted in CD-ROM
- backing_
infos Sequence[GetOva V2Vm Config Cd Rom Backing Info] - Defines a NIC emulated by the hypervisor
- disk_
addresses Sequence[GetOva V2Vm Config Cd Rom Disk Address] - Virtual Machine disk (VM disk).
- ext_
id str - -(Required) The external identifier for an OVA.
- iso_
type str - Type of ISO image inserted in CD-ROM
- backing
Infos List<Property Map> - Defines a NIC emulated by the hypervisor
- disk
Addresses List<Property Map> - Virtual Machine disk (VM disk).
- ext
Id String - -(Required) The external identifier for an OVA.
- iso
Type String - Type of ISO image inserted in CD-ROM
GetOvaV2VmConfigCdRomBackingInfo
- Data
Sources List<PiersKarsenbarg. Nutanix. Inputs. Get Ova V2Vm Config 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 Ova V2Vm Config Cd Rom Backing Info Storage Config> - Storage configuration for VM disks
- Storage
Containers List<PiersKarsenbarg. Nutanix. Inputs. Get Ova V2Vm Config 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 []GetOva V2Vm Config 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 []GetOva V2Vm Config Cd Rom Backing Info Storage Config - Storage configuration for VM disks
- Storage
Containers []GetOva V2Vm Config 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(object) - 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_ boolin_ progress - Indicates if the disk is undergoing migration to another container.
- storage_
configs list(object) - Storage configuration for VM disks
- storage_
containers list(object) - This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
- data
Sources List<GetOva V2Vm Config 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<GetOva V2Vm Config Cd Rom Backing Info Storage Config> - Storage configuration for VM disks
- storage
Containers List<GetOva V2Vm Config 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 GetOva V2Vm Config 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 GetOva V2Vm Config Cd Rom Backing Info Storage Config[] - Storage configuration for VM disks
- storage
Containers GetOva V2Vm Config 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[GetOva V2Vm Config 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[GetOva V2Vm Config Cd Rom Backing Info Storage Config] - Storage configuration for VM disks
- storage_
containers Sequence[GetOva V2Vm Config 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
Containers List<Property Map> - This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
GetOvaV2VmConfigCdRomBackingInfoDataSource
- References
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Cd Rom Backing Info Data Source Reference> - Reference to image or vm disk
- References
[]Get
Ova V2Vm Config Cd Rom Backing Info Data Source Reference - Reference to image or vm disk
- references list(object)
- Reference to image or vm disk
- references
List<Get
Ova V2Vm Config Cd Rom Backing Info Data Source Reference> - Reference to image or vm disk
- references
Get
Ova V2Vm Config Cd Rom Backing Info Data Source Reference[] - Reference to image or vm disk
- references
Sequence[Get
Ova V2Vm Config Cd Rom Backing Info Data Source Reference] - Reference to image or vm disk
- references List<Property Map>
- Reference to image or vm disk
GetOvaV2VmConfigCdRomBackingInfoDataSourceReference
- image_
references list(object) - Image Reference
- vm_
disk_ list(object)references - Vm Disk Reference
- image
References List<Property Map> - Image Reference
- vm
Disk List<Property Map>References - Vm Disk Reference
GetOvaV2VmConfigCdRomBackingInfoDataSourceReferenceImageReference
- Image
Ext stringId - The globally unique identifier of an image. It should be of type UUID.
- Image
Ext stringId - The globally unique identifier of an image. It should be of type UUID.
- image_
ext_ stringid - The globally unique identifier of an image. It should be of type UUID.
- image
Ext StringId - The globally unique identifier of an image. It should be of type UUID.
- image
Ext stringId - The globally unique identifier of an image. It should be of type UUID.
- image_
ext_ strid - The globally unique identifier of an image. It should be of type UUID.
- image
Ext StringId - The globally unique identifier of an image. It should be of type UUID.
GetOvaV2VmConfigCdRomBackingInfoDataSourceReferenceVmDiskReference
- Disk
Addresses List<PiersKarsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Cd Rom Backing Info Data Source Reference Vm Disk Reference Disk Address> - Disk address.
- Disk
Ext stringId - The globally unique identifier of a VM disk. It should be of type UUID.
- Vm
References List<PiersKarsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Cd Rom Backing Info Data Source Reference Vm Disk Reference Vm Reference> - This is a reference to a VM.
- Disk
Addresses []GetOva V2Vm Config Cd Rom Backing Info Data Source Reference Vm Disk Reference Disk Address - Disk address.
- Disk
Ext stringId - The globally unique identifier of a VM disk. It should be of type UUID.
- Vm
References []GetOva V2Vm Config Cd Rom Backing Info Data Source Reference Vm Disk Reference Vm Reference - This is a reference to a VM.
- disk_
addresses list(object) - Disk address.
- disk_
ext_ stringid - The globally unique identifier of a VM disk. It should be of type UUID.
- vm_
references list(object) - This is a reference to a VM.
- disk
Addresses List<GetOva V2Vm Config Cd Rom Backing Info Data Source Reference Vm Disk Reference Disk Address> - Disk address.
- disk
Ext StringId - The globally unique identifier of a VM disk. It should be of type UUID.
- vm
References List<GetOva V2Vm Config Cd Rom Backing Info Data Source Reference Vm Disk Reference Vm Reference> - This is a reference to a VM.
- disk
Addresses GetOva V2Vm Config Cd Rom Backing Info Data Source Reference Vm Disk Reference Disk Address[] - Disk address.
- disk
Ext stringId - The globally unique identifier of a VM disk. It should be of type UUID.
- vm
References GetOva V2Vm Config Cd Rom Backing Info Data Source Reference Vm Disk Reference Vm Reference[] - This is a reference to a VM.
- disk_
addresses Sequence[GetOva V2Vm Config Cd Rom Backing Info Data Source Reference Vm Disk Reference Disk Address] - Disk address.
- disk_
ext_ strid - The globally unique identifier of a VM disk. It should be of type UUID.
- vm_
references Sequence[GetOva V2Vm Config Cd Rom Backing Info Data Source Reference Vm Disk Reference Vm Reference] - This is a reference to a VM.
- disk
Addresses List<Property Map> - Disk address.
- disk
Ext StringId - The globally unique identifier of a VM disk. It should be of type UUID.
- vm
References List<Property Map> - This is a reference to a VM.
GetOvaV2VmConfigCdRomBackingInfoDataSourceReferenceVmDiskReferenceDiskAddress
GetOvaV2VmConfigCdRomBackingInfoDataSourceReferenceVmDiskReferenceVmReference
- Ext
Id string - -(Required) The external identifier for an OVA.
- Ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id string - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
- ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id str - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
GetOvaV2VmConfigCdRomBackingInfoStorageConfig
- 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_ 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.
GetOvaV2VmConfigCdRomBackingInfoStorageContainer
- Ext
Id string - -(Required) The external identifier for an OVA.
- Ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id string - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
- ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id str - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
GetOvaV2VmConfigCdRomDiskAddress
GetOvaV2VmConfigCluster
- Ext
Id string - -(Required) The external identifier for an OVA.
- Ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id string - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
- ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id str - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
GetOvaV2VmConfigDisk
- Backing
Infos List<PiersKarsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Disk Backing Info> - Defines a NIC emulated by the hypervisor
- Disk
Addresses List<PiersKarsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Disk Disk Address> - Virtual Machine disk (VM disk).
- Ext
Id string - -(Required) The external identifier for an OVA.
- Backing
Infos []GetOva V2Vm Config Disk Backing Info - Defines a NIC emulated by the hypervisor
- Disk
Addresses []GetOva V2Vm Config Disk Disk Address - Virtual Machine disk (VM disk).
- Ext
Id string - -(Required) The external identifier for an OVA.
- backing_
infos list(object) - Defines a NIC emulated by the hypervisor
- disk_
addresses list(object) - Virtual Machine disk (VM disk).
- ext_
id string - -(Required) The external identifier for an OVA.
- backing
Infos List<GetOva V2Vm Config Disk Backing Info> - Defines a NIC emulated by the hypervisor
- disk
Addresses List<GetOva V2Vm Config Disk Disk Address> - Virtual Machine disk (VM disk).
- ext
Id String - -(Required) The external identifier for an OVA.
- backing
Infos GetOva V2Vm Config Disk Backing Info[] - Defines a NIC emulated by the hypervisor
- disk
Addresses GetOva V2Vm Config Disk Disk Address[] - Virtual Machine disk (VM disk).
- ext
Id string - -(Required) The external identifier for an OVA.
- backing_
infos Sequence[GetOva V2Vm Config Disk Backing Info] - Defines a NIC emulated by the hypervisor
- disk_
addresses Sequence[GetOva V2Vm Config Disk Disk Address] - Virtual Machine disk (VM disk).
- ext_
id str - -(Required) The external identifier for an OVA.
- backing
Infos List<Property Map> - Defines a NIC emulated by the hypervisor
- disk
Addresses List<Property Map> - Virtual Machine disk (VM disk).
- ext
Id String - -(Required) The external identifier for an OVA.
GetOvaV2VmConfigDiskBackingInfo
- Adfs
Volume []GetGroup References Ova V2Vm Config Disk Backing Info Adfs Volume Group Reference - Volume Group Reference
- Vm
Disks []GetOva V2Vm Config Disk Backing Info Vm Disk - backing Info for vmDisk
- adfs_
volume_ list(object)group_ references - Volume Group Reference
- vm_
disks list(object) - backing Info for vmDisk
- adfs
Volume List<GetGroup References Ova V2Vm Config Disk Backing Info Adfs Volume Group Reference> - Volume Group Reference
- vm
Disks List<GetOva V2Vm Config Disk Backing Info Vm Disk> - backing Info for vmDisk
- adfs
Volume GetGroup References Ova V2Vm Config Disk Backing Info Adfs Volume Group Reference[] - Volume Group Reference
- vm
Disks GetOva V2Vm Config Disk Backing Info Vm Disk[] - backing Info for vmDisk
- adfs_
volume_ Sequence[Getgroup_ references Ova V2Vm Config Disk Backing Info Adfs Volume Group Reference] - Volume Group Reference
- vm_
disks Sequence[GetOva V2Vm Config Disk Backing Info Vm Disk] - backing Info for vmDisk
- adfs
Volume List<Property Map>Group References - Volume Group Reference
- vm
Disks List<Property Map> - backing Info for vmDisk
GetOvaV2VmConfigDiskBackingInfoAdfsVolumeGroupReference
- Volume
Group stringExt Id - The globally unique identifier of an ADSF volume group. It should be of type UUID.
- Volume
Group stringExt Id - The globally unique identifier of an ADSF volume group. It should be of type UUID.
- volume_
group_ stringext_ id - The globally unique identifier of an ADSF volume group. It should be of type UUID.
- volume
Group StringExt Id - The globally unique identifier of an ADSF volume group. It should be of type UUID.
- volume
Group stringExt Id - The globally unique identifier of an ADSF volume group. It should be of type UUID.
- volume_
group_ strext_ id - The globally unique identifier of an ADSF volume group. It should be of type UUID.
- volume
Group StringExt Id - The globally unique identifier of an ADSF volume group. It should be of type UUID.
GetOvaV2VmConfigDiskBackingInfoVmDisk
- Data
Sources List<PiersKarsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Disk Backing Info Vm Disk 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 Ova V2Vm Config Disk Backing Info Vm Disk Storage Config> - Storage configuration for VM disks
- Storage
Containers List<PiersKarsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Disk Backing Info Vm Disk Storage Container> - This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
- Data
Sources []GetOva V2Vm Config Disk Backing Info Vm Disk 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 []GetOva V2Vm Config Disk Backing Info Vm Disk Storage Config - Storage configuration for VM disks
- Storage
Containers []GetOva V2Vm Config Disk Backing Info Vm Disk 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(object) - 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_ boolin_ progress - Indicates if the disk is undergoing migration to another container.
- storage_
configs list(object) - Storage configuration for VM disks
- storage_
containers list(object) - This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
- data
Sources List<GetOva V2Vm Config Disk Backing Info Vm Disk 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<GetOva V2Vm Config Disk Backing Info Vm Disk Storage Config> - Storage configuration for VM disks
- storage
Containers List<GetOva V2Vm Config Disk Backing Info Vm Disk Storage Container> - This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
- data
Sources GetOva V2Vm Config Disk Backing Info Vm Disk 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 GetOva V2Vm Config Disk Backing Info Vm Disk Storage Config[] - Storage configuration for VM disks
- storage
Containers GetOva V2Vm Config Disk Backing Info Vm Disk 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[GetOva V2Vm Config Disk Backing Info Vm Disk 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[GetOva V2Vm Config Disk Backing Info Vm Disk Storage Config] - Storage configuration for VM disks
- storage_
containers Sequence[GetOva V2Vm Config Disk Backing Info Vm Disk 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
Containers List<Property Map> - This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
GetOvaV2VmConfigDiskBackingInfoVmDiskDataSource
- References
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Disk Backing Info Vm Disk Data Source Reference> - Reference to image or vm disk
- References
[]Get
Ova V2Vm Config Disk Backing Info Vm Disk Data Source Reference - Reference to image or vm disk
- references list(object)
- Reference to image or vm disk
- references
List<Get
Ova V2Vm Config Disk Backing Info Vm Disk Data Source Reference> - Reference to image or vm disk
- references
Get
Ova V2Vm Config Disk Backing Info Vm Disk Data Source Reference[] - Reference to image or vm disk
- references
Sequence[Get
Ova V2Vm Config Disk Backing Info Vm Disk Data Source Reference] - Reference to image or vm disk
- references List<Property Map>
- Reference to image or vm disk
GetOvaV2VmConfigDiskBackingInfoVmDiskDataSourceReference
- image_
references list(object) - Image Reference
- vm_
disk_ list(object)references - Vm Disk Reference
- image
References List<Property Map> - Image Reference
- vm
Disk List<Property Map>References - Vm Disk Reference
GetOvaV2VmConfigDiskBackingInfoVmDiskDataSourceReferenceImageReference
- Image
Ext stringId - The globally unique identifier of an image. It should be of type UUID.
- Image
Ext stringId - The globally unique identifier of an image. It should be of type UUID.
- image_
ext_ stringid - The globally unique identifier of an image. It should be of type UUID.
- image
Ext StringId - The globally unique identifier of an image. It should be of type UUID.
- image
Ext stringId - The globally unique identifier of an image. It should be of type UUID.
- image_
ext_ strid - The globally unique identifier of an image. It should be of type UUID.
- image
Ext StringId - The globally unique identifier of an image. It should be of type UUID.
GetOvaV2VmConfigDiskBackingInfoVmDiskDataSourceReferenceVmDiskReference
- Disk
Addresses List<PiersKarsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Disk Backing Info Vm Disk Data Source Reference Vm Disk Reference Disk Address> - Disk address.
- Disk
Ext stringId - The globally unique identifier of a VM disk. It should be of type UUID.
- Vm
References List<PiersKarsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Disk Backing Info Vm Disk Data Source Reference Vm Disk Reference Vm Reference> - This is a reference to a VM.
- Disk
Addresses []GetOva V2Vm Config Disk Backing Info Vm Disk Data Source Reference Vm Disk Reference Disk Address - Disk address.
- Disk
Ext stringId - The globally unique identifier of a VM disk. It should be of type UUID.
- Vm
References []GetOva V2Vm Config Disk Backing Info Vm Disk Data Source Reference Vm Disk Reference Vm Reference - This is a reference to a VM.
- disk_
addresses list(object) - Disk address.
- disk_
ext_ stringid - The globally unique identifier of a VM disk. It should be of type UUID.
- vm_
references list(object) - This is a reference to a VM.
- disk
Addresses List<GetOva V2Vm Config Disk Backing Info Vm Disk Data Source Reference Vm Disk Reference Disk Address> - Disk address.
- disk
Ext StringId - The globally unique identifier of a VM disk. It should be of type UUID.
- vm
References List<GetOva V2Vm Config Disk Backing Info Vm Disk Data Source Reference Vm Disk Reference Vm Reference> - This is a reference to a VM.
- disk
Addresses GetOva V2Vm Config Disk Backing Info Vm Disk Data Source Reference Vm Disk Reference Disk Address[] - Disk address.
- disk
Ext stringId - The globally unique identifier of a VM disk. It should be of type UUID.
- vm
References GetOva V2Vm Config Disk Backing Info Vm Disk Data Source Reference Vm Disk Reference Vm Reference[] - This is a reference to a VM.
- disk_
addresses Sequence[GetOva V2Vm Config Disk Backing Info Vm Disk Data Source Reference Vm Disk Reference Disk Address] - Disk address.
- disk_
ext_ strid - The globally unique identifier of a VM disk. It should be of type UUID.
- vm_
references Sequence[GetOva V2Vm Config Disk Backing Info Vm Disk Data Source Reference Vm Disk Reference Vm Reference] - This is a reference to a VM.
- disk
Addresses List<Property Map> - Disk address.
- disk
Ext StringId - The globally unique identifier of a VM disk. It should be of type UUID.
- vm
References List<Property Map> - This is a reference to a VM.
GetOvaV2VmConfigDiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceDiskAddress
GetOvaV2VmConfigDiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceVmReference
- Ext
Id string - -(Required) The external identifier for an OVA.
- Ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id string - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
- ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id str - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
GetOvaV2VmConfigDiskBackingInfoVmDiskStorageConfig
- 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_ 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.
GetOvaV2VmConfigDiskBackingInfoVmDiskStorageContainer
- Ext
Id string - -(Required) The external identifier for an OVA.
- Ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id string - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
- ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id str - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
GetOvaV2VmConfigDiskDiskAddress
GetOvaV2VmConfigGpus
- Device
Id int - The device Id of the GPU.
- Ext
Id string - -(Required) The external identifier for an OVA.
- 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 Ova V2Vm Config Gpus Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- 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 Ova V2Vm Config Gpus Pci Address> - The (S)egment:(B)us:(D)evice.(F)unction hardware address. See
- Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
- Vendor string
- The vendor of the GPU.
- Device
Id int - The device Id of the GPU.
- Ext
Id string - -(Required) The external identifier for an OVA.
- 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
Ova V2Vm Config Gpus Link - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- 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 []GetOva V2Vm Config Gpus Pci Address - The (S)egment:(B)us:(D)evice.(F)unction hardware address. See
- Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
- Vendor string
- The vendor of the GPU.
- device_
id number - The device Id of the GPU.
- ext_
id string - -(Required) The external identifier for an OVA.
- 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(object)
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- 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(object) - The (S)egment:(B)us:(D)evice.(F)unction hardware address. See
- tenant_
id string - A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
- vendor string
- The vendor of the GPU.
- device
Id Integer - The device Id of the GPU.
- ext
Id String - -(Required) The external identifier for an OVA.
- 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
Ova V2Vm Config Gpus Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- 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<GetOva V2Vm Config Gpus Pci Address> - The (S)egment:(B)us:(D)evice.(F)unction hardware address. See
- tenant
Id String - A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
- vendor String
- The vendor of the GPU.
- device
Id number - The device Id of the GPU.
- ext
Id string - -(Required) The external identifier for an OVA.
- 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
Ova V2Vm Config Gpus Link[] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- 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 GetOva V2Vm Config Gpus Pci Address[] - The (S)egment:(B)us:(D)evice.(F)unction hardware address. See
- tenant
Id string - A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
- vendor string
- The vendor of the GPU.
- device_
id int - The device Id of the GPU.
- ext_
id str - -(Required) The external identifier for an OVA.
- 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
Ova V2Vm Config Gpus Link] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- 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[GetOva V2Vm Config Gpus Pci Address] - The (S)egment:(B)us:(D)evice.(F)unction hardware address. See
- tenant_
id str - A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
- vendor str
- The vendor of the GPU.
- device
Id Number - The device Id of the GPU.
- ext
Id String - -(Required) The external identifier for an OVA.
- 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>
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- 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 - A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
- vendor String
- The vendor of the GPU.
GetOvaV2VmConfigGpusLink
GetOvaV2VmConfigGpusPciAddress
GetOvaV2VmConfigGuestCustomization
- Configs
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Guest Customization Config> - The Nutanix Guest Tools customization settings.
- Configs
[]Get
Ova V2Vm Config Guest Customization Config - The Nutanix Guest Tools customization settings.
- configs list(object)
- The Nutanix Guest Tools customization settings.
- configs
List<Get
Ova V2Vm Config Guest Customization Config> - The Nutanix Guest Tools customization settings.
- configs
Get
Ova V2Vm Config Guest Customization Config[] - The Nutanix Guest Tools customization settings.
- configs
Sequence[Get
Ova V2Vm Config Guest Customization Config] - The Nutanix Guest Tools customization settings.
- configs List<Property Map>
- The Nutanix Guest Tools customization settings.
GetOvaV2VmConfigGuestCustomizationConfig
- Cloud
Inits []GetOva V2Vm Config Guest Customization Config Cloud Init - CloudInit Config
- Syspreps
[]Get
Ova V2Vm Config Guest Customization Config Sysprep - Sysprep config
- cloud_
inits list(object) - CloudInit Config
- syspreps list(object)
- Sysprep config
- cloud
Inits List<GetOva V2Vm Config Guest Customization Config Cloud Init> - CloudInit Config
- syspreps
List<Get
Ova V2Vm Config Guest Customization Config Sysprep> - Sysprep config
- cloud
Inits GetOva V2Vm Config Guest Customization Config Cloud Init[] - CloudInit Config
- syspreps
Get
Ova V2Vm Config Guest Customization Config Sysprep[] - Sysprep config
- cloud
Inits List<Property Map> - CloudInit Config
- syspreps List<Property Map>
- Sysprep config
GetOvaV2VmConfigGuestCustomizationConfigCloudInit
- Cloud
Init List<PiersScripts Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Guest Customization Config Cloud Init Cloud Init Script> - The script to use for cloud-init.
- Metadata string
- The contents of the metaData configuration for cloud-init. This can be formatted as YAML or JSON. The value must be base64 encoded.
- Datasource
Type string - Type of datasource. Default: CONFIG_DRIVE_V2
- Cloud
Init []GetScripts Ova V2Vm Config Guest Customization Config Cloud Init Cloud Init Script - The script to use for cloud-init.
- Metadata string
- The contents of the metaData configuration for cloud-init. This can be formatted as YAML or JSON. The value must be base64 encoded.
- Datasource
Type string - Type of datasource. Default: CONFIG_DRIVE_V2
- cloud_
init_ list(object)scripts - The script to use for cloud-init.
- metadata string
- The contents of the metaData configuration for cloud-init. This can be formatted as YAML or JSON. The value must be base64 encoded.
- datasource_
type string - Type of datasource. Default: CONFIG_DRIVE_V2
- cloud
Init List<GetScripts Ova V2Vm Config Guest Customization Config Cloud Init Cloud Init Script> - The script to use for cloud-init.
- metadata String
- The contents of the metaData configuration for cloud-init. This can be formatted as YAML or JSON. The value must be base64 encoded.
- datasource
Type String - Type of datasource. Default: CONFIG_DRIVE_V2
- cloud
Init GetScripts Ova V2Vm Config Guest Customization Config Cloud Init Cloud Init Script[] - The script to use for cloud-init.
- metadata string
- The contents of the metaData configuration for cloud-init. This can be formatted as YAML or JSON. The value must be base64 encoded.
- datasource
Type string - Type of datasource. Default: CONFIG_DRIVE_V2
- cloud_
init_ Sequence[Getscripts Ova V2Vm Config Guest Customization Config Cloud Init Cloud Init Script] - The script to use for cloud-init.
- metadata str
- The contents of the metaData configuration for cloud-init. This can be formatted as YAML or JSON. The value must be base64 encoded.
- datasource_
type str - Type of datasource. Default: CONFIG_DRIVE_V2
- cloud
Init List<Property Map>Scripts - The script to use for cloud-init.
- metadata String
- The contents of the metaData configuration for cloud-init. This can be formatted as YAML or JSON. The value must be base64 encoded.
- datasource
Type String - Type of datasource. Default: CONFIG_DRIVE_V2
GetOvaV2VmConfigGuestCustomizationConfigCloudInitCloudInitScript
- custom_
key_ list(object)values - user_
datas list(object) - user data object
- custom
Key List<Property Map>Values - user
Datas List<Property Map> - user data object
GetOvaV2VmConfigGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValue
GetOvaV2VmConfigGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePair
- Name string
- Name of the GPU resource.
- Values
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Guest Customization Config Cloud Init Cloud Init Script Custom Key Value Key Value Pair Value> - The IPv4 address of the host.
- Name string
- Name of the GPU resource.
- Values
[]Get
Ova V2Vm Config Guest Customization Config Cloud Init Cloud Init Script Custom Key Value Key Value Pair Value - The IPv4 address of the host.
- name string
- Name of the GPU resource.
- values list(object)
- The IPv4 address of the host.
- name String
- Name of the GPU resource.
- values
List<Get
Ova V2Vm Config Guest Customization Config Cloud Init Cloud Init Script Custom Key Value Key Value Pair Value> - The IPv4 address of the host.
- name string
- Name of the GPU resource.
- values
Get
Ova V2Vm Config Guest Customization Config Cloud Init Cloud Init Script Custom Key Value Key Value Pair Value[] - The IPv4 address of the host.
- name str
- Name of the GPU resource.
- values
Sequence[Get
Ova V2Vm Config Guest Customization Config Cloud Init Cloud Init Script Custom Key Value Key Value Pair Value] - The IPv4 address of the host.
- name String
- Name of the GPU resource.
- values List<Property Map>
- The IPv4 address of the host.
GetOvaV2VmConfigGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValue
- Boolean bool
- Integer int
- Integer
Lists List<int> - Map
Of List<PiersStrings Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config 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 Ova V2Vm Config 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 bool
- integer number
- integer_
lists list(number) - map_
of_ list(object)strings - object map(string)
- string string
- string_
lists list(string)
- boolean_ Boolean
- integer Integer
- integer
Lists List<Integer> - map
Of List<GetStrings Ova V2Vm Config 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 Ova V2Vm Config 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 Ova V2Vm Config 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>
GetOvaV2VmConfigGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyValueKeyValuePairValueMapOfString
- Map Dictionary<string, string>
- Map map[string]string
- map map(string)
- map Map<String,String>
- map {[key: string]: string}
- map Mapping[str, str]
- map Map<String>
GetOvaV2VmConfigGuestCustomizationConfigCloudInitCloudInitScriptUserData
- Value string
- The IPv4 address of the host.
- Value string
- The IPv4 address of the host.
- value string
- The IPv4 address of the host.
- value String
- The IPv4 address of the host.
- value string
- The IPv4 address of the host.
- value str
- The IPv4 address of the host.
- value String
- The IPv4 address of the host.
GetOvaV2VmConfigGuestCustomizationConfigSysprep
- 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 Ova V2Vm Config Guest Customization Config Sysprep Sysprep Script> - Object either UnattendXml or CustomKeyValues
- 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 []GetOva V2Vm Config Guest Customization Config Sysprep Sysprep Script - Object either UnattendXml or CustomKeyValues
- 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(object) - Object either UnattendXml or CustomKeyValues
- 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<GetOva V2Vm Config Guest Customization Config Sysprep Sysprep Script> - Object either UnattendXml or CustomKeyValues
- 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 GetOva V2Vm Config Guest Customization Config Sysprep Sysprep Script[] - Object either UnattendXml or CustomKeyValues
- install_
type str - Indicates whether the guest will be freshly installed using this unattend configuration, or this unattend configuration will be applied to a pre-prepared image. Default is 'PREPARED'.
- sysprep_
scripts Sequence[GetOva V2Vm Config Guest Customization Config Sysprep Sysprep Script] - Object either UnattendXml or CustomKeyValues
- 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
GetOvaV2VmConfigGuestCustomizationConfigSysprepSysprepScript
- Custom
Key List<PiersValues Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Guest Customization Config Sysprep Sysprep Script Custom Key Value> - The list of the individual KeyValuePair elements.
- Unattend
Xmls List<PiersKarsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Guest Customization Config Sysprep Sysprep Script Unattend Xml> - xml object
- Custom
Key []GetValues Ova V2Vm Config Guest Customization Config Sysprep Sysprep Script Custom Key Value - The list of the individual KeyValuePair elements.
- Unattend
Xmls []GetOva V2Vm Config Guest Customization Config Sysprep Sysprep Script Unattend Xml - xml object
- custom_
key_ list(object)values - The list of the individual KeyValuePair elements.
- unattend_
xmls list(object) - xml object
- custom
Key List<GetValues Ova V2Vm Config Guest Customization Config Sysprep Sysprep Script Custom Key Value> - The list of the individual KeyValuePair elements.
- unattend
Xmls List<GetOva V2Vm Config Guest Customization Config Sysprep Sysprep Script Unattend Xml> - xml object
- custom
Key GetValues Ova V2Vm Config Guest Customization Config Sysprep Sysprep Script Custom Key Value[] - The list of the individual KeyValuePair elements.
- unattend
Xmls GetOva V2Vm Config Guest Customization Config Sysprep Sysprep Script Unattend Xml[] - xml object
- custom_
key_ Sequence[Getvalues Ova V2Vm Config Guest Customization Config Sysprep Sysprep Script Custom Key Value] - The list of the individual KeyValuePair elements.
- unattend_
xmls Sequence[GetOva V2Vm Config Guest Customization Config Sysprep Sysprep Script Unattend Xml] - xml object
- custom
Key List<Property Map>Values - The list of the individual KeyValuePair elements.
- unattend
Xmls List<Property Map> - xml object
GetOvaV2VmConfigGuestCustomizationConfigSysprepSysprepScriptCustomKeyValue
GetOvaV2VmConfigGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair
- Name string
- Name of the GPU resource.
- Values
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Guest Customization Config Sysprep Sysprep Script Custom Key Value Key Value Pair Value> - The IPv4 address of the host.
- Name string
- Name of the GPU resource.
- Values
[]Get
Ova V2Vm Config Guest Customization Config Sysprep Sysprep Script Custom Key Value Key Value Pair Value - The IPv4 address of the host.
- name string
- Name of the GPU resource.
- values list(object)
- The IPv4 address of the host.
- name String
- Name of the GPU resource.
- values
List<Get
Ova V2Vm Config Guest Customization Config Sysprep Sysprep Script Custom Key Value Key Value Pair Value> - The IPv4 address of the host.
- name string
- Name of the GPU resource.
- values
Get
Ova V2Vm Config Guest Customization Config Sysprep Sysprep Script Custom Key Value Key Value Pair Value[] - The IPv4 address of the host.
- name str
- Name of the GPU resource.
- values
Sequence[Get
Ova V2Vm Config Guest Customization Config Sysprep Sysprep Script Custom Key Value Key Value Pair Value] - The IPv4 address of the host.
- name String
- Name of the GPU resource.
- values List<Property Map>
- The IPv4 address of the host.
GetOvaV2VmConfigGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValue
- Boolean bool
- Integer int
- Integer
Lists List<int> - Map
Of List<PiersStrings Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config 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 Ova V2Vm Config 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 bool
- integer number
- integer_
lists list(number) - map_
of_ list(object)strings - object map(string)
- string string
- string_
lists list(string)
- boolean_ Boolean
- integer Integer
- integer
Lists List<Integer> - map
Of List<GetStrings Ova V2Vm Config 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 Ova V2Vm Config 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 Ova V2Vm Config 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>
GetOvaV2VmConfigGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePairValueMapOfString
- Map Dictionary<string, string>
- Map map[string]string
- map map(string)
- map Map<String,String>
- map {[key: string]: string}
- map Mapping[str, str]
- map Map<String>
GetOvaV2VmConfigGuestCustomizationConfigSysprepSysprepScriptUnattendXml
- Value string
- The IPv4 address of the host.
- Value string
- The IPv4 address of the host.
- value string
- The IPv4 address of the host.
- value String
- The IPv4 address of the host.
- value string
- The IPv4 address of the host.
- value str
- The IPv4 address of the host.
- value String
- The IPv4 address of the host.
GetOvaV2VmConfigGuestTool
- 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
- Virtual trusted platform module version.
- 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
- Virtual trusted platform module version.
- 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
- Virtual trusted platform module version.
- 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
- Virtual trusted platform module version.
- 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
- Virtual trusted platform module version.
- available_
version str - Version of Nutanix Guest Tools available on the cluster.
- capabilities Sequence[str]
- The list of the application names that are enabled on the guest VM.
- guest_
os_ 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
- Virtual trusted platform module version.
- 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
- Virtual trusted platform module version.
GetOvaV2VmConfigHost
- Ext
Id string - -(Required) The external identifier for an OVA.
- Ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id string - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
- ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id str - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
GetOvaV2VmConfigNic
- Backing
Infos List<PiersKarsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Nic Backing Info> - Defines a NIC emulated by the hypervisor
- Ext
Id string - -(Required) The external identifier for an OVA.
- Network
Infos List<PiersKarsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Nic Network Info> - Network information for a NIC.
- Nic
Backing PiersInfo Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Nic Nic Backing Info - Nic
Network PiersInfo Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Nic Nic Network Info
- Backing
Infos []GetOva V2Vm Config Nic Backing Info - Defines a NIC emulated by the hypervisor
- Ext
Id string - -(Required) The external identifier for an OVA.
- Network
Infos []GetOva V2Vm Config Nic Network Info - Network information for a NIC.
- Nic
Backing GetInfo Ova V2Vm Config Nic Nic Backing Info - Nic
Network GetInfo Ova V2Vm Config Nic Nic Network Info
- backing_
infos list(object) - Defines a NIC emulated by the hypervisor
- ext_
id string - -(Required) The external identifier for an OVA.
- network_
infos list(object) - Network information for a NIC.
- nic_
backing_ objectinfo - nic_
network_ objectinfo
- backing
Infos List<GetOva V2Vm Config Nic Backing Info> - Defines a NIC emulated by the hypervisor
- ext
Id String - -(Required) The external identifier for an OVA.
- network
Infos List<GetOva V2Vm Config Nic Network Info> - Network information for a NIC.
- nic
Backing GetInfo Ova V2Vm Config Nic Nic Backing Info - nic
Network GetInfo Ova V2Vm Config Nic Nic Network Info
- backing
Infos GetOva V2Vm Config Nic Backing Info[] - Defines a NIC emulated by the hypervisor
- ext
Id string - -(Required) The external identifier for an OVA.
- network
Infos GetOva V2Vm Config Nic Network Info[] - Network information for a NIC.
- nic
Backing GetInfo Ova V2Vm Config Nic Nic Backing Info - nic
Network GetInfo Ova V2Vm Config Nic Nic Network Info
- backing_
infos Sequence[GetOva V2Vm Config Nic Backing Info] - Defines a NIC emulated by the hypervisor
- ext_
id str - -(Required) The external identifier for an OVA.
- network_
infos Sequence[GetOva V2Vm Config Nic Network Info] - Network information for a NIC.
- nic_
backing_ Getinfo Ova V2Vm Config Nic Nic Backing Info - nic_
network_ Getinfo Ova V2Vm Config Nic Nic Network Info
- backing
Infos List<Property Map> - Defines a NIC emulated by the hypervisor
- ext
Id String - -(Required) The external identifier for an OVA.
- network
Infos List<Property Map> - Network information for a NIC.
- nic
Backing Property MapInfo - nic
Network Property MapInfo
GetOvaV2VmConfigNicBackingInfo
- Is
Connected bool - Indicates whether the serial port is connected or not.
- Mac
Address string - MAC address of the emulated NIC.
- Model string
- Options for the NIC emulation.
- Num
Queues int - The number of Tx/Rx queue pairs for this NIC
- Is
Connected bool - Indicates whether the serial port is connected or not.
- Mac
Address string - MAC address of the emulated NIC.
- Model string
- Options for the NIC emulation.
- Num
Queues int - The number of Tx/Rx queue pairs for this NIC
- is_
connected bool - Indicates whether the serial port is connected or not.
- mac_
address string - MAC address of the emulated NIC.
- model string
- Options for the NIC emulation.
- num_
queues number - The number of Tx/Rx queue pairs for this NIC
- is
Connected Boolean - Indicates whether the serial port is connected or not.
- mac
Address String - MAC address of the emulated NIC.
- model String
- Options for the NIC emulation.
- num
Queues Integer - The number of Tx/Rx queue pairs for this NIC
- is
Connected boolean - Indicates whether the serial port is connected or not.
- mac
Address string - MAC address of the emulated NIC.
- model string
- Options for the NIC emulation.
- num
Queues number - The number of Tx/Rx queue pairs for this NIC
- is_
connected bool - Indicates whether the serial port is connected or not.
- mac_
address str - MAC address of the emulated NIC.
- model str
- Options for the NIC emulation.
- num_
queues int - The number of Tx/Rx queue pairs for this NIC
- is
Connected Boolean - Indicates whether the serial port is connected or not.
- mac
Address String - MAC address of the emulated NIC.
- model String
- Options for the NIC emulation.
- num
Queues Number - The number of Tx/Rx queue pairs for this NIC
GetOvaV2VmConfigNicNetworkInfo
- Ipv4Configs
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Nic Network Info Ipv4Config> - The IP address configurations.
- Ipv4Infos
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Nic Network Info Ipv4Info> - The runtime IP address information of the NIC.
- Network
Function List<PiersChains Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Nic Network Info Network Function Chain> - The network function chain associates with the NIC. Only valid if nicType is NORMAL_NIC.
- Network
Function stringNic Type - The type of this Network function NIC. Defaults to INGRESS. values are: TAP, EGRESS, INGRESS.
- Nic
Type string - NIC type. Defaults to NORMAL_NIC. The acceptable values are: SPAN_DESTINATION_NIC, NORMAL_NIC, DIRECT_NIC, NETWORK_FUNCTION_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 Ova V2Vm Config Nic Network Info Subnet> - Network identifier for this adapter. Only valid if nicType 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. values are: ACCESS, TRUNKED.
- Ipv4Configs
[]Get
Ova V2Vm Config Nic Network Info Ipv4Config - The IP address configurations.
- Ipv4Infos
[]Get
Ova V2Vm Config Nic Network Info Ipv4Info - The runtime IP address information of the NIC.
- Network
Function []GetChains Ova V2Vm Config Nic Network Info Network Function Chain - The network function chain associates with the NIC. Only valid if nicType is NORMAL_NIC.
- Network
Function stringNic Type - The type of this Network function NIC. Defaults to INGRESS. values are: TAP, EGRESS, INGRESS.
- Nic
Type string - NIC type. Defaults to NORMAL_NIC. The acceptable values are: SPAN_DESTINATION_NIC, NORMAL_NIC, DIRECT_NIC, NETWORK_FUNCTION_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
Ova V2Vm Config Nic Network Info Subnet - Network identifier for this adapter. Only valid if nicType 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. values are: ACCESS, TRUNKED.
- ipv4_
configs list(object) - The IP address configurations.
- ipv4_
infos list(object) - The runtime IP address information of the NIC.
- network_
function_ list(object)chains - The network function chain associates with the NIC. Only valid if nicType is NORMAL_NIC.
- network_
function_ stringnic_ type - The type of this Network function NIC. Defaults to INGRESS. values are: TAP, EGRESS, INGRESS.
- nic_
type string - NIC type. Defaults to NORMAL_NIC. The acceptable values are: SPAN_DESTINATION_NIC, NORMAL_NIC, DIRECT_NIC, NETWORK_FUNCTION_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(object)
- Network identifier for this adapter. Only valid if nicType 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. values are: ACCESS, TRUNKED.
- ipv4Configs
List<Get
Ova V2Vm Config Nic Network Info Ipv4Config> - The IP address configurations.
- ipv4Infos
List<Get
Ova V2Vm Config Nic Network Info Ipv4Info> - The runtime IP address information of the NIC.
- network
Function List<GetChains Ova V2Vm Config Nic Network Info Network Function Chain> - The network function chain associates with the NIC. Only valid if nicType is NORMAL_NIC.
- network
Function StringNic Type - The type of this Network function NIC. Defaults to INGRESS. values are: TAP, EGRESS, INGRESS.
- nic
Type String - NIC type. Defaults to NORMAL_NIC. The acceptable values are: SPAN_DESTINATION_NIC, NORMAL_NIC, DIRECT_NIC, NETWORK_FUNCTION_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
Ova V2Vm Config Nic Network Info Subnet> - Network identifier for this adapter. Only valid if nicType 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. values are: ACCESS, TRUNKED.
- ipv4Configs
Get
Ova V2Vm Config Nic Network Info Ipv4Config[] - The IP address configurations.
- ipv4Infos
Get
Ova V2Vm Config Nic Network Info Ipv4Info[] - The runtime IP address information of the NIC.
- network
Function GetChains Ova V2Vm Config Nic Network Info Network Function Chain[] - The network function chain associates with the NIC. Only valid if nicType is NORMAL_NIC.
- network
Function stringNic Type - The type of this Network function NIC. Defaults to INGRESS. values are: TAP, EGRESS, INGRESS.
- nic
Type string - NIC type. Defaults to NORMAL_NIC. The acceptable values are: SPAN_DESTINATION_NIC, NORMAL_NIC, DIRECT_NIC, NETWORK_FUNCTION_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
Ova V2Vm Config Nic Network Info Subnet[] - Network identifier for this adapter. Only valid if nicType 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. values are: ACCESS, TRUNKED.
- ipv4_
configs Sequence[GetOva V2Vm Config Nic Network Info Ipv4Config] - The IP address configurations.
- ipv4_
infos Sequence[GetOva V2Vm Config Nic Network Info Ipv4Info] - The runtime IP address information of the NIC.
- network_
function_ Sequence[Getchains Ova V2Vm Config Nic Network Info Network Function Chain] - The network function chain associates with the NIC. Only valid if nicType is NORMAL_NIC.
- network_
function_ strnic_ type - The type of this Network function NIC. Defaults to INGRESS. values are: TAP, EGRESS, INGRESS.
- nic_
type str - NIC type. Defaults to NORMAL_NIC. The acceptable values are: SPAN_DESTINATION_NIC, NORMAL_NIC, DIRECT_NIC, NETWORK_FUNCTION_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
Ova V2Vm Config Nic Network Info Subnet] - Network identifier for this adapter. Only valid if nicType 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. values are: ACCESS, TRUNKED.
- ipv4Configs List<Property Map>
- The IP address configurations.
- ipv4Infos List<Property Map>
- The runtime IP address information of the NIC.
- network
Function List<Property Map>Chains - The network function chain associates with the NIC. Only valid if nicType is NORMAL_NIC.
- network
Function StringNic Type - The type of this Network function NIC. Defaults to INGRESS. values are: TAP, EGRESS, INGRESS.
- nic
Type String - NIC type. Defaults to NORMAL_NIC. The acceptable values are: SPAN_DESTINATION_NIC, NORMAL_NIC, DIRECT_NIC, NETWORK_FUNCTION_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 nicType 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. values are: ACCESS, TRUNKED.
GetOvaV2VmConfigNicNetworkInfoIpv4Config
- Ip
Addresses List<PiersKarsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Nic Network Info Ipv4Config Ip Address> - The IP address of the NIC.
- Secondary
Ip List<PiersAddress Lists Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Nic Network Info Ipv4Config Secondary Ip Address List> - Secondary IP addresses for the NIC.
- Should
Assign boolIp - If set to true (default value), an IP address must be assigned to the VM NIC - either the one explicitly specified by the user or allocated automatically by the IPAM service by not specifying the IP address. If false, then no IP assignment is required for this VM NIC.
- Ip
Addresses []GetOva V2Vm Config Nic Network Info Ipv4Config Ip Address - The IP address of the NIC.
- Secondary
Ip []GetAddress Lists Ova V2Vm Config Nic Network Info Ipv4Config Secondary Ip Address List - Secondary IP addresses for the NIC.
- Should
Assign boolIp - If set to true (default value), an IP address must be assigned to the VM NIC - either the one explicitly specified by the user or allocated automatically by the IPAM service by not specifying the IP address. If false, then no IP assignment is required for this VM NIC.
- ip_
addresses list(object) - The IP address of the NIC.
- secondary_
ip_ list(object)address_ lists - Secondary IP addresses for the NIC.
- should_
assign_ boolip - If set to true (default value), an IP address must be assigned to the VM NIC - either the one explicitly specified by the user or allocated automatically by the IPAM service by not specifying the IP address. If false, then no IP assignment is required for this VM NIC.
- ip
Addresses List<GetOva V2Vm Config Nic Network Info Ipv4Config Ip Address> - The IP address of the NIC.
- secondary
Ip List<GetAddress Lists Ova V2Vm Config Nic Network Info Ipv4Config Secondary Ip Address List> - Secondary IP addresses for the NIC.
- should
Assign BooleanIp - If set to true (default value), an IP address must be assigned to the VM NIC - either the one explicitly specified by the user or allocated automatically by the IPAM service by not specifying the IP address. If false, then no IP assignment is required for this VM NIC.
- ip
Addresses GetOva V2Vm Config Nic Network Info Ipv4Config Ip Address[] - The IP address of the NIC.
- secondary
Ip GetAddress Lists Ova V2Vm Config Nic Network Info Ipv4Config Secondary Ip Address List[] - Secondary IP addresses for the NIC.
- should
Assign booleanIp - If set to true (default value), an IP address must be assigned to the VM NIC - either the one explicitly specified by the user or allocated automatically by the IPAM service by not specifying the IP address. If false, then no IP assignment is required for this VM NIC.
- ip_
addresses Sequence[GetOva V2Vm Config Nic Network Info Ipv4Config Ip Address] - The IP address of the NIC.
- secondary_
ip_ Sequence[Getaddress_ lists Ova V2Vm Config Nic Network Info Ipv4Config Secondary Ip Address List] - Secondary IP addresses for the NIC.
- should_
assign_ boolip - If set to true (default value), an IP address must be assigned to the VM NIC - either the one explicitly specified by the user or allocated automatically by the IPAM service by not specifying the IP address. If false, then no IP assignment is required for this VM NIC.
- ip
Addresses List<Property Map> - The IP address of the NIC.
- secondary
Ip List<Property Map>Address Lists - Secondary IP addresses for the NIC.
- should
Assign BooleanIp - If set to true (default value), an IP address must be assigned to the VM NIC - either the one explicitly specified by the user or allocated automatically by the IPAM service by not specifying the IP address. If false, then no IP assignment is required for this VM NIC.
GetOvaV2VmConfigNicNetworkInfoIpv4ConfigIpAddress
- Value string
- The IPv4 address of the host.
- Prefix
Length int - The prefix length of the IP address.
- Value string
- The IPv4 address of the host.
- Prefix
Length int - The prefix length of the IP address.
- value string
- The IPv4 address of the host.
- prefix_
length number - The prefix length of the IP address.
- value String
- The IPv4 address of the host.
- prefix
Length Integer - The prefix length of the IP address.
- value string
- The IPv4 address of the host.
- prefix
Length number - The prefix length of the IP address.
- value str
- The IPv4 address of the host.
- prefix_
length int - The prefix length of the IP address.
- value String
- The IPv4 address of the host.
- prefix
Length Number - The prefix length of the IP address.
GetOvaV2VmConfigNicNetworkInfoIpv4ConfigSecondaryIpAddressList
- Value string
- The IPv4 address of the host.
- Prefix
Length int - The prefix length of the IP address.
- Value string
- The IPv4 address of the host.
- Prefix
Length int - The prefix length of the IP address.
- value string
- The IPv4 address of the host.
- prefix_
length number - The prefix length of the IP address.
- value String
- The IPv4 address of the host.
- prefix
Length Integer - The prefix length of the IP address.
- value string
- The IPv4 address of the host.
- prefix
Length number - The prefix length of the IP address.
- value str
- The IPv4 address of the host.
- prefix_
length int - The prefix length of the IP address.
- value String
- The IPv4 address of the host.
- prefix
Length Number - The prefix length of the IP address.
GetOvaV2VmConfigNicNetworkInfoIpv4Info
- Learned
Ip List<PiersAddresses Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Nic Network Info Ipv4Info Learned Ip Address> - The list of IP addresses learned by the NIC.
- Learned
Ip []GetAddresses Ova V2Vm Config Nic Network Info Ipv4Info Learned Ip Address - The list of IP addresses learned by the NIC.
- learned_
ip_ list(object)addresses - The list of IP addresses learned by the NIC.
- learned
Ip List<GetAddresses Ova V2Vm Config Nic Network Info Ipv4Info Learned Ip Address> - The list of IP addresses learned by the NIC.
- learned
Ip GetAddresses Ova V2Vm Config Nic Network Info Ipv4Info Learned Ip Address[] - The list of IP addresses learned by the NIC.
- learned_
ip_ Sequence[Getaddresses Ova V2Vm Config Nic Network Info Ipv4Info Learned Ip Address] - The list of IP addresses learned by the NIC.
- learned
Ip List<Property Map>Addresses - The list of IP addresses learned by the NIC.
GetOvaV2VmConfigNicNetworkInfoIpv4InfoLearnedIpAddress
- Value string
- The IPv4 address of the host.
- Prefix
Length int - The prefix length of the IP address.
- Value string
- The IPv4 address of the host.
- Prefix
Length int - The prefix length of the IP address.
- value string
- The IPv4 address of the host.
- prefix_
length number - The prefix length of the IP address.
- value String
- The IPv4 address of the host.
- prefix
Length Integer - The prefix length of the IP address.
- value string
- The IPv4 address of the host.
- prefix
Length number - The prefix length of the IP address.
- value str
- The IPv4 address of the host.
- prefix_
length int - The prefix length of the IP address.
- value String
- The IPv4 address of the host.
- prefix
Length Number - The prefix length of the IP address.
GetOvaV2VmConfigNicNetworkInfoNetworkFunctionChain
- Ext
Id string - -(Required) The external identifier for an OVA.
- Ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id string - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
- ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id str - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
GetOvaV2VmConfigNicNetworkInfoSubnet
- Ext
Id string - -(Required) The external identifier for an OVA.
- Ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id string - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
- ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id str - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
GetOvaV2VmConfigNicNicBackingInfo
GetOvaV2VmConfigNicNicBackingInfoDpOffloadNic
- Dp
Offload PiersProfile Reference Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Nic Nic Backing Info Dp Offload Nic Dp Offload Profile Reference - Host
Pcie PiersDevice Reference Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Nic Nic Backing Info Dp Offload Nic Host Pcie Device Reference - Is
Connected bool - Indicates whether the serial port is connected or not.
- Mac
Address string - MAC address of the emulated NIC.
- Dp
Offload GetProfile Reference Ova V2Vm Config Nic Nic Backing Info Dp Offload Nic Dp Offload Profile Reference - Host
Pcie GetDevice Reference Ova V2Vm Config Nic Nic Backing Info Dp Offload Nic Host Pcie Device Reference - Is
Connected bool - Indicates whether the serial port is connected or not.
- Mac
Address string - MAC address of the emulated NIC.
- dp_
offload_ objectprofile_ reference - host_
pcie_ objectdevice_ reference - is_
connected bool - Indicates whether the serial port is connected or not.
- mac_
address string - MAC address of the emulated NIC.
- dp
Offload GetProfile Reference Ova V2Vm Config Nic Nic Backing Info Dp Offload Nic Dp Offload Profile Reference - host
Pcie GetDevice Reference Ova V2Vm Config Nic Nic Backing Info Dp Offload Nic Host Pcie Device Reference - is
Connected Boolean - Indicates whether the serial port is connected or not.
- mac
Address String - MAC address of the emulated NIC.
- dp
Offload GetProfile Reference Ova V2Vm Config Nic Nic Backing Info Dp Offload Nic Dp Offload Profile Reference - host
Pcie GetDevice Reference Ova V2Vm Config Nic Nic Backing Info Dp Offload Nic Host Pcie Device Reference - is
Connected boolean - Indicates whether the serial port is connected or not.
- mac
Address string - MAC address of the emulated NIC.
- dp_
offload_ Getprofile_ reference Ova V2Vm Config Nic Nic Backing Info Dp Offload Nic Dp Offload Profile Reference - host_
pcie_ Getdevice_ reference Ova V2Vm Config Nic Nic Backing Info Dp Offload Nic Host Pcie Device Reference - is_
connected bool - Indicates whether the serial port is connected or not.
- mac_
address str - MAC address of the emulated NIC.
- dp
Offload Property MapProfile Reference - host
Pcie Property MapDevice Reference - is
Connected Boolean - Indicates whether the serial port is connected or not.
- mac
Address String - MAC address of the emulated NIC.
GetOvaV2VmConfigNicNicBackingInfoDpOffloadNicDpOffloadProfileReference
- Ext
Id string - -(Required) The external identifier for an OVA.
- Ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id string - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
- ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id str - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
GetOvaV2VmConfigNicNicBackingInfoDpOffloadNicHostPcieDeviceReference
- Ext
Id string - -(Required) The external identifier for an OVA.
- Ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id string - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
- ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id str - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
GetOvaV2VmConfigNicNicBackingInfoSriovNic
- Host
Pcie PiersDevice Reference Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Nic Nic Backing Info Sriov Nic Host Pcie Device Reference - Is
Connected bool - Indicates whether the serial port is connected or not.
- Mac
Address string - MAC address of the emulated NIC.
- Sriov
Profile PiersReference Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Nic Nic Backing Info Sriov Nic Sriov Profile Reference
- Host
Pcie GetDevice Reference Ova V2Vm Config Nic Nic Backing Info Sriov Nic Host Pcie Device Reference - Is
Connected bool - Indicates whether the serial port is connected or not.
- Mac
Address string - MAC address of the emulated NIC.
- Sriov
Profile GetReference Ova V2Vm Config Nic Nic Backing Info Sriov Nic Sriov Profile Reference
- host_
pcie_ objectdevice_ reference - is_
connected bool - Indicates whether the serial port is connected or not.
- mac_
address string - MAC address of the emulated NIC.
- sriov_
profile_ objectreference
- host
Pcie GetDevice Reference Ova V2Vm Config Nic Nic Backing Info Sriov Nic Host Pcie Device Reference - is
Connected Boolean - Indicates whether the serial port is connected or not.
- mac
Address String - MAC address of the emulated NIC.
- sriov
Profile GetReference Ova V2Vm Config Nic Nic Backing Info Sriov Nic Sriov Profile Reference
- host
Pcie GetDevice Reference Ova V2Vm Config Nic Nic Backing Info Sriov Nic Host Pcie Device Reference - is
Connected boolean - Indicates whether the serial port is connected or not.
- mac
Address string - MAC address of the emulated NIC.
- sriov
Profile GetReference Ova V2Vm Config Nic Nic Backing Info Sriov Nic Sriov Profile Reference
- host_
pcie_ Getdevice_ reference Ova V2Vm Config Nic Nic Backing Info Sriov Nic Host Pcie Device Reference - is_
connected bool - Indicates whether the serial port is connected or not.
- mac_
address str - MAC address of the emulated NIC.
- sriov_
profile_ Getreference Ova V2Vm Config Nic Nic Backing Info Sriov Nic Sriov Profile Reference
- host
Pcie Property MapDevice Reference - is
Connected Boolean - Indicates whether the serial port is connected or not.
- mac
Address String - MAC address of the emulated NIC.
- sriov
Profile Property MapReference
GetOvaV2VmConfigNicNicBackingInfoSriovNicHostPcieDeviceReference
- Ext
Id string - -(Required) The external identifier for an OVA.
- Ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id string - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
- ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id str - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
GetOvaV2VmConfigNicNicBackingInfoSriovNicSriovProfileReference
- Ext
Id string - -(Required) The external identifier for an OVA.
- Ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id string - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
- ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id str - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
GetOvaV2VmConfigNicNicBackingInfoVirtualEthernetNic
- Is
Connected bool - Indicates whether the serial port is connected or not.
- Mac
Address string - MAC address of the emulated NIC.
- Model string
- Options for the NIC emulation.
- Num
Queues int - The number of Tx/Rx queue pairs for this NIC
- Is
Connected bool - Indicates whether the serial port is connected or not.
- Mac
Address string - MAC address of the emulated NIC.
- Model string
- Options for the NIC emulation.
- Num
Queues int - The number of Tx/Rx queue pairs for this NIC
- is_
connected bool - Indicates whether the serial port is connected or not.
- mac_
address string - MAC address of the emulated NIC.
- model string
- Options for the NIC emulation.
- num_
queues number - The number of Tx/Rx queue pairs for this NIC
- is
Connected Boolean - Indicates whether the serial port is connected or not.
- mac
Address String - MAC address of the emulated NIC.
- model String
- Options for the NIC emulation.
- num
Queues Integer - The number of Tx/Rx queue pairs for this NIC
- is
Connected boolean - Indicates whether the serial port is connected or not.
- mac
Address string - MAC address of the emulated NIC.
- model string
- Options for the NIC emulation.
- num
Queues number - The number of Tx/Rx queue pairs for this NIC
- is_
connected bool - Indicates whether the serial port is connected or not.
- mac_
address str - MAC address of the emulated NIC.
- model str
- Options for the NIC emulation.
- num_
queues int - The number of Tx/Rx queue pairs for this NIC
- is
Connected Boolean - Indicates whether the serial port is connected or not.
- mac
Address String - MAC address of the emulated NIC.
- model String
- Options for the NIC emulation.
- num
Queues Number - The number of Tx/Rx queue pairs for this NIC
GetOvaV2VmConfigNicNicNetworkInfo
- Dp
Offload PiersNic Network Info Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Nic Nic Network Info Dp Offload Nic Network Info - Sriov
Nic PiersNetwork Info Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Nic Nic Network Info Sriov Nic Network Info - Virtual
Ethernet PiersNic Network Info Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Nic Nic Network Info Virtual Ethernet Nic Network Info
GetOvaV2VmConfigNicNicNetworkInfoDpOffloadNicNetworkInfo
- Ipv4Configs
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Nic Nic Network Info Dp Offload Nic Network Info Ipv4Config> - The IP address configurations.
- Ipv4Infos
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Nic Nic Network Info Dp Offload Nic Network Info Ipv4Info> - The runtime IP address information of the NIC.
- Ipv6Infos
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Nic Nic Network Info Dp Offload Nic Network Info Ipv6Info> - 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 Ova V2Vm Config Nic Nic Network Info Dp Offload Nic Network Info Subnet> - Network identifier for this adapter. Only valid if nicType 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. values are: ACCESS, TRUNKED.
- Ipv4Configs
[]Get
Ova V2Vm Config Nic Nic Network Info Dp Offload Nic Network Info Ipv4Config - The IP address configurations.
- Ipv4Infos
[]Get
Ova V2Vm Config Nic Nic Network Info Dp Offload Nic Network Info Ipv4Info - The runtime IP address information of the NIC.
- Ipv6Infos
[]Get
Ova V2Vm Config Nic Nic Network Info Dp Offload Nic Network Info Ipv6Info - 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
Ova V2Vm Config Nic Nic Network Info Dp Offload Nic Network Info Subnet - Network identifier for this adapter. Only valid if nicType 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. values are: ACCESS, TRUNKED.
- ipv4_
configs list(object) - The IP address configurations.
- ipv4_
infos list(object) - The runtime IP address information of the NIC.
- ipv6_
infos list(object) - 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(object)
- Network identifier for this adapter. Only valid if nicType 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. values are: ACCESS, TRUNKED.
- ipv4Configs
List<Get
Ova V2Vm Config Nic Nic Network Info Dp Offload Nic Network Info Ipv4Config> - The IP address configurations.
- ipv4Infos
List<Get
Ova V2Vm Config Nic Nic Network Info Dp Offload Nic Network Info Ipv4Info> - The runtime IP address information of the NIC.
- ipv6Infos
List<Get
Ova V2Vm Config Nic Nic Network Info Dp Offload Nic Network Info Ipv6Info> - 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
Ova V2Vm Config Nic Nic Network Info Dp Offload Nic Network Info Subnet> - Network identifier for this adapter. Only valid if nicType 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. values are: ACCESS, TRUNKED.
- ipv4Configs
Get
Ova V2Vm Config Nic Nic Network Info Dp Offload Nic Network Info Ipv4Config[] - The IP address configurations.
- ipv4Infos
Get
Ova V2Vm Config Nic Nic Network Info Dp Offload Nic Network Info Ipv4Info[] - The runtime IP address information of the NIC.
- ipv6Infos
Get
Ova V2Vm Config Nic Nic Network Info Dp Offload Nic Network Info Ipv6Info[] - 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
Ova V2Vm Config Nic Nic Network Info Dp Offload Nic Network Info Subnet[] - Network identifier for this adapter. Only valid if nicType 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. values are: ACCESS, TRUNKED.
- ipv4_
configs Sequence[GetOva V2Vm Config Nic Nic Network Info Dp Offload Nic Network Info Ipv4Config] - The IP address configurations.
- ipv4_
infos Sequence[GetOva V2Vm Config Nic Nic Network Info Dp Offload Nic Network Info Ipv4Info] - The runtime IP address information of the NIC.
- ipv6_
infos Sequence[GetOva V2Vm Config Nic Nic Network Info Dp Offload Nic Network Info Ipv6Info] - 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
Ova V2Vm Config Nic Nic Network Info Dp Offload Nic Network Info Subnet] - Network identifier for this adapter. Only valid if nicType 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. values are: ACCESS, TRUNKED.
- ipv4Configs List<Property Map>
- The IP address configurations.
- ipv4Infos List<Property Map>
- The runtime IP address information of the NIC.
- ipv6Infos List<Property Map>
- 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 nicType 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. values are: ACCESS, TRUNKED.
GetOvaV2VmConfigNicNicNetworkInfoDpOffloadNicNetworkInfoIpv4Config
- Ip
Addresses List<PiersKarsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Nic Nic Network Info Dp Offload Nic Network Info Ipv4Config Ip Address> - The IP address of the NIC.
- Secondary
Ip List<PiersAddress Lists Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Nic Nic Network Info Dp Offload Nic Network Info Ipv4Config Secondary Ip Address List> - Secondary IP addresses for the NIC.
- Should
Assign boolIp - If set to true (default value), an IP address must be assigned to the VM NIC - either the one explicitly specified by the user or allocated automatically by the IPAM service by not specifying the IP address. If false, then no IP assignment is required for this VM NIC.
- Ip
Addresses []GetOva V2Vm Config Nic Nic Network Info Dp Offload Nic Network Info Ipv4Config Ip Address - The IP address of the NIC.
- Secondary
Ip []GetAddress Lists Ova V2Vm Config Nic Nic Network Info Dp Offload Nic Network Info Ipv4Config Secondary Ip Address List - Secondary IP addresses for the NIC.
- Should
Assign boolIp - If set to true (default value), an IP address must be assigned to the VM NIC - either the one explicitly specified by the user or allocated automatically by the IPAM service by not specifying the IP address. If false, then no IP assignment is required for this VM NIC.
- ip_
addresses list(object) - The IP address of the NIC.
- secondary_
ip_ list(object)address_ lists - Secondary IP addresses for the NIC.
- should_
assign_ boolip - If set to true (default value), an IP address must be assigned to the VM NIC - either the one explicitly specified by the user or allocated automatically by the IPAM service by not specifying the IP address. If false, then no IP assignment is required for this VM NIC.
- ip
Addresses List<GetOva V2Vm Config Nic Nic Network Info Dp Offload Nic Network Info Ipv4Config Ip Address> - The IP address of the NIC.
- secondary
Ip List<GetAddress Lists Ova V2Vm Config Nic Nic Network Info Dp Offload Nic Network Info Ipv4Config Secondary Ip Address List> - Secondary IP addresses for the NIC.
- should
Assign BooleanIp - If set to true (default value), an IP address must be assigned to the VM NIC - either the one explicitly specified by the user or allocated automatically by the IPAM service by not specifying the IP address. If false, then no IP assignment is required for this VM NIC.
- ip
Addresses GetOva V2Vm Config Nic Nic Network Info Dp Offload Nic Network Info Ipv4Config Ip Address[] - The IP address of the NIC.
- secondary
Ip GetAddress Lists Ova V2Vm Config Nic Nic Network Info Dp Offload Nic Network Info Ipv4Config Secondary Ip Address List[] - Secondary IP addresses for the NIC.
- should
Assign booleanIp - If set to true (default value), an IP address must be assigned to the VM NIC - either the one explicitly specified by the user or allocated automatically by the IPAM service by not specifying the IP address. If false, then no IP assignment is required for this VM NIC.
- ip_
addresses Sequence[GetOva V2Vm Config Nic Nic Network Info Dp Offload Nic Network Info Ipv4Config Ip Address] - The IP address of the NIC.
- secondary_
ip_ Sequence[Getaddress_ lists Ova V2Vm Config Nic Nic Network Info Dp Offload Nic Network Info Ipv4Config Secondary Ip Address List] - Secondary IP addresses for the NIC.
- should_
assign_ boolip - If set to true (default value), an IP address must be assigned to the VM NIC - either the one explicitly specified by the user or allocated automatically by the IPAM service by not specifying the IP address. If false, then no IP assignment is required for this VM NIC.
- ip
Addresses List<Property Map> - The IP address of the NIC.
- secondary
Ip List<Property Map>Address Lists - Secondary IP addresses for the NIC.
- should
Assign BooleanIp - If set to true (default value), an IP address must be assigned to the VM NIC - either the one explicitly specified by the user or allocated automatically by the IPAM service by not specifying the IP address. If false, then no IP assignment is required for this VM NIC.
GetOvaV2VmConfigNicNicNetworkInfoDpOffloadNicNetworkInfoIpv4ConfigIpAddress
- Value string
- The IPv4 address of the host.
- Prefix
Length int - The prefix length of the IP address.
- Value string
- The IPv4 address of the host.
- Prefix
Length int - The prefix length of the IP address.
- value string
- The IPv4 address of the host.
- prefix_
length number - The prefix length of the IP address.
- value String
- The IPv4 address of the host.
- prefix
Length Integer - The prefix length of the IP address.
- value string
- The IPv4 address of the host.
- prefix
Length number - The prefix length of the IP address.
- value str
- The IPv4 address of the host.
- prefix_
length int - The prefix length of the IP address.
- value String
- The IPv4 address of the host.
- prefix
Length Number - The prefix length of the IP address.
GetOvaV2VmConfigNicNicNetworkInfoDpOffloadNicNetworkInfoIpv4ConfigSecondaryIpAddressList
- Value string
- The IPv4 address of the host.
- Prefix
Length int - The prefix length of the IP address.
- Value string
- The IPv4 address of the host.
- Prefix
Length int - The prefix length of the IP address.
- value string
- The IPv4 address of the host.
- prefix_
length number - The prefix length of the IP address.
- value String
- The IPv4 address of the host.
- prefix
Length Integer - The prefix length of the IP address.
- value string
- The IPv4 address of the host.
- prefix
Length number - The prefix length of the IP address.
- value str
- The IPv4 address of the host.
- prefix_
length int - The prefix length of the IP address.
- value String
- The IPv4 address of the host.
- prefix
Length Number - The prefix length of the IP address.
GetOvaV2VmConfigNicNicNetworkInfoDpOffloadNicNetworkInfoIpv4Info
- Learned
Ip List<PiersAddresses Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Nic Nic Network Info Dp Offload Nic Network Info Ipv4Info Learned Ip Address> - The list of IP addresses learned by the NIC.
- Learned
Ip []GetAddresses Ova V2Vm Config Nic Nic Network Info Dp Offload Nic Network Info Ipv4Info Learned Ip Address - The list of IP addresses learned by the NIC.
- learned_
ip_ list(object)addresses - The list of IP addresses learned by the NIC.
- learned
Ip List<GetAddresses Ova V2Vm Config Nic Nic Network Info Dp Offload Nic Network Info Ipv4Info Learned Ip Address> - The list of IP addresses learned by the NIC.
- learned
Ip GetAddresses Ova V2Vm Config Nic Nic Network Info Dp Offload Nic Network Info Ipv4Info Learned Ip Address[] - The list of IP addresses learned by the NIC.
- learned_
ip_ Sequence[Getaddresses Ova V2Vm Config Nic Nic Network Info Dp Offload Nic Network Info Ipv4Info Learned Ip Address] - The list of IP addresses learned by the NIC.
- learned
Ip List<Property Map>Addresses - The list of IP addresses learned by the NIC.
GetOvaV2VmConfigNicNicNetworkInfoDpOffloadNicNetworkInfoIpv4InfoLearnedIpAddress
- Value string
- The IPv4 address of the host.
- Prefix
Length int - The prefix length of the IP address.
- Value string
- The IPv4 address of the host.
- Prefix
Length int - The prefix length of the IP address.
- value string
- The IPv4 address of the host.
- prefix_
length number - The prefix length of the IP address.
- value String
- The IPv4 address of the host.
- prefix
Length Integer - The prefix length of the IP address.
- value string
- The IPv4 address of the host.
- prefix
Length number - The prefix length of the IP address.
- value str
- The IPv4 address of the host.
- prefix_
length int - The prefix length of the IP address.
- value String
- The IPv4 address of the host.
- prefix
Length Number - The prefix length of the IP address.
GetOvaV2VmConfigNicNicNetworkInfoDpOffloadNicNetworkInfoIpv6Info
GetOvaV2VmConfigNicNicNetworkInfoDpOffloadNicNetworkInfoIpv6InfoLearnedIpv6Address
- Value string
- The IPv4 address of the host.
- Prefix
Length int - The prefix length of the IP address.
- Value string
- The IPv4 address of the host.
- Prefix
Length int - The prefix length of the IP address.
- value string
- The IPv4 address of the host.
- prefix_
length number - The prefix length of the IP address.
- value String
- The IPv4 address of the host.
- prefix
Length Integer - The prefix length of the IP address.
- value string
- The IPv4 address of the host.
- prefix
Length number - The prefix length of the IP address.
- value str
- The IPv4 address of the host.
- prefix_
length int - The prefix length of the IP address.
- value String
- The IPv4 address of the host.
- prefix
Length Number - The prefix length of the IP address.
GetOvaV2VmConfigNicNicNetworkInfoDpOffloadNicNetworkInfoSubnet
- Ext
Id string - -(Required) The external identifier for an OVA.
- Ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id string - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
- ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id str - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
GetOvaV2VmConfigNicNicNetworkInfoSriovNicNetworkInfo
- Vlan
Id int
- Vlan
Id int
- vlan_
id number
- vlan
Id Integer
- vlan
Id number
- vlan_
id int
- vlan
Id Number
GetOvaV2VmConfigNicNicNetworkInfoVirtualEthernetNicNetworkInfo
- Ipv4Configs
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Nic Nic Network Info Virtual Ethernet Nic Network Info Ipv4Config> - The IP address configurations.
- Ipv4Infos
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Nic Nic Network Info Virtual Ethernet Nic Network Info Ipv4Info> - The runtime IP address information of the NIC.
- Ipv6Infos
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Nic Nic Network Info Virtual Ethernet Nic Network Info Ipv6Info> - Network
Function List<PiersChains Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Nic Nic Network Info Virtual Ethernet Nic Network Info Network Function Chain> - The network function chain associates with the NIC. Only valid if nicType is NORMAL_NIC.
- Network
Function stringNic Type - The type of this Network function NIC. Defaults to INGRESS. values are: TAP, EGRESS, INGRESS.
- Nic
Type string - NIC type. Defaults to NORMAL_NIC. The acceptable values are: SPAN_DESTINATION_NIC, NORMAL_NIC, DIRECT_NIC, NETWORK_FUNCTION_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 Ova V2Vm Config Nic Nic Network Info Virtual Ethernet Nic Network Info Subnet> - Network identifier for this adapter. Only valid if nicType 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. values are: ACCESS, TRUNKED.
- Ipv4Configs
[]Get
Ova V2Vm Config Nic Nic Network Info Virtual Ethernet Nic Network Info Ipv4Config - The IP address configurations.
- Ipv4Infos
[]Get
Ova V2Vm Config Nic Nic Network Info Virtual Ethernet Nic Network Info Ipv4Info - The runtime IP address information of the NIC.
- Ipv6Infos
[]Get
Ova V2Vm Config Nic Nic Network Info Virtual Ethernet Nic Network Info Ipv6Info - Network
Function []GetChains Ova V2Vm Config Nic Nic Network Info Virtual Ethernet Nic Network Info Network Function Chain - The network function chain associates with the NIC. Only valid if nicType is NORMAL_NIC.
- Network
Function stringNic Type - The type of this Network function NIC. Defaults to INGRESS. values are: TAP, EGRESS, INGRESS.
- Nic
Type string - NIC type. Defaults to NORMAL_NIC. The acceptable values are: SPAN_DESTINATION_NIC, NORMAL_NIC, DIRECT_NIC, NETWORK_FUNCTION_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
Ova V2Vm Config Nic Nic Network Info Virtual Ethernet Nic Network Info Subnet - Network identifier for this adapter. Only valid if nicType 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. values are: ACCESS, TRUNKED.
- ipv4_
configs list(object) - The IP address configurations.
- ipv4_
infos list(object) - The runtime IP address information of the NIC.
- ipv6_
infos list(object) - network_
function_ list(object)chains - The network function chain associates with the NIC. Only valid if nicType is NORMAL_NIC.
- network_
function_ stringnic_ type - The type of this Network function NIC. Defaults to INGRESS. values are: TAP, EGRESS, INGRESS.
- nic_
type string - NIC type. Defaults to NORMAL_NIC. The acceptable values are: SPAN_DESTINATION_NIC, NORMAL_NIC, DIRECT_NIC, NETWORK_FUNCTION_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(object)
- Network identifier for this adapter. Only valid if nicType 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. values are: ACCESS, TRUNKED.
- ipv4Configs
List<Get
Ova V2Vm Config Nic Nic Network Info Virtual Ethernet Nic Network Info Ipv4Config> - The IP address configurations.
- ipv4Infos
List<Get
Ova V2Vm Config Nic Nic Network Info Virtual Ethernet Nic Network Info Ipv4Info> - The runtime IP address information of the NIC.
- ipv6Infos
List<Get
Ova V2Vm Config Nic Nic Network Info Virtual Ethernet Nic Network Info Ipv6Info> - network
Function List<GetChains Ova V2Vm Config Nic Nic Network Info Virtual Ethernet Nic Network Info Network Function Chain> - The network function chain associates with the NIC. Only valid if nicType is NORMAL_NIC.
- network
Function StringNic Type - The type of this Network function NIC. Defaults to INGRESS. values are: TAP, EGRESS, INGRESS.
- nic
Type String - NIC type. Defaults to NORMAL_NIC. The acceptable values are: SPAN_DESTINATION_NIC, NORMAL_NIC, DIRECT_NIC, NETWORK_FUNCTION_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
Ova V2Vm Config Nic Nic Network Info Virtual Ethernet Nic Network Info Subnet> - Network identifier for this adapter. Only valid if nicType 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. values are: ACCESS, TRUNKED.
- ipv4Configs
Get
Ova V2Vm Config Nic Nic Network Info Virtual Ethernet Nic Network Info Ipv4Config[] - The IP address configurations.
- ipv4Infos
Get
Ova V2Vm Config Nic Nic Network Info Virtual Ethernet Nic Network Info Ipv4Info[] - The runtime IP address information of the NIC.
- ipv6Infos
Get
Ova V2Vm Config Nic Nic Network Info Virtual Ethernet Nic Network Info Ipv6Info[] - network
Function GetChains Ova V2Vm Config Nic Nic Network Info Virtual Ethernet Nic Network Info Network Function Chain[] - The network function chain associates with the NIC. Only valid if nicType is NORMAL_NIC.
- network
Function stringNic Type - The type of this Network function NIC. Defaults to INGRESS. values are: TAP, EGRESS, INGRESS.
- nic
Type string - NIC type. Defaults to NORMAL_NIC. The acceptable values are: SPAN_DESTINATION_NIC, NORMAL_NIC, DIRECT_NIC, NETWORK_FUNCTION_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
Ova V2Vm Config Nic Nic Network Info Virtual Ethernet Nic Network Info Subnet[] - Network identifier for this adapter. Only valid if nicType 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. values are: ACCESS, TRUNKED.
- ipv4_
configs Sequence[GetOva V2Vm Config Nic Nic Network Info Virtual Ethernet Nic Network Info Ipv4Config] - The IP address configurations.
- ipv4_
infos Sequence[GetOva V2Vm Config Nic Nic Network Info Virtual Ethernet Nic Network Info Ipv4Info] - The runtime IP address information of the NIC.
- ipv6_
infos Sequence[GetOva V2Vm Config Nic Nic Network Info Virtual Ethernet Nic Network Info Ipv6Info] - network_
function_ Sequence[Getchains Ova V2Vm Config Nic Nic Network Info Virtual Ethernet Nic Network Info Network Function Chain] - The network function chain associates with the NIC. Only valid if nicType is NORMAL_NIC.
- network_
function_ strnic_ type - The type of this Network function NIC. Defaults to INGRESS. values are: TAP, EGRESS, INGRESS.
- nic_
type str - NIC type. Defaults to NORMAL_NIC. The acceptable values are: SPAN_DESTINATION_NIC, NORMAL_NIC, DIRECT_NIC, NETWORK_FUNCTION_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
Ova V2Vm Config Nic Nic Network Info Virtual Ethernet Nic Network Info Subnet] - Network identifier for this adapter. Only valid if nicType 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. values are: ACCESS, TRUNKED.
- ipv4Configs List<Property Map>
- The IP address configurations.
- ipv4Infos List<Property Map>
- The runtime IP address information of the NIC.
- ipv6Infos List<Property Map>
- network
Function List<Property Map>Chains - The network function chain associates with the NIC. Only valid if nicType is NORMAL_NIC.
- network
Function StringNic Type - The type of this Network function NIC. Defaults to INGRESS. values are: TAP, EGRESS, INGRESS.
- nic
Type String - NIC type. Defaults to NORMAL_NIC. The acceptable values are: SPAN_DESTINATION_NIC, NORMAL_NIC, DIRECT_NIC, NETWORK_FUNCTION_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 nicType 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. values are: ACCESS, TRUNKED.
GetOvaV2VmConfigNicNicNetworkInfoVirtualEthernetNicNetworkInfoIpv4Config
- Ip
Addresses List<PiersKarsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Nic Nic Network Info Virtual Ethernet Nic Network Info Ipv4Config Ip Address> - The IP address of the NIC.
- Secondary
Ip List<PiersAddress Lists Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Nic Nic Network Info Virtual Ethernet Nic Network Info Ipv4Config Secondary Ip Address List> - Secondary IP addresses for the NIC.
- Should
Assign boolIp - If set to true (default value), an IP address must be assigned to the VM NIC - either the one explicitly specified by the user or allocated automatically by the IPAM service by not specifying the IP address. If false, then no IP assignment is required for this VM NIC.
- Ip
Addresses []GetOva V2Vm Config Nic Nic Network Info Virtual Ethernet Nic Network Info Ipv4Config Ip Address - The IP address of the NIC.
- Secondary
Ip []GetAddress Lists Ova V2Vm Config Nic Nic Network Info Virtual Ethernet Nic Network Info Ipv4Config Secondary Ip Address List - Secondary IP addresses for the NIC.
- Should
Assign boolIp - If set to true (default value), an IP address must be assigned to the VM NIC - either the one explicitly specified by the user or allocated automatically by the IPAM service by not specifying the IP address. If false, then no IP assignment is required for this VM NIC.
- ip_
addresses list(object) - The IP address of the NIC.
- secondary_
ip_ list(object)address_ lists - Secondary IP addresses for the NIC.
- should_
assign_ boolip - If set to true (default value), an IP address must be assigned to the VM NIC - either the one explicitly specified by the user or allocated automatically by the IPAM service by not specifying the IP address. If false, then no IP assignment is required for this VM NIC.
- ip
Addresses List<GetOva V2Vm Config Nic Nic Network Info Virtual Ethernet Nic Network Info Ipv4Config Ip Address> - The IP address of the NIC.
- secondary
Ip List<GetAddress Lists Ova V2Vm Config Nic Nic Network Info Virtual Ethernet Nic Network Info Ipv4Config Secondary Ip Address List> - Secondary IP addresses for the NIC.
- should
Assign BooleanIp - If set to true (default value), an IP address must be assigned to the VM NIC - either the one explicitly specified by the user or allocated automatically by the IPAM service by not specifying the IP address. If false, then no IP assignment is required for this VM NIC.
- ip
Addresses GetOva V2Vm Config Nic Nic Network Info Virtual Ethernet Nic Network Info Ipv4Config Ip Address[] - The IP address of the NIC.
- secondary
Ip GetAddress Lists Ova V2Vm Config Nic Nic Network Info Virtual Ethernet Nic Network Info Ipv4Config Secondary Ip Address List[] - Secondary IP addresses for the NIC.
- should
Assign booleanIp - If set to true (default value), an IP address must be assigned to the VM NIC - either the one explicitly specified by the user or allocated automatically by the IPAM service by not specifying the IP address. If false, then no IP assignment is required for this VM NIC.
- ip_
addresses Sequence[GetOva V2Vm Config Nic Nic Network Info Virtual Ethernet Nic Network Info Ipv4Config Ip Address] - The IP address of the NIC.
- secondary_
ip_ Sequence[Getaddress_ lists Ova V2Vm Config Nic Nic Network Info Virtual Ethernet Nic Network Info Ipv4Config Secondary Ip Address List] - Secondary IP addresses for the NIC.
- should_
assign_ boolip - If set to true (default value), an IP address must be assigned to the VM NIC - either the one explicitly specified by the user or allocated automatically by the IPAM service by not specifying the IP address. If false, then no IP assignment is required for this VM NIC.
- ip
Addresses List<Property Map> - The IP address of the NIC.
- secondary
Ip List<Property Map>Address Lists - Secondary IP addresses for the NIC.
- should
Assign BooleanIp - If set to true (default value), an IP address must be assigned to the VM NIC - either the one explicitly specified by the user or allocated automatically by the IPAM service by not specifying the IP address. If false, then no IP assignment is required for this VM NIC.
GetOvaV2VmConfigNicNicNetworkInfoVirtualEthernetNicNetworkInfoIpv4ConfigIpAddress
- Value string
- The IPv4 address of the host.
- Prefix
Length int - The prefix length of the IP address.
- Value string
- The IPv4 address of the host.
- Prefix
Length int - The prefix length of the IP address.
- value string
- The IPv4 address of the host.
- prefix_
length number - The prefix length of the IP address.
- value String
- The IPv4 address of the host.
- prefix
Length Integer - The prefix length of the IP address.
- value string
- The IPv4 address of the host.
- prefix
Length number - The prefix length of the IP address.
- value str
- The IPv4 address of the host.
- prefix_
length int - The prefix length of the IP address.
- value String
- The IPv4 address of the host.
- prefix
Length Number - The prefix length of the IP address.
GetOvaV2VmConfigNicNicNetworkInfoVirtualEthernetNicNetworkInfoIpv4ConfigSecondaryIpAddressList
- Value string
- The IPv4 address of the host.
- Prefix
Length int - The prefix length of the IP address.
- Value string
- The IPv4 address of the host.
- Prefix
Length int - The prefix length of the IP address.
- value string
- The IPv4 address of the host.
- prefix_
length number - The prefix length of the IP address.
- value String
- The IPv4 address of the host.
- prefix
Length Integer - The prefix length of the IP address.
- value string
- The IPv4 address of the host.
- prefix
Length number - The prefix length of the IP address.
- value str
- The IPv4 address of the host.
- prefix_
length int - The prefix length of the IP address.
- value String
- The IPv4 address of the host.
- prefix
Length Number - The prefix length of the IP address.
GetOvaV2VmConfigNicNicNetworkInfoVirtualEthernetNicNetworkInfoIpv4Info
- Learned
Ip List<PiersAddresses Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Nic Nic Network Info Virtual Ethernet Nic Network Info Ipv4Info Learned Ip Address> - The list of IP addresses learned by the NIC.
- Learned
Ip []GetAddresses Ova V2Vm Config Nic Nic Network Info Virtual Ethernet Nic Network Info Ipv4Info Learned Ip Address - The list of IP addresses learned by the NIC.
- learned_
ip_ list(object)addresses - The list of IP addresses learned by the NIC.
- learned
Ip List<GetAddresses Ova V2Vm Config Nic Nic Network Info Virtual Ethernet Nic Network Info Ipv4Info Learned Ip Address> - The list of IP addresses learned by the NIC.
- learned
Ip GetAddresses Ova V2Vm Config Nic Nic Network Info Virtual Ethernet Nic Network Info Ipv4Info Learned Ip Address[] - The list of IP addresses learned by the NIC.
- learned_
ip_ Sequence[Getaddresses Ova V2Vm Config Nic Nic Network Info Virtual Ethernet Nic Network Info Ipv4Info Learned Ip Address] - The list of IP addresses learned by the NIC.
- learned
Ip List<Property Map>Addresses - The list of IP addresses learned by the NIC.
GetOvaV2VmConfigNicNicNetworkInfoVirtualEthernetNicNetworkInfoIpv4InfoLearnedIpAddress
- Value string
- The IPv4 address of the host.
- Prefix
Length int - The prefix length of the IP address.
- Value string
- The IPv4 address of the host.
- Prefix
Length int - The prefix length of the IP address.
- value string
- The IPv4 address of the host.
- prefix_
length number - The prefix length of the IP address.
- value String
- The IPv4 address of the host.
- prefix
Length Integer - The prefix length of the IP address.
- value string
- The IPv4 address of the host.
- prefix
Length number - The prefix length of the IP address.
- value str
- The IPv4 address of the host.
- prefix_
length int - The prefix length of the IP address.
- value String
- The IPv4 address of the host.
- prefix
Length Number - The prefix length of the IP address.
GetOvaV2VmConfigNicNicNetworkInfoVirtualEthernetNicNetworkInfoIpv6Info
GetOvaV2VmConfigNicNicNetworkInfoVirtualEthernetNicNetworkInfoIpv6InfoLearnedIpv6Address
- Value string
- The IPv4 address of the host.
- Prefix
Length int - The prefix length of the IP address.
- Value string
- The IPv4 address of the host.
- Prefix
Length int - The prefix length of the IP address.
- value string
- The IPv4 address of the host.
- prefix_
length number - The prefix length of the IP address.
- value String
- The IPv4 address of the host.
- prefix
Length Integer - The prefix length of the IP address.
- value string
- The IPv4 address of the host.
- prefix
Length number - The prefix length of the IP address.
- value str
- The IPv4 address of the host.
- prefix_
length int - The prefix length of the IP address.
- value String
- The IPv4 address of the host.
- prefix
Length Number - The prefix length of the IP address.
GetOvaV2VmConfigNicNicNetworkInfoVirtualEthernetNicNetworkInfoNetworkFunctionChain
- Ext
Id string - -(Required) The external identifier for an OVA.
- Ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id string - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
- ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id str - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
GetOvaV2VmConfigNicNicNetworkInfoVirtualEthernetNicNetworkInfoSubnet
- Ext
Id string - -(Required) The external identifier for an OVA.
- Ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id string - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
- ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id str - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
GetOvaV2VmConfigOwnershipInfo
- Owners
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Ownership Info Owner> - Reference to the owner.
- Owners
[]Get
Ova V2Vm Config Ownership Info Owner - Reference to the owner.
- owners list(object)
- Reference to the owner.
- owners
List<Get
Ova V2Vm Config Ownership Info Owner> - Reference to the owner.
- owners
Get
Ova V2Vm Config Ownership Info Owner[] - Reference to the owner.
- owners
Sequence[Get
Ova V2Vm Config Ownership Info Owner] - Reference to the owner.
- owners List<Property Map>
- Reference to the owner.
GetOvaV2VmConfigOwnershipInfoOwner
- Ext
Id string - -(Required) The external identifier for an OVA.
- Ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id string - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
- ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id str - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
GetOvaV2VmConfigProject
- Ext
Id string - -(Required) The external identifier for an OVA.
- Ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id string - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
- ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id str - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
GetOvaV2VmConfigProtectionPolicyState
- Policies
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Protection Policy State Policy> - Reference to the policy object in use.
- Policies
[]Get
Ova V2Vm Config Protection Policy State Policy - Reference to the policy object in use.
- policies list(object)
- Reference to the policy object in use.
- policies
List<Get
Ova V2Vm Config Protection Policy State Policy> - Reference to the policy object in use.
- policies
Get
Ova V2Vm Config Protection Policy State Policy[] - Reference to the policy object in use.
- policies
Sequence[Get
Ova V2Vm Config Protection Policy State Policy] - Reference to the policy object in use.
- policies List<Property Map>
- Reference to the policy object in use.
GetOvaV2VmConfigProtectionPolicyStatePolicy
- Ext
Id string - -(Required) The external identifier for an OVA.
- Ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id string - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
- ext
Id string - -(Required) The external identifier for an OVA.
- ext_
id str - -(Required) The external identifier for an OVA.
- ext
Id String - -(Required) The external identifier for an OVA.
GetOvaV2VmConfigSerialPort
- Ext
Id string - -(Required) The external identifier for an OVA.
- Index int
- Index of the serial port.
- Is
Connected bool - Indicates whether the serial port is connected or not.
- Ext
Id string - -(Required) The external identifier for an OVA.
- Index int
- Index of the serial port.
- Is
Connected bool - Indicates whether the serial port is connected or not.
- ext_
id string - -(Required) The external identifier for an OVA.
- index number
- Index of the serial port.
- is_
connected bool - Indicates whether the serial port is connected or not.
- ext
Id String - -(Required) The external identifier for an OVA.
- index Integer
- Index of the serial port.
- is
Connected Boolean - Indicates whether the serial port is connected or not.
- ext
Id string - -(Required) The external identifier for an OVA.
- index number
- Index of the serial port.
- is
Connected boolean - Indicates whether the serial port is connected or not.
- ext_
id str - -(Required) The external identifier for an OVA.
- index int
- Index of the serial port.
- is_
connected bool - Indicates whether the serial port is connected or not.
- ext
Id String - -(Required) The external identifier for an OVA.
- index Number
- Index of the serial port.
- is
Connected Boolean - Indicates whether the serial port is connected or not.
GetOvaV2VmConfigSource
- Entity
Type string - Reference to an entity from which the VM should be cloned or created. Values are:
- VM_RECOVERY_POINT: Reference to the recovery point entity from which the VM should be cloned or created.
- VM: Reference to an entity from which the VM should be cloned or created.
- Ext
Id string - -(Required) The external identifier for an OVA.
- Entity
Type string - Reference to an entity from which the VM should be cloned or created. Values are:
- VM_RECOVERY_POINT: Reference to the recovery point entity from which the VM should be cloned or created.
- VM: Reference to an entity from which the VM should be cloned or created.
- Ext
Id string - -(Required) The external identifier for an OVA.
- entity_
type string - Reference to an entity from which the VM should be cloned or created. Values are:
- VM_RECOVERY_POINT: Reference to the recovery point entity from which the VM should be cloned or created.
- VM: Reference to an entity from which the VM should be cloned or created.
- ext_
id string - -(Required) The external identifier for an OVA.
- entity
Type String - Reference to an entity from which the VM should be cloned or created. Values are:
- VM_RECOVERY_POINT: Reference to the recovery point entity from which the VM should be cloned or created.
- VM: Reference to an entity from which the VM should be cloned or created.
- ext
Id String - -(Required) The external identifier for an OVA.
- entity
Type string - Reference to an entity from which the VM should be cloned or created. Values are:
- VM_RECOVERY_POINT: Reference to the recovery point entity from which the VM should be cloned or created.
- VM: Reference to an entity from which the VM should be cloned or created.
- ext
Id string - -(Required) The external identifier for an OVA.
- entity_
type str - Reference to an entity from which the VM should be cloned or created. Values are:
- VM_RECOVERY_POINT: Reference to the recovery point entity from which the VM should be cloned or created.
- VM: Reference to an entity from which the VM should be cloned or created.
- ext_
id str - -(Required) The external identifier for an OVA.
- entity
Type String - Reference to an entity from which the VM should be cloned or created. Values are:
- VM_RECOVERY_POINT: Reference to the recovery point entity from which the VM should be cloned or created.
- VM: Reference to an entity from which the VM should be cloned or created.
- ext
Id String - -(Required) The external identifier for an OVA.
GetOvaV2VmConfigStorageConfig
- Is
Flash boolMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- Qos
Configs List<PiersKarsenbarg. Nutanix. Inputs. Get Ova V2Vm Config Storage Config Qos Config> - QoS parameters to be enforced.
- Is
Flash boolMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- Qos
Configs []GetOva V2Vm Config Storage Config Qos Config - QoS parameters to be enforced.
- is_
flash_ boolmode_ enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- qos_
configs list(object) - QoS parameters to be enforced.
- is
Flash BooleanMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- qos
Configs List<GetOva V2Vm Config Storage Config Qos Config> - QoS parameters to be enforced.
- is
Flash booleanMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- qos
Configs GetOva V2Vm Config Storage Config Qos Config[] - QoS parameters to be enforced.
- is_
flash_ boolmode_ enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- qos_
configs Sequence[GetOva V2Vm Config Storage Config Qos Config] - QoS parameters to be enforced.
- 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.
GetOvaV2VmConfigStorageConfigQosConfig
- Throttled
Iops int - Throttled IOPS for the governed entities. The block size for the I/O is 32 kB.
- Throttled
Iops int - Throttled IOPS for the governed entities. The block size for the I/O is 32 kB.
- throttled_
iops number - Throttled IOPS for the governed entities. The block size for the I/O is 32 kB.
- throttled
Iops Integer - Throttled IOPS for the governed entities. The block size for the I/O is 32 kB.
- throttled
Iops number - Throttled IOPS for the governed entities. The block size for the I/O is 32 kB.
- throttled_
iops int - Throttled IOPS for the governed entities. The block size for the I/O is 32 kB.
- throttled
Iops Number - Throttled IOPS for the governed entities. The block size for the I/O is 32 kB.
GetOvaV2VmConfigVtpmConfig
- 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_ 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.
Package Details
- Repository
- nutanix pierskarsenbarg/pulumi-nutanix
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
nutanixTerraform Provider.
Viewing docs for Nutanix v0.16.0
published on Tuesday, May 26, 2026 by Piers Karsenbarg
published on Tuesday, May 26, 2026 by Piers Karsenbarg