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

nutanix.getVirtualMachineV2

Explore with Pulumi AI

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

    Retrieves configuration details for a Virtual Machine.

    Example

    import * as pulumi from "@pulumi/pulumi";
    import * as nutanix from "@pulumi/nutanix";
    
    const vm = nutanix.getVirtualMachineV2({
        extId: "{{ ext_id of vm }}",
    });
    
    import pulumi
    import pulumi_nutanix as nutanix
    
    vm = nutanix.get_virtual_machine_v2(ext_id="{{ ext_id of vm }}")
    
    package main
    
    import (
    	"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := nutanix.LookupVirtualMachineV2(ctx, &nutanix.LookupVirtualMachineV2Args{
    			ExtId: "{{ ext_id of vm }}",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Nutanix = Pulumi.Nutanix;
    
    return await Deployment.RunAsync(() => 
    {
        var vm = Nutanix.GetVirtualMachineV2.Invoke(new()
        {
            ExtId = "{{ ext_id of vm }}",
        });
    
    });
    
    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.GetVirtualMachineV2Args;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var vm = NutanixFunctions.getVirtualMachineV2(GetVirtualMachineV2Args.builder()
                .extId("{{ ext_id of vm }}")
                .build());
    
        }
    }
    
    variables:
      vm:
        fn::invoke:
          function: nutanix:getVirtualMachineV2
          arguments:
            extId: '{{ ext_id of vm }}'
    

    Using getVirtualMachineV2

    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 getVirtualMachineV2(args: GetVirtualMachineV2Args, opts?: InvokeOptions): Promise<GetVirtualMachineV2Result>
    function getVirtualMachineV2Output(args: GetVirtualMachineV2OutputArgs, opts?: InvokeOptions): Output<GetVirtualMachineV2Result>
    def get_virtual_machine_v2(ext_id: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetVirtualMachineV2Result
    def get_virtual_machine_v2_output(ext_id: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetVirtualMachineV2Result]
    func LookupVirtualMachineV2(ctx *Context, args *LookupVirtualMachineV2Args, opts ...InvokeOption) (*LookupVirtualMachineV2Result, error)
    func LookupVirtualMachineV2Output(ctx *Context, args *LookupVirtualMachineV2OutputArgs, opts ...InvokeOption) LookupVirtualMachineV2ResultOutput

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

    public static class GetVirtualMachineV2 
    {
        public static Task<GetVirtualMachineV2Result> InvokeAsync(GetVirtualMachineV2Args args, InvokeOptions? opts = null)
        public static Output<GetVirtualMachineV2Result> Invoke(GetVirtualMachineV2InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVirtualMachineV2Result> getVirtualMachineV2(GetVirtualMachineV2Args args, InvokeOptions options)
    public static Output<GetVirtualMachineV2Result> getVirtualMachineV2(GetVirtualMachineV2Args args, InvokeOptions options)
    
    fn::invoke:
      function: nutanix:index/getVirtualMachineV2:getVirtualMachineV2
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ExtId string
    Represents virtual machine UUID
    ExtId string
    Represents virtual machine UUID
    extId String
    Represents virtual machine UUID
    extId string
    Represents virtual machine UUID
    ext_id str
    Represents virtual machine UUID
    extId String
    Represents virtual machine UUID

    getVirtualMachineV2 Result

    The following output properties are available:

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

    Supporting Types

    GetVirtualMachineV2ApcConfig

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

    GetVirtualMachineV2ApcConfigCpuModel

    ExtId string
    Represents virtual machine UUID
    Name string
    Name of the CPU model associated with the VM.
    ExtId string
    Represents virtual machine UUID
    Name string
    Name of the CPU model associated with the VM.
    extId String
    Represents virtual machine UUID
    name String
    Name of the CPU model associated with the VM.
    extId string
    Represents virtual machine UUID
    name string
    Name of the CPU model associated with the VM.
    ext_id str
    Represents virtual machine UUID
    name str
    Name of the CPU model associated with the VM.
    extId String
    Represents virtual machine UUID
    name String
    Name of the CPU model associated with the VM.

    GetVirtualMachineV2AvailabilityZone

    ExtId string
    Represents virtual machine UUID
    ExtId string
    Represents virtual machine UUID
    extId String
    Represents virtual machine UUID
    extId string
    Represents virtual machine UUID
    ext_id str
    Represents virtual machine UUID
    extId String
    Represents virtual machine UUID

    GetVirtualMachineV2BootConfig

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

    GetVirtualMachineV2BootConfigLegacyBoot

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

    GetVirtualMachineV2BootConfigLegacyBootBootDevice

    GetVirtualMachineV2BootConfigLegacyBootBootDeviceBootDeviceDisk

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

    GetVirtualMachineV2BootConfigLegacyBootBootDeviceBootDeviceDiskDiskAddress

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

    GetVirtualMachineV2BootConfigLegacyBootBootDeviceBootDeviceNic

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

    GetVirtualMachineV2BootConfigUefiBoot

    IsSecureBootEnabled bool
    Indicate whether to enable secure boot or not
    NvramDevices List<PiersKarsenbarg.Nutanix.Inputs.GetVirtualMachineV2BootConfigUefiBootNvramDevice>
    Configuration for NVRAM to be presented to the VM.
    IsSecureBootEnabled bool
    Indicate whether to enable secure boot or not
    NvramDevices []GetVirtualMachineV2BootConfigUefiBootNvramDevice
    Configuration for NVRAM to be presented to the VM.
    isSecureBootEnabled Boolean
    Indicate whether to enable secure boot or not
    nvramDevices List<GetVirtualMachineV2BootConfigUefiBootNvramDevice>
    Configuration for NVRAM to be presented to the VM.
    isSecureBootEnabled boolean
    Indicate whether to enable secure boot or not
    nvramDevices GetVirtualMachineV2BootConfigUefiBootNvramDevice[]
    Configuration for NVRAM to be presented to the VM.
    is_secure_boot_enabled bool
    Indicate whether to enable secure boot or not
    nvram_devices Sequence[GetVirtualMachineV2BootConfigUefiBootNvramDevice]
    Configuration for NVRAM to be presented to the VM.
    isSecureBootEnabled Boolean
    Indicate whether to enable secure boot or not
    nvramDevices List<Property Map>
    Configuration for NVRAM to be presented to the VM.

    GetVirtualMachineV2BootConfigUefiBootNvramDevice

    backingStorageInfos List<Property Map>
    Storage provided by Nutanix ADSF

    GetVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfo

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

    GetVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSource

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

    GetVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReference

    GetVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceImageReference

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

    GetVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReference

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

    GetVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceDiskAddress

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

    GetVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceVmReference

    ExtId string
    Represents virtual machine UUID
    ExtId string
    Represents virtual machine UUID
    extId String
    Represents virtual machine UUID
    extId string
    Represents virtual machine UUID
    ext_id str
    Represents virtual machine UUID
    extId String
    Represents virtual machine UUID

    GetVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoStorageConfig

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

    GetVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoStorageContainer

    ExtId string
    Represents virtual machine UUID
    ExtId string
    Represents virtual machine UUID
    extId String
    Represents virtual machine UUID
    extId string
    Represents virtual machine UUID
    ext_id str
    Represents virtual machine UUID
    extId String
    Represents virtual machine UUID

    GetVirtualMachineV2Category

    ExtId string
    Represents virtual machine UUID
    ExtId string
    Represents virtual machine UUID
    extId String
    Represents virtual machine UUID
    extId string
    Represents virtual machine UUID
    ext_id str
    Represents virtual machine UUID
    extId String
    Represents virtual machine UUID

    GetVirtualMachineV2CdRom

    BackingInfos List<PiersKarsenbarg.Nutanix.Inputs.GetVirtualMachineV2CdRomBackingInfo>
    Defines a NIC emulated by the hypervisor
    DiskAddresses List<PiersKarsenbarg.Nutanix.Inputs.GetVirtualMachineV2CdRomDiskAddress>
    Virtual Machine disk (VM disk).
    ExtId string
    Represents virtual machine UUID
    IsoType string
    Type of ISO image inserted in CD-ROM
    BackingInfos []GetVirtualMachineV2CdRomBackingInfo
    Defines a NIC emulated by the hypervisor
    DiskAddresses []GetVirtualMachineV2CdRomDiskAddress
    Virtual Machine disk (VM disk).
    ExtId string
    Represents virtual machine UUID
    IsoType string
    Type of ISO image inserted in CD-ROM
    backingInfos List<GetVirtualMachineV2CdRomBackingInfo>
    Defines a NIC emulated by the hypervisor
    diskAddresses List<GetVirtualMachineV2CdRomDiskAddress>
    Virtual Machine disk (VM disk).
    extId String
    Represents virtual machine UUID
    isoType String
    Type of ISO image inserted in CD-ROM
    backingInfos GetVirtualMachineV2CdRomBackingInfo[]
    Defines a NIC emulated by the hypervisor
    diskAddresses GetVirtualMachineV2CdRomDiskAddress[]
    Virtual Machine disk (VM disk).
    extId string
    Represents virtual machine UUID
    isoType string
    Type of ISO image inserted in CD-ROM
    backing_infos Sequence[GetVirtualMachineV2CdRomBackingInfo]
    Defines a NIC emulated by the hypervisor
    disk_addresses Sequence[GetVirtualMachineV2CdRomDiskAddress]
    Virtual Machine disk (VM disk).
    ext_id str
    Represents virtual machine UUID
    iso_type str
    Type of ISO image inserted in CD-ROM
    backingInfos List<Property Map>
    Defines a NIC emulated by the hypervisor
    diskAddresses List<Property Map>
    Virtual Machine disk (VM disk).
    extId String
    Represents virtual machine UUID
    isoType String
    Type of ISO image inserted in CD-ROM

    GetVirtualMachineV2CdRomBackingInfo

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

    GetVirtualMachineV2CdRomBackingInfoDataSource

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

    GetVirtualMachineV2CdRomBackingInfoDataSourceReference

    GetVirtualMachineV2CdRomBackingInfoDataSourceReferenceImageReference

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

    GetVirtualMachineV2CdRomBackingInfoDataSourceReferenceVmDiskReference

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

    GetVirtualMachineV2CdRomBackingInfoDataSourceReferenceVmDiskReferenceDiskAddress

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

    GetVirtualMachineV2CdRomBackingInfoDataSourceReferenceVmDiskReferenceVmReference

    ExtId string
    Represents virtual machine UUID
    ExtId string
    Represents virtual machine UUID
    extId String
    Represents virtual machine UUID
    extId string
    Represents virtual machine UUID
    ext_id str
    Represents virtual machine UUID
    extId String
    Represents virtual machine UUID

    GetVirtualMachineV2CdRomBackingInfoStorageConfig

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

    GetVirtualMachineV2CdRomBackingInfoStorageContainer

    ExtId string
    Represents virtual machine UUID
    ExtId string
    Represents virtual machine UUID
    extId String
    Represents virtual machine UUID
    extId string
    Represents virtual machine UUID
    ext_id str
    Represents virtual machine UUID
    extId String
    Represents virtual machine UUID

    GetVirtualMachineV2CdRomDiskAddress

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

    GetVirtualMachineV2Cluster

    ExtId string
    Represents virtual machine UUID
    ExtId string
    Represents virtual machine UUID
    extId String
    Represents virtual machine UUID
    extId string
    Represents virtual machine UUID
    ext_id str
    Represents virtual machine UUID
    extId String
    Represents virtual machine UUID

    GetVirtualMachineV2Disk

    BackingInfos []GetVirtualMachineV2DiskBackingInfo
    Defines a NIC emulated by the hypervisor
    DiskAddresses []GetVirtualMachineV2DiskDiskAddress
    Virtual Machine disk (VM disk).
    ExtId string
    Represents virtual machine UUID
    backingInfos List<GetVirtualMachineV2DiskBackingInfo>
    Defines a NIC emulated by the hypervisor
    diskAddresses List<GetVirtualMachineV2DiskDiskAddress>
    Virtual Machine disk (VM disk).
    extId String
    Represents virtual machine UUID
    backingInfos GetVirtualMachineV2DiskBackingInfo[]
    Defines a NIC emulated by the hypervisor
    diskAddresses GetVirtualMachineV2DiskDiskAddress[]
    Virtual Machine disk (VM disk).
    extId string
    Represents virtual machine UUID
    backing_infos Sequence[GetVirtualMachineV2DiskBackingInfo]
    Defines a NIC emulated by the hypervisor
    disk_addresses Sequence[GetVirtualMachineV2DiskDiskAddress]
    Virtual Machine disk (VM disk).
    ext_id str
    Represents virtual machine UUID
    backingInfos List<Property Map>
    Defines a NIC emulated by the hypervisor
    diskAddresses List<Property Map>
    Virtual Machine disk (VM disk).
    extId String
    Represents virtual machine UUID

    GetVirtualMachineV2DiskBackingInfo

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

    GetVirtualMachineV2DiskBackingInfoAdfsVolumeGroupReference

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

    GetVirtualMachineV2DiskBackingInfoVmDisk

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

    GetVirtualMachineV2DiskBackingInfoVmDiskDataSource

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

    GetVirtualMachineV2DiskBackingInfoVmDiskDataSourceReference

    GetVirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceImageReference

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

    GetVirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceVmDiskReference

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

    GetVirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceDiskAddress

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

    GetVirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceVmReference

    ExtId string
    Represents virtual machine UUID
    ExtId string
    Represents virtual machine UUID
    extId String
    Represents virtual machine UUID
    extId string
    Represents virtual machine UUID
    ext_id str
    Represents virtual machine UUID
    extId String
    Represents virtual machine UUID

    GetVirtualMachineV2DiskBackingInfoVmDiskStorageConfig

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

    GetVirtualMachineV2DiskBackingInfoVmDiskStorageContainer

    ExtId string
    Represents virtual machine UUID
    ExtId string
    Represents virtual machine UUID
    extId String
    Represents virtual machine UUID
    extId string
    Represents virtual machine UUID
    ext_id str
    Represents virtual machine UUID
    extId String
    Represents virtual machine UUID

    GetVirtualMachineV2DiskDiskAddress

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

    GetVirtualMachineV2Gpus

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

    GetVirtualMachineV2GpusPciAddress

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

    GetVirtualMachineV2GuestCustomization

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

    GetVirtualMachineV2GuestCustomizationConfig

    GetVirtualMachineV2GuestCustomizationConfigCloudInit

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

    GetVirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScript

    customKeys List<Property Map>
    The list of the individual KeyValuePair elements.
    userDatas List<Property Map>
    user data object

    GetVirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScriptCustomKey

    GetVirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScriptCustomKeyKeyValuePair

    Name string
    Name of the GPU resource.
    Value string
    Name string
    Name of the GPU resource.
    Value string
    name String
    Name of the GPU resource.
    value String
    name string
    Name of the GPU resource.
    value string
    name str
    Name of the GPU resource.
    value str
    name String
    Name of the GPU resource.
    value String

    GetVirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScriptUserData

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

    GetVirtualMachineV2GuestCustomizationConfigSysprep

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

    GetVirtualMachineV2GuestCustomizationConfigSysprepSysprepScript

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

    GetVirtualMachineV2GuestCustomizationConfigSysprepSysprepScriptCustomKeyValue

    GetVirtualMachineV2GuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair

    Name string
    Name of the GPU resource.
    Value string
    Name string
    Name of the GPU resource.
    Value string
    name String
    Name of the GPU resource.
    value String
    name string
    Name of the GPU resource.
    value string
    name str
    Name of the GPU resource.
    value str
    name String
    Name of the GPU resource.
    value String

    GetVirtualMachineV2GuestCustomizationConfigSysprepSysprepScriptUnattendXml

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

    GetVirtualMachineV2GuestTool

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

    GetVirtualMachineV2Host

    ExtId string
    Represents virtual machine UUID
    ExtId string
    Represents virtual machine UUID
    extId String
    Represents virtual machine UUID
    extId string
    Represents virtual machine UUID
    ext_id str
    Represents virtual machine UUID
    extId String
    Represents virtual machine UUID

    GetVirtualMachineV2Nic

    BackingInfos []GetVirtualMachineV2NicBackingInfo
    Defines a NIC emulated by the hypervisor
    ExtId string
    Represents virtual machine UUID
    NetworkInfos []GetVirtualMachineV2NicNetworkInfo
    Network information for a NIC.
    backingInfos List<GetVirtualMachineV2NicBackingInfo>
    Defines a NIC emulated by the hypervisor
    extId String
    Represents virtual machine UUID
    networkInfos List<GetVirtualMachineV2NicNetworkInfo>
    Network information for a NIC.
    backingInfos GetVirtualMachineV2NicBackingInfo[]
    Defines a NIC emulated by the hypervisor
    extId string
    Represents virtual machine UUID
    networkInfos GetVirtualMachineV2NicNetworkInfo[]
    Network information for a NIC.
    backing_infos Sequence[GetVirtualMachineV2NicBackingInfo]
    Defines a NIC emulated by the hypervisor
    ext_id str
    Represents virtual machine UUID
    network_infos Sequence[GetVirtualMachineV2NicNetworkInfo]
    Network information for a NIC.
    backingInfos List<Property Map>
    Defines a NIC emulated by the hypervisor
    extId String
    Represents virtual machine UUID
    networkInfos List<Property Map>
    Network information for a NIC.

    GetVirtualMachineV2NicBackingInfo

    IsConnected bool
    Indicates whether the serial port is connected or not.
    MacAddress string
    MAC address of the emulated NIC.
    Model string
    Options for the NIC emulation.
    NumQueues int
    The number of Tx/Rx queue pairs for this NIC
    IsConnected bool
    Indicates whether the serial port is connected or not.
    MacAddress string
    MAC address of the emulated NIC.
    Model string
    Options for the NIC emulation.
    NumQueues int
    The number of Tx/Rx queue pairs for this NIC
    isConnected Boolean
    Indicates whether the serial port is connected or not.
    macAddress String
    MAC address of the emulated NIC.
    model String
    Options for the NIC emulation.
    numQueues Integer
    The number of Tx/Rx queue pairs for this NIC
    isConnected boolean
    Indicates whether the serial port is connected or not.
    macAddress string
    MAC address of the emulated NIC.
    model string
    Options for the NIC emulation.
    numQueues 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
    isConnected Boolean
    Indicates whether the serial port is connected or not.
    macAddress String
    MAC address of the emulated NIC.
    model String
    Options for the NIC emulation.
    numQueues Number
    The number of Tx/Rx queue pairs for this NIC

    GetVirtualMachineV2NicNetworkInfo

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

    GetVirtualMachineV2NicNetworkInfoIpv4Config

    GetVirtualMachineV2NicNetworkInfoIpv4ConfigIpAddress

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

    GetVirtualMachineV2NicNetworkInfoIpv4ConfigSecondaryIpAddressList

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

    GetVirtualMachineV2NicNetworkInfoIpv4Info

    GetVirtualMachineV2NicNetworkInfoIpv4InfoLearnedIpAddress

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

    GetVirtualMachineV2NicNetworkInfoNetworkFunctionChain

    ExtId string
    Represents virtual machine UUID
    ExtId string
    Represents virtual machine UUID
    extId String
    Represents virtual machine UUID
    extId string
    Represents virtual machine UUID
    ext_id str
    Represents virtual machine UUID
    extId String
    Represents virtual machine UUID

    GetVirtualMachineV2NicNetworkInfoSubnet

    ExtId string
    Represents virtual machine UUID
    ExtId string
    Represents virtual machine UUID
    extId String
    Represents virtual machine UUID
    extId string
    Represents virtual machine UUID
    ext_id str
    Represents virtual machine UUID
    extId String
    Represents virtual machine UUID

    GetVirtualMachineV2OwnershipInfo

    owners List<Property Map>
    Owner reference

    GetVirtualMachineV2OwnershipInfoOwner

    ExtId string
    Represents virtual machine UUID
    ExtId string
    Represents virtual machine UUID
    extId String
    Represents virtual machine UUID
    extId string
    Represents virtual machine UUID
    ext_id str
    Represents virtual machine UUID
    extId String
    Represents virtual machine UUID

    GetVirtualMachineV2ProtectionPolicyState

    Policies []GetVirtualMachineV2ProtectionPolicyStatePolicy
    Reference to the policy object in use.
    policies GetVirtualMachineV2ProtectionPolicyStatePolicy[]
    Reference to the policy object in use.
    policies List<Property Map>
    Reference to the policy object in use.

    GetVirtualMachineV2ProtectionPolicyStatePolicy

    ExtId string
    Represents virtual machine UUID
    ExtId string
    Represents virtual machine UUID
    extId String
    Represents virtual machine UUID
    extId string
    Represents virtual machine UUID
    ext_id str
    Represents virtual machine UUID
    extId String
    Represents virtual machine UUID

    GetVirtualMachineV2SerialPort

    ExtId string
    Represents virtual machine UUID
    Index int
    Index of the serial port.
    IsConnected bool
    Indicates whether the serial port is connected or not.
    ExtId string
    Represents virtual machine UUID
    Index int
    Index of the serial port.
    IsConnected bool
    Indicates whether the serial port is connected or not.
    extId String
    Represents virtual machine UUID
    index Integer
    Index of the serial port.
    isConnected Boolean
    Indicates whether the serial port is connected or not.
    extId string
    Represents virtual machine UUID
    index number
    Index of the serial port.
    isConnected boolean
    Indicates whether the serial port is connected or not.
    ext_id str
    Represents virtual machine UUID
    index int
    Index of the serial port.
    is_connected bool
    Indicates whether the serial port is connected or not.
    extId String
    Represents virtual machine UUID
    index Number
    Index of the serial port.
    isConnected Boolean
    Indicates whether the serial port is connected or not.

    GetVirtualMachineV2Source

    EntityType string
    Entity Type of source
    ExtId string
    Represents virtual machine UUID
    EntityType string
    Entity Type of source
    ExtId string
    Represents virtual machine UUID
    entityType String
    Entity Type of source
    extId String
    Represents virtual machine UUID
    entityType string
    Entity Type of source
    extId string
    Represents virtual machine UUID
    entity_type str
    Entity Type of source
    ext_id str
    Represents virtual machine UUID
    entityType String
    Entity Type of source
    extId String
    Represents virtual machine UUID

    GetVirtualMachineV2StorageConfig

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

    GetVirtualMachineV2StorageConfigQosConfig

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

    GetVirtualMachineV2VtpmConfig

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

    Package Details

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