Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg
nutanix.getVirtualMachineV2
Explore with Pulumi AI
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:
- Ext
Id string - Represents virtual machine UUID
- Ext
Id string - Represents virtual machine UUID
- ext
Id String - Represents virtual machine UUID
- ext
Id string - Represents virtual machine UUID
- ext_
id str - Represents virtual machine UUID
- ext
Id String - Represents virtual machine UUID
getVirtualMachineV2 Result
The following output properties are available:
- Apc
Configs List<PiersKarsenbarg. Nutanix. Outputs. Get Virtual Machine V2Apc Config> - Advanced Processor Compatibility configuration for the VM. Enabling this retains the CPU model for the VM across power cycles and migrations.
- Availability
Zones List<PiersKarsenbarg. Nutanix. Outputs. Get Virtual Machine V2Availability Zone> - Bios
Uuid string - BIOS UUID of the VM. It should be of type UUID.
- Boot
Configs List<PiersKarsenbarg. Nutanix. Outputs. Get Virtual Machine V2Boot Config> - Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.
- Categories
List<Piers
Karsenbarg. Nutanix. Outputs. Get Virtual Machine V2Category> - Categories for the VM.
- Cd
Roms List<PiersKarsenbarg. Nutanix. Outputs. Get Virtual Machine V2Cd Rom> - CD-ROMs attached to the VM.
- Clusters
List<Piers
Karsenbarg. Nutanix. Outputs. Get Virtual Machine V2Cluster> - Reference to a cluster.
- Create
Time string - VM creation time
- Description string
- VM description
- Disks
List<Piers
Karsenbarg. Nutanix. Outputs. Get Virtual Machine V2Disk> - Disks attached to the VM.
- Enabled
Cpu List<string>Features - The list of additional CPU features to be enabled. HardwareVirtualization: Indicates whether hardware assisted virtualization should be enabled for the Guest OS or not. Once enabled, the Guest OS can deploy a nested hypervisor
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Generation
Uuid string - Generation UUID of the VM. It should be of type UUID.
- Gpuses
List<Piers
Karsenbarg. Nutanix. Outputs. Get Virtual Machine V2Gpus> - GPUs attached to the VM.
- Guest
Customizations List<PiersKarsenbarg. Nutanix. Outputs. Get Virtual Machine V2Guest Customization> - Stage a Sysprep or cloud-init configuration file to be used by the guest for the next boot. Note that the Sysprep command must be used to generalize the Windows VMs before triggering this API call.
- Guest
Tools List<PiersKarsenbarg. Nutanix. Outputs. Get Virtual Machine V2Guest Tool> - The details about Nutanix Guest Tools for a VM.
- Hardware
Clock stringTimezone - VM hardware clock timezone in IANA TZDB format (America/Los_Angeles).
- Hosts
List<Piers
Karsenbarg. Nutanix. Outputs. Get Virtual Machine V2Host> - Reference to the host, the VM is running on.
- Id string
- The provider-assigned unique ID for this managed resource.
- Is
Agent boolVm - Indicates whether the VM is an agent VM or not. When their host enters maintenance mode, once the normal VMs are evacuated, the agent VMs are powered off. When the host is restored, agent VMs are powered on before the normal VMs are restored. In other words, agent VMs cannot be HA-protected or live migrated.
- Is
Branding boolEnabled - Indicates whether to remove AHV branding from VM firmware tables or not.
- Is
Cpu boolHotplug Enabled - Indicates whether the VM CPU hotplug is enabled.
- Is
Cpu boolPassthrough Enabled - Indicates whether to passthrough the host CPU features to the guest or not. Enabling this will make VM incapable of live migration.
- Is
Gpu boolConsole Enabled - Indicates whether the vGPU console is enabled or not.
- Is
Memory boolOvercommit Enabled - Indicates whether the memory overcommit feature should be enabled for the VM or not. If enabled, parts of the VM memory may reside outside of the hypervisor physical memory. Once enabled, it should be expected that the VM may suffer performance degradation.
- Is
Scsi boolController Enabled - Indicates whether the VM SCSI controller is enabled.
- Is
Vcpu boolHard Pinning Enabled - Indicates whether the vCPUs should be hard pinned to specific pCPUs or not.
- Is
Vga boolConsole Enabled - Indicates whether the VGA console should be disabled or not.
- Machine
Type string - Machine type for the VM. Machine type Q35 is required for secure boot and does not support IDE disks.
- Memory
Size intBytes - Memory size in bytes.
- Name string
- Name of the GPU resource.
- Nics
List<Piers
Karsenbarg. Nutanix. Outputs. Get Virtual Machine V2Nic> - NICs attached to the VM.
- Num
Cores intPer Socket - Number of cores per socket.
- Num
Numa intNodes - Number of NUMA nodes. 0 means NUMA is disabled.
- Num
Sockets int - Number of vCPU sockets.
- Num
Threads intPer Core - Number of threads per core
- Ownership
Infos List<PiersKarsenbarg. Nutanix. Outputs. Get Virtual Machine V2Ownership Info> - Ownership information for the VM.
- Power
State string - Protection
Policy List<PiersStates Karsenbarg. Nutanix. Outputs. Get Virtual Machine V2Protection Policy State> - Status of protection policy applied to this VM.
- Protection
Type string - The type of protection applied on a VM. PD_PROTECTED indicates a VM is protected using the Prism Element. RULE_PROTECTED indicates a VM protection using the Prism Central.
- Serial
Ports List<PiersKarsenbarg. Nutanix. Outputs. Get Virtual Machine V2Serial Port> - Serial ports configured on the VM.
- Sources
List<Piers
Karsenbarg. Nutanix. Outputs. Get Virtual Machine V2Source> - Reference to an entity that the VM should be cloned or created from
- Storage
Configs List<PiersKarsenbarg. Nutanix. Outputs. Get Virtual Machine V2Storage Config> - Storage configuration for VM disks
- Update
Time string - VM last updated time.
- Vtpm
Configs List<PiersKarsenbarg. Nutanix. Outputs. Get Virtual Machine V2Vtpm Config> - Indicates how the vTPM for the VM should be configured.
- Apc
Configs []GetVirtual Machine V2Apc Config - Advanced Processor Compatibility configuration for the VM. Enabling this retains the CPU model for the VM across power cycles and migrations.
- Availability
Zones []GetVirtual Machine V2Availability Zone - Bios
Uuid string - BIOS UUID of the VM. It should be of type UUID.
- Boot
Configs []GetVirtual Machine V2Boot Config - Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.
- Categories
[]Get
Virtual Machine V2Category - Categories for the VM.
- Cd
Roms []GetVirtual Machine V2Cd Rom - CD-ROMs attached to the VM.
- Clusters
[]Get
Virtual Machine V2Cluster - Reference to a cluster.
- Create
Time string - VM creation time
- Description string
- VM description
- Disks
[]Get
Virtual Machine V2Disk - Disks attached to the VM.
- Enabled
Cpu []stringFeatures - The list of additional CPU features to be enabled. HardwareVirtualization: Indicates whether hardware assisted virtualization should be enabled for the Guest OS or not. Once enabled, the Guest OS can deploy a nested hypervisor
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Generation
Uuid string - Generation UUID of the VM. It should be of type UUID.
- Gpuses
[]Get
Virtual Machine V2Gpus - GPUs attached to the VM.
- Guest
Customizations []GetVirtual Machine V2Guest Customization - Stage a Sysprep or cloud-init configuration file to be used by the guest for the next boot. Note that the Sysprep command must be used to generalize the Windows VMs before triggering this API call.
- Guest
Tools []GetVirtual Machine V2Guest Tool - The details about Nutanix Guest Tools for a VM.
- Hardware
Clock stringTimezone - VM hardware clock timezone in IANA TZDB format (America/Los_Angeles).
- Hosts
[]Get
Virtual Machine V2Host - Reference to the host, the VM is running on.
- Id string
- The provider-assigned unique ID for this managed resource.
- Is
Agent boolVm - Indicates whether the VM is an agent VM or not. When their host enters maintenance mode, once the normal VMs are evacuated, the agent VMs are powered off. When the host is restored, agent VMs are powered on before the normal VMs are restored. In other words, agent VMs cannot be HA-protected or live migrated.
- Is
Branding boolEnabled - Indicates whether to remove AHV branding from VM firmware tables or not.
- Is
Cpu boolHotplug Enabled - Indicates whether the VM CPU hotplug is enabled.
- Is
Cpu boolPassthrough Enabled - Indicates whether to passthrough the host CPU features to the guest or not. Enabling this will make VM incapable of live migration.
- Is
Gpu boolConsole Enabled - Indicates whether the vGPU console is enabled or not.
- Is
Memory boolOvercommit Enabled - Indicates whether the memory overcommit feature should be enabled for the VM or not. If enabled, parts of the VM memory may reside outside of the hypervisor physical memory. Once enabled, it should be expected that the VM may suffer performance degradation.
- Is
Scsi boolController Enabled - Indicates whether the VM SCSI controller is enabled.
- Is
Vcpu boolHard Pinning Enabled - Indicates whether the vCPUs should be hard pinned to specific pCPUs or not.
- Is
Vga boolConsole Enabled - Indicates whether the VGA console should be disabled or not.
- Machine
Type string - Machine type for the VM. Machine type Q35 is required for secure boot and does not support IDE disks.
- Memory
Size intBytes - Memory size in bytes.
- Name string
- Name of the GPU resource.
- Nics
[]Get
Virtual Machine V2Nic - NICs attached to the VM.
- Num
Cores intPer Socket - Number of cores per socket.
- Num
Numa intNodes - Number of NUMA nodes. 0 means NUMA is disabled.
- Num
Sockets int - Number of vCPU sockets.
- Num
Threads intPer Core - Number of threads per core
- Ownership
Infos []GetVirtual Machine V2Ownership Info - Ownership information for the VM.
- Power
State string - Protection
Policy []GetStates Virtual Machine V2Protection Policy State - Status of protection policy applied to this VM.
- Protection
Type string - The type of protection applied on a VM. PD_PROTECTED indicates a VM is protected using the Prism Element. RULE_PROTECTED indicates a VM protection using the Prism Central.
- Serial
Ports []GetVirtual Machine V2Serial Port - Serial ports configured on the VM.
- Sources
[]Get
Virtual Machine V2Source - Reference to an entity that the VM should be cloned or created from
- Storage
Configs []GetVirtual Machine V2Storage Config - Storage configuration for VM disks
- Update
Time string - VM last updated time.
- Vtpm
Configs []GetVirtual Machine V2Vtpm Config - Indicates how the vTPM for the VM should be configured.
- apc
Configs List<GetVirtual Machine V2Apc Config> - Advanced Processor Compatibility configuration for the VM. Enabling this retains the CPU model for the VM across power cycles and migrations.
- availability
Zones List<GetVirtual Machine V2Availability Zone> - bios
Uuid String - BIOS UUID of the VM. It should be of type UUID.
- boot
Configs List<GetVirtual Machine V2Boot Config> - Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.
- categories
List<Get
Virtual Machine V2Category> - Categories for the VM.
- cd
Roms List<GetVirtual Machine V2Cd Rom> - CD-ROMs attached to the VM.
- clusters
List<Get
Virtual Machine V2Cluster> - Reference to a cluster.
- create
Time String - VM creation time
- description String
- VM description
- disks
List<Get
Virtual Machine V2Disk> - Disks attached to the VM.
- enabled
Cpu List<String>Features - The list of additional CPU features to be enabled. HardwareVirtualization: Indicates whether hardware assisted virtualization should be enabled for the Guest OS or not. Once enabled, the Guest OS can deploy a nested hypervisor
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- generation
Uuid String - Generation UUID of the VM. It should be of type UUID.
- gpuses
List<Get
Virtual Machine V2Gpus> - GPUs attached to the VM.
- guest
Customizations List<GetVirtual Machine V2Guest Customization> - Stage a Sysprep or cloud-init configuration file to be used by the guest for the next boot. Note that the Sysprep command must be used to generalize the Windows VMs before triggering this API call.
- guest
Tools List<GetVirtual Machine V2Guest Tool> - The details about Nutanix Guest Tools for a VM.
- hardware
Clock StringTimezone - VM hardware clock timezone in IANA TZDB format (America/Los_Angeles).
- hosts
List<Get
Virtual Machine V2Host> - Reference to the host, the VM is running on.
- id String
- The provider-assigned unique ID for this managed resource.
- is
Agent BooleanVm - Indicates whether the VM is an agent VM or not. When their host enters maintenance mode, once the normal VMs are evacuated, the agent VMs are powered off. When the host is restored, agent VMs are powered on before the normal VMs are restored. In other words, agent VMs cannot be HA-protected or live migrated.
- is
Branding BooleanEnabled - Indicates whether to remove AHV branding from VM firmware tables or not.
- is
Cpu BooleanHotplug Enabled - Indicates whether the VM CPU hotplug is enabled.
- is
Cpu BooleanPassthrough Enabled - Indicates whether to passthrough the host CPU features to the guest or not. Enabling this will make VM incapable of live migration.
- is
Gpu BooleanConsole Enabled - Indicates whether the vGPU console is enabled or not.
- is
Memory BooleanOvercommit Enabled - Indicates whether the memory overcommit feature should be enabled for the VM or not. If enabled, parts of the VM memory may reside outside of the hypervisor physical memory. Once enabled, it should be expected that the VM may suffer performance degradation.
- is
Scsi BooleanController Enabled - Indicates whether the VM SCSI controller is enabled.
- is
Vcpu BooleanHard Pinning Enabled - Indicates whether the vCPUs should be hard pinned to specific pCPUs or not.
- is
Vga BooleanConsole Enabled - Indicates whether the VGA console should be disabled or not.
- machine
Type String - Machine type for the VM. Machine type Q35 is required for secure boot and does not support IDE disks.
- memory
Size IntegerBytes - Memory size in bytes.
- name String
- Name of the GPU resource.
- nics
List<Get
Virtual Machine V2Nic> - NICs attached to the VM.
- num
Cores IntegerPer Socket - Number of cores per socket.
- num
Numa IntegerNodes - Number of NUMA nodes. 0 means NUMA is disabled.
- num
Sockets Integer - Number of vCPU sockets.
- num
Threads IntegerPer Core - Number of threads per core
- ownership
Infos List<GetVirtual Machine V2Ownership Info> - Ownership information for the VM.
- power
State String - protection
Policy List<GetStates Virtual Machine V2Protection Policy State> - Status of protection policy applied to this VM.
- protection
Type String - The type of protection applied on a VM. PD_PROTECTED indicates a VM is protected using the Prism Element. RULE_PROTECTED indicates a VM protection using the Prism Central.
- serial
Ports List<GetVirtual Machine V2Serial Port> - Serial ports configured on the VM.
- sources
List<Get
Virtual Machine V2Source> - Reference to an entity that the VM should be cloned or created from
- storage
Configs List<GetVirtual Machine V2Storage Config> - Storage configuration for VM disks
- update
Time String - VM last updated time.
- vtpm
Configs List<GetVirtual Machine V2Vtpm Config> - Indicates how the vTPM for the VM should be configured.
- apc
Configs GetVirtual Machine V2Apc Config[] - Advanced Processor Compatibility configuration for the VM. Enabling this retains the CPU model for the VM across power cycles and migrations.
- availability
Zones GetVirtual Machine V2Availability Zone[] - bios
Uuid string - BIOS UUID of the VM. It should be of type UUID.
- boot
Configs GetVirtual Machine V2Boot Config[] - Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.
- categories
Get
Virtual Machine V2Category[] - Categories for the VM.
- cd
Roms GetVirtual Machine V2Cd Rom[] - CD-ROMs attached to the VM.
- clusters
Get
Virtual Machine V2Cluster[] - Reference to a cluster.
- create
Time string - VM creation time
- description string
- VM description
- disks
Get
Virtual Machine V2Disk[] - Disks attached to the VM.
- enabled
Cpu string[]Features - The list of additional CPU features to be enabled. HardwareVirtualization: Indicates whether hardware assisted virtualization should be enabled for the Guest OS or not. Once enabled, the Guest OS can deploy a nested hypervisor
- ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- generation
Uuid string - Generation UUID of the VM. It should be of type UUID.
- gpuses
Get
Virtual Machine V2Gpus[] - GPUs attached to the VM.
- guest
Customizations GetVirtual Machine V2Guest Customization[] - Stage a Sysprep or cloud-init configuration file to be used by the guest for the next boot. Note that the Sysprep command must be used to generalize the Windows VMs before triggering this API call.
- guest
Tools GetVirtual Machine V2Guest Tool[] - The details about Nutanix Guest Tools for a VM.
- hardware
Clock stringTimezone - VM hardware clock timezone in IANA TZDB format (America/Los_Angeles).
- hosts
Get
Virtual Machine V2Host[] - Reference to the host, the VM is running on.
- id string
- The provider-assigned unique ID for this managed resource.
- is
Agent booleanVm - Indicates whether the VM is an agent VM or not. When their host enters maintenance mode, once the normal VMs are evacuated, the agent VMs are powered off. When the host is restored, agent VMs are powered on before the normal VMs are restored. In other words, agent VMs cannot be HA-protected or live migrated.
- is
Branding booleanEnabled - Indicates whether to remove AHV branding from VM firmware tables or not.
- is
Cpu booleanHotplug Enabled - Indicates whether the VM CPU hotplug is enabled.
- is
Cpu booleanPassthrough Enabled - Indicates whether to passthrough the host CPU features to the guest or not. Enabling this will make VM incapable of live migration.
- is
Gpu booleanConsole Enabled - Indicates whether the vGPU console is enabled or not.
- is
Memory booleanOvercommit Enabled - Indicates whether the memory overcommit feature should be enabled for the VM or not. If enabled, parts of the VM memory may reside outside of the hypervisor physical memory. Once enabled, it should be expected that the VM may suffer performance degradation.
- is
Scsi booleanController Enabled - Indicates whether the VM SCSI controller is enabled.
- is
Vcpu booleanHard Pinning Enabled - Indicates whether the vCPUs should be hard pinned to specific pCPUs or not.
- is
Vga booleanConsole Enabled - Indicates whether the VGA console should be disabled or not.
- machine
Type string - Machine type for the VM. Machine type Q35 is required for secure boot and does not support IDE disks.
- memory
Size numberBytes - Memory size in bytes.
- name string
- Name of the GPU resource.
- nics
Get
Virtual Machine V2Nic[] - NICs attached to the VM.
- num
Cores numberPer Socket - Number of cores per socket.
- num
Numa numberNodes - Number of NUMA nodes. 0 means NUMA is disabled.
- num
Sockets number - Number of vCPU sockets.
- num
Threads numberPer Core - Number of threads per core
- ownership
Infos GetVirtual Machine V2Ownership Info[] - Ownership information for the VM.
- power
State string - protection
Policy GetStates Virtual Machine V2Protection Policy State[] - Status of protection policy applied to this VM.
- protection
Type string - The type of protection applied on a VM. PD_PROTECTED indicates a VM is protected using the Prism Element. RULE_PROTECTED indicates a VM protection using the Prism Central.
- serial
Ports GetVirtual Machine V2Serial Port[] - Serial ports configured on the VM.
- sources
Get
Virtual Machine V2Source[] - Reference to an entity that the VM should be cloned or created from
- storage
Configs GetVirtual Machine V2Storage Config[] - Storage configuration for VM disks
- update
Time string - VM last updated time.
- vtpm
Configs GetVirtual Machine V2Vtpm Config[] - Indicates how the vTPM for the VM should be configured.
- apc_
configs Sequence[GetVirtual Machine V2Apc Config] - Advanced Processor Compatibility configuration for the VM. Enabling this retains the CPU model for the VM across power cycles and migrations.
- availability_
zones Sequence[GetVirtual Machine V2Availability Zone] - bios_
uuid str - BIOS UUID of the VM. It should be of type UUID.
- boot_
configs Sequence[GetVirtual Machine V2Boot Config] - Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.
- categories
Sequence[Get
Virtual Machine V2Category] - Categories for the VM.
- cd_
roms Sequence[GetVirtual Machine V2Cd Rom] - CD-ROMs attached to the VM.
- clusters
Sequence[Get
Virtual Machine V2Cluster] - Reference to a cluster.
- create_
time str - VM creation time
- description str
- VM description
- disks
Sequence[Get
Virtual Machine V2Disk] - Disks attached to the VM.
- enabled_
cpu_ Sequence[str]features - The list of additional CPU features to be enabled. HardwareVirtualization: Indicates whether hardware assisted virtualization should be enabled for the Guest OS or not. Once enabled, the Guest OS can deploy a nested hypervisor
- ext_
id str - A globally unique identifier of an instance that is suitable for external consumption.
- generation_
uuid str - Generation UUID of the VM. It should be of type UUID.
- gpuses
Sequence[Get
Virtual Machine V2Gpus] - GPUs attached to the VM.
- guest_
customizations Sequence[GetVirtual Machine V2Guest Customization] - Stage a Sysprep or cloud-init configuration file to be used by the guest for the next boot. Note that the Sysprep command must be used to generalize the Windows VMs before triggering this API call.
- guest_
tools Sequence[GetVirtual Machine V2Guest Tool] - The details about Nutanix Guest Tools for a VM.
- hardware_
clock_ strtimezone - VM hardware clock timezone in IANA TZDB format (America/Los_Angeles).
- hosts
Sequence[Get
Virtual Machine V2Host] - Reference to the host, the VM is running on.
- id str
- The provider-assigned unique ID for this managed resource.
- is_
agent_ boolvm - Indicates whether the VM is an agent VM or not. When their host enters maintenance mode, once the normal VMs are evacuated, the agent VMs are powered off. When the host is restored, agent VMs are powered on before the normal VMs are restored. In other words, agent VMs cannot be HA-protected or live migrated.
- is_
branding_ boolenabled - Indicates whether to remove AHV branding from VM firmware tables or not.
- is_
cpu_ boolhotplug_ enabled - Indicates whether the VM CPU hotplug is enabled.
- is_
cpu_ boolpassthrough_ enabled - Indicates whether to passthrough the host CPU features to the guest or not. Enabling this will make VM incapable of live migration.
- is_
gpu_ boolconsole_ enabled - Indicates whether the vGPU console is enabled or not.
- is_
memory_ boolovercommit_ enabled - Indicates whether the memory overcommit feature should be enabled for the VM or not. If enabled, parts of the VM memory may reside outside of the hypervisor physical memory. Once enabled, it should be expected that the VM may suffer performance degradation.
- is_
scsi_ boolcontroller_ enabled - Indicates whether the VM SCSI controller is enabled.
- is_
vcpu_ boolhard_ pinning_ enabled - Indicates whether the vCPUs should be hard pinned to specific pCPUs or not.
- is_
vga_ boolconsole_ enabled - Indicates whether the VGA console should be disabled or not.
- machine_
type str - Machine type for the VM. Machine type Q35 is required for secure boot and does not support IDE disks.
- memory_
size_ intbytes - Memory size in bytes.
- name str
- Name of the GPU resource.
- nics
Sequence[Get
Virtual Machine V2Nic] - NICs attached to the VM.
- num_
cores_ intper_ socket - Number of cores per socket.
- num_
numa_ intnodes - Number of NUMA nodes. 0 means NUMA is disabled.
- num_
sockets int - Number of vCPU sockets.
- num_
threads_ intper_ core - Number of threads per core
- ownership_
infos Sequence[GetVirtual Machine V2Ownership Info] - Ownership information for the VM.
- power_
state str - protection_
policy_ Sequence[Getstates Virtual Machine V2Protection Policy State] - Status of protection policy applied to this VM.
- protection_
type str - The type of protection applied on a VM. PD_PROTECTED indicates a VM is protected using the Prism Element. RULE_PROTECTED indicates a VM protection using the Prism Central.
- serial_
ports Sequence[GetVirtual Machine V2Serial Port] - Serial ports configured on the VM.
- sources
Sequence[Get
Virtual Machine V2Source] - Reference to an entity that the VM should be cloned or created from
- storage_
configs Sequence[GetVirtual Machine V2Storage Config] - Storage configuration for VM disks
- update_
time str - VM last updated time.
- vtpm_
configs Sequence[GetVirtual Machine V2Vtpm Config] - Indicates how the vTPM for the VM should be configured.
- apc
Configs List<Property Map> - Advanced Processor Compatibility configuration for the VM. Enabling this retains the CPU model for the VM across power cycles and migrations.
- availability
Zones List<Property Map> - bios
Uuid String - BIOS UUID of the VM. It should be of type UUID.
- boot
Configs List<Property Map> - Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.
- categories List<Property Map>
- Categories for the VM.
- cd
Roms List<Property Map> - CD-ROMs attached to the VM.
- clusters List<Property Map>
- Reference to a cluster.
- create
Time String - VM creation time
- description String
- VM description
- disks List<Property Map>
- Disks attached to the VM.
- enabled
Cpu List<String>Features - The list of additional CPU features to be enabled. HardwareVirtualization: Indicates whether hardware assisted virtualization should be enabled for the Guest OS or not. Once enabled, the Guest OS can deploy a nested hypervisor
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- generation
Uuid String - Generation UUID of the VM. It should be of type UUID.
- gpuses List<Property Map>
- GPUs attached to the VM.
- guest
Customizations List<Property Map> - Stage a Sysprep or cloud-init configuration file to be used by the guest for the next boot. Note that the Sysprep command must be used to generalize the Windows VMs before triggering this API call.
- guest
Tools List<Property Map> - The details about Nutanix Guest Tools for a VM.
- hardware
Clock StringTimezone - VM hardware clock timezone in IANA TZDB format (America/Los_Angeles).
- hosts List<Property Map>
- Reference to the host, the VM is running on.
- id String
- The provider-assigned unique ID for this managed resource.
- is
Agent BooleanVm - Indicates whether the VM is an agent VM or not. When their host enters maintenance mode, once the normal VMs are evacuated, the agent VMs are powered off. When the host is restored, agent VMs are powered on before the normal VMs are restored. In other words, agent VMs cannot be HA-protected or live migrated.
- is
Branding BooleanEnabled - Indicates whether to remove AHV branding from VM firmware tables or not.
- is
Cpu BooleanHotplug Enabled - Indicates whether the VM CPU hotplug is enabled.
- is
Cpu BooleanPassthrough Enabled - Indicates whether to passthrough the host CPU features to the guest or not. Enabling this will make VM incapable of live migration.
- is
Gpu BooleanConsole Enabled - Indicates whether the vGPU console is enabled or not.
- is
Memory BooleanOvercommit Enabled - Indicates whether the memory overcommit feature should be enabled for the VM or not. If enabled, parts of the VM memory may reside outside of the hypervisor physical memory. Once enabled, it should be expected that the VM may suffer performance degradation.
- is
Scsi BooleanController Enabled - Indicates whether the VM SCSI controller is enabled.
- is
Vcpu BooleanHard Pinning Enabled - Indicates whether the vCPUs should be hard pinned to specific pCPUs or not.
- is
Vga BooleanConsole Enabled - Indicates whether the VGA console should be disabled or not.
- machine
Type String - Machine type for the VM. Machine type Q35 is required for secure boot and does not support IDE disks.
- memory
Size NumberBytes - Memory size in bytes.
- name String
- Name of the GPU resource.
- nics List<Property Map>
- NICs attached to the VM.
- num
Cores NumberPer Socket - Number of cores per socket.
- num
Numa NumberNodes - Number of NUMA nodes. 0 means NUMA is disabled.
- num
Sockets Number - Number of vCPU sockets.
- num
Threads NumberPer Core - Number of threads per core
- ownership
Infos List<Property Map> - Ownership information for the VM.
- power
State String - protection
Policy List<Property Map>States - Status of protection policy applied to this VM.
- protection
Type String - The type of protection applied on a VM. PD_PROTECTED indicates a VM is protected using the Prism Element. RULE_PROTECTED indicates a VM protection using the Prism Central.
- serial
Ports List<Property Map> - Serial ports configured on the VM.
- sources List<Property Map>
- Reference to an entity that the VM should be cloned or created from
- storage
Configs List<Property Map> - Storage configuration for VM disks
- update
Time String - VM last updated time.
- vtpm
Configs List<Property Map> - Indicates how the vTPM for the VM should be configured.
Supporting Types
GetVirtualMachineV2ApcConfig
- Cpu
Models List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machine V2Apc Config Cpu Model> - CPU model associated with the VM if Advanced Processor Compatibility(APC) is enabled. If APC is enabled and no CPU model is explicitly set, a default baseline CPU model is picked by the system. See the APC documentation for more information
- Is
Apc boolEnabled - If enabled, the selected CPU model will be retained across live and cold migrations of the VM.
- Cpu
Models []GetVirtual Machine V2Apc Config Cpu Model - CPU model associated with the VM if Advanced Processor Compatibility(APC) is enabled. If APC is enabled and no CPU model is explicitly set, a default baseline CPU model is picked by the system. See the APC documentation for more information
- Is
Apc boolEnabled - If enabled, the selected CPU model will be retained across live and cold migrations of the VM.
- cpu
Models List<GetVirtual Machine V2Apc Config Cpu Model> - CPU model associated with the VM if Advanced Processor Compatibility(APC) is enabled. If APC is enabled and no CPU model is explicitly set, a default baseline CPU model is picked by the system. See the APC documentation for more information
- is
Apc BooleanEnabled - If enabled, the selected CPU model will be retained across live and cold migrations of the VM.
- cpu
Models GetVirtual Machine V2Apc Config Cpu Model[] - CPU model associated with the VM if Advanced Processor Compatibility(APC) is enabled. If APC is enabled and no CPU model is explicitly set, a default baseline CPU model is picked by the system. See the APC documentation for more information
- is
Apc booleanEnabled - If enabled, the selected CPU model will be retained across live and cold migrations of the VM.
- cpu_
models Sequence[GetVirtual Machine V2Apc Config Cpu Model] - CPU model associated with the VM if Advanced Processor Compatibility(APC) is enabled. If APC is enabled and no CPU model is explicitly set, a default baseline CPU model is picked by the system. See the APC documentation for more information
- is_
apc_ boolenabled - If enabled, the selected CPU model will be retained across live and cold migrations of the VM.
- cpu
Models List<Property Map> - CPU model associated with the VM if Advanced Processor Compatibility(APC) is enabled. If APC is enabled and no CPU model is explicitly set, a default baseline CPU model is picked by the system. See the APC documentation for more information
- is
Apc BooleanEnabled - If enabled, the selected CPU model will be retained across live and cold migrations of the VM.
GetVirtualMachineV2ApcConfigCpuModel
GetVirtualMachineV2AvailabilityZone
- Ext
Id string - Represents virtual machine UUID
- Ext
Id string - Represents virtual machine UUID
- ext
Id String - Represents virtual machine UUID
- ext
Id string - Represents virtual machine UUID
- ext_
id str - Represents virtual machine UUID
- ext
Id String - Represents virtual machine UUID
GetVirtualMachineV2BootConfig
- Legacy
Boots List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machine V2Boot Config Legacy Boot> - LegacyBoot config Object
- Uefi
Boots List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machine V2Boot Config Uefi Boot> - UefiBoot config Object
- Legacy
Boots []GetVirtual Machine V2Boot Config Legacy Boot - LegacyBoot config Object
- Uefi
Boots []GetVirtual Machine V2Boot Config Uefi Boot - UefiBoot config Object
- legacy
Boots List<GetVirtual Machine V2Boot Config Legacy Boot> - LegacyBoot config Object
- uefi
Boots List<GetVirtual Machine V2Boot Config Uefi Boot> - UefiBoot config Object
- legacy
Boots GetVirtual Machine V2Boot Config Legacy Boot[] - LegacyBoot config Object
- uefi
Boots GetVirtual Machine V2Boot Config Uefi Boot[] - UefiBoot config Object
- legacy_
boots Sequence[GetVirtual Machine V2Boot Config Legacy Boot] - LegacyBoot config Object
- uefi_
boots Sequence[GetVirtual Machine V2Boot Config Uefi Boot] - UefiBoot config Object
- legacy
Boots List<Property Map> - LegacyBoot config Object
- uefi
Boots List<Property Map> - UefiBoot config Object
GetVirtualMachineV2BootConfigLegacyBoot
- Boot
Devices List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machine V2Boot Config Legacy Boot Boot Device> - Boot Device object
- Boot
Orders List<string> - Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.
- Boot
Devices []GetVirtual Machine V2Boot Config Legacy Boot Boot Device - Boot Device object
- Boot
Orders []string - Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.
- boot
Devices List<GetVirtual Machine V2Boot Config Legacy Boot Boot Device> - Boot Device object
- boot
Orders List<String> - Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.
- boot
Devices GetVirtual Machine V2Boot Config Legacy Boot Boot Device[] - Boot Device object
- boot
Orders string[] - Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.
- boot_
devices Sequence[GetVirtual Machine V2Boot Config Legacy Boot Boot Device] - Boot Device object
- boot_
orders Sequence[str] - Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.
- boot
Devices List<Property Map> - Boot Device object
- boot
Orders List<String> - Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.
GetVirtualMachineV2BootConfigLegacyBootBootDevice
- boot
Device List<Property Map>Disks - Disk address.
- boot
Device List<Property Map>Nics - Disk Nic address.
GetVirtualMachineV2BootConfigLegacyBootBootDeviceBootDeviceDisk
- Disk
Addresses List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machine V2Boot Config Legacy Boot Boot Device Boot Device Disk Disk Address> - Virtual Machine disk (VM disk).
- Disk
Addresses []GetVirtual Machine V2Boot Config Legacy Boot Boot Device Boot Device Disk Disk Address - Virtual Machine disk (VM disk).
- disk
Addresses List<GetVirtual Machine V2Boot Config Legacy Boot Boot Device Boot Device Disk Disk Address> - Virtual Machine disk (VM disk).
- disk
Addresses GetVirtual Machine V2Boot Config Legacy Boot Boot Device Boot Device Disk Disk Address[] - Virtual Machine disk (VM disk).
- disk_
addresses Sequence[GetVirtual Machine V2Boot Config Legacy Boot Boot Device Boot Device Disk Disk Address] - Virtual Machine disk (VM disk).
- disk
Addresses List<Property Map> - Virtual Machine disk (VM disk).
GetVirtualMachineV2BootConfigLegacyBootBootDeviceBootDeviceDiskDiskAddress
GetVirtualMachineV2BootConfigLegacyBootBootDeviceBootDeviceNic
- Mac
Address string - mac address
- Mac
Address string - mac address
- mac
Address String - mac address
- mac
Address string - mac address
- mac_
address str - mac address
- mac
Address String - mac address
GetVirtualMachineV2BootConfigUefiBoot
- Is
Secure boolBoot Enabled - Indicate whether to enable secure boot or not
- Nvram
Devices List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machine V2Boot Config Uefi Boot Nvram Device> - Configuration for NVRAM to be presented to the VM.
- Is
Secure boolBoot Enabled - Indicate whether to enable secure boot or not
- Nvram
Devices []GetVirtual Machine V2Boot Config Uefi Boot Nvram Device - Configuration for NVRAM to be presented to the VM.
- is
Secure BooleanBoot Enabled - Indicate whether to enable secure boot or not
- nvram
Devices List<GetVirtual Machine V2Boot Config Uefi Boot Nvram Device> - Configuration for NVRAM to be presented to the VM.
- is
Secure booleanBoot Enabled - Indicate whether to enable secure boot or not
- nvram
Devices GetVirtual Machine V2Boot Config Uefi Boot Nvram Device[] - Configuration for NVRAM to be presented to the VM.
- is_
secure_ boolboot_ enabled - Indicate whether to enable secure boot or not
- nvram_
devices Sequence[GetVirtual Machine V2Boot Config Uefi Boot Nvram Device] - Configuration for NVRAM to be presented to the VM.
- is
Secure BooleanBoot Enabled - Indicate whether to enable secure boot or not
- nvram
Devices List<Property Map> - Configuration for NVRAM to be presented to the VM.
GetVirtualMachineV2BootConfigUefiBootNvramDevice
- Backing
Storage List<PiersInfos Karsenbarg. Nutanix. Inputs. Get Virtual Machine V2Boot Config Uefi Boot Nvram Device Backing Storage Info> - Storage provided by Nutanix ADSF
- Backing
Storage []GetInfos Virtual Machine V2Boot Config Uefi Boot Nvram Device Backing Storage Info - Storage provided by Nutanix ADSF
- backing
Storage List<GetInfos Virtual Machine V2Boot Config Uefi Boot Nvram Device Backing Storage Info> - Storage provided by Nutanix ADSF
- backing
Storage GetInfos Virtual Machine V2Boot Config Uefi Boot Nvram Device Backing Storage Info[] - Storage provided by Nutanix ADSF
- backing_
storage_ Sequence[Getinfos Virtual Machine V2Boot Config Uefi Boot Nvram Device Backing Storage Info] - Storage provided by Nutanix ADSF
- backing
Storage List<Property Map>Infos - Storage provided by Nutanix ADSF
GetVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfo
- Data
Sources List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machine V2Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source> - A reference to a disk or image that contains the contents of a disk.
- Disk
Ext stringId - The globally unique identifier of a VM disk. It should be of type UUID.
- Disk
Size intBytes - Size of the disk in Bytes
- Is
Migration boolIn Progress - Indicates if the disk is undergoing migration to another container.
- Storage
Configs List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machine V2Boot Config Uefi Boot Nvram Device Backing Storage Info Storage Config> - Storage configuration for VM disks
- Storage
Containers List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machine V2Boot Config Uefi Boot Nvram Device Backing Storage Info Storage Container> - This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
- Data
Sources []GetVirtual Machine V2Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source - A reference to a disk or image that contains the contents of a disk.
- Disk
Ext stringId - The globally unique identifier of a VM disk. It should be of type UUID.
- Disk
Size intBytes - Size of the disk in Bytes
- Is
Migration boolIn Progress - Indicates if the disk is undergoing migration to another container.
- Storage
Configs []GetVirtual Machine V2Boot Config Uefi Boot Nvram Device Backing Storage Info Storage Config - Storage configuration for VM disks
- Storage
Containers []GetVirtual Machine V2Boot Config Uefi Boot Nvram Device Backing Storage Info Storage Container - This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
- data
Sources List<GetVirtual Machine V2Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source> - A reference to a disk or image that contains the contents of a disk.
- disk
Ext StringId - The globally unique identifier of a VM disk. It should be of type UUID.
- disk
Size IntegerBytes - Size of the disk in Bytes
- is
Migration BooleanIn Progress - Indicates if the disk is undergoing migration to another container.
- storage
Configs List<GetVirtual Machine V2Boot Config Uefi Boot Nvram Device Backing Storage Info Storage Config> - Storage configuration for VM disks
- storage
Containers List<GetVirtual Machine V2Boot Config Uefi Boot Nvram Device Backing Storage Info Storage Container> - This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
- data
Sources GetVirtual Machine V2Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source[] - A reference to a disk or image that contains the contents of a disk.
- disk
Ext stringId - The globally unique identifier of a VM disk. It should be of type UUID.
- disk
Size numberBytes - Size of the disk in Bytes
- is
Migration booleanIn Progress - Indicates if the disk is undergoing migration to another container.
- storage
Configs GetVirtual Machine V2Boot Config Uefi Boot Nvram Device Backing Storage Info Storage Config[] - Storage configuration for VM disks
- storage
Containers GetVirtual Machine V2Boot Config Uefi Boot Nvram Device Backing Storage Info Storage Container[] - This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
- data_
sources Sequence[GetVirtual Machine V2Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source] - A reference to a disk or image that contains the contents of a disk.
- disk_
ext_ strid - The globally unique identifier of a VM disk. It should be of type UUID.
- disk_
size_ intbytes - Size of the disk in Bytes
- is_
migration_ boolin_ progress - Indicates if the disk is undergoing migration to another container.
- storage_
configs Sequence[GetVirtual Machine V2Boot Config Uefi Boot Nvram Device Backing Storage Info Storage Config] - Storage configuration for VM disks
- storage_
containers Sequence[GetVirtual Machine V2Boot Config Uefi Boot Nvram Device Backing Storage Info Storage Container] - This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
- data
Sources List<Property Map> - A reference to a disk or image that contains the contents of a disk.
- disk
Ext StringId - The globally unique identifier of a VM disk. It should be of type UUID.
- disk
Size NumberBytes - Size of the disk in Bytes
- is
Migration BooleanIn Progress - Indicates if the disk is undergoing migration to another container.
- storage
Configs List<Property Map> - Storage configuration for VM disks
- storage
Containers List<Property Map> - This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
GetVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSource
- References
[]Get
Virtual Machine V2Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference - Reference to image or vm disk
- references
List<Get
Virtual Machine V2Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference> - Reference to image or vm disk
- references
Get
Virtual Machine V2Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference[] - Reference to image or vm disk
- references
Sequence[Get
Virtual Machine V2Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference] - Reference to image or vm disk
- references List<Property Map>
- Reference to image or vm disk
GetVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReference
- Image
References List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machine V2Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Image Reference> - Image Reference
- Vm
Disk List<PiersReferences Karsenbarg. Nutanix. Inputs. Get Virtual Machine V2Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Vm Disk Reference> - Vm Disk Reference
- image
References List<Property Map> - Image Reference
- vm
Disk List<Property Map>References - Vm Disk Reference
GetVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceImageReference
- Image
Ext stringId - The globally unique identifier of an image. It should be of type UUID.
- Image
Ext stringId - The globally unique identifier of an image. It should be of type UUID.
- image
Ext StringId - The globally unique identifier of an image. It should be of type UUID.
- image
Ext stringId - The globally unique identifier of an image. It should be of type UUID.
- image_
ext_ strid - The globally unique identifier of an image. It should be of type UUID.
- image
Ext StringId - The globally unique identifier of an image. It should be of type UUID.
GetVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReference
- Disk
Addresses List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machine V2Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Vm Disk Reference Disk Address> - Disk address.
- Disk
Ext stringId - The globally unique identifier of a VM disk. It should be of type UUID.
- Vm
References List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machine V2Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Vm Disk Reference Vm Reference> - This is a reference to a VM.
- Disk
Addresses []GetVirtual Machine V2Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Vm Disk Reference Disk Address - Disk address.
- Disk
Ext stringId - The globally unique identifier of a VM disk. It should be of type UUID.
- Vm
References []GetVirtual Machine V2Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Vm Disk Reference Vm Reference - This is a reference to a VM.
- disk
Addresses List<GetVirtual Machine V2Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Vm Disk Reference Disk Address> - Disk address.
- disk
Ext StringId - The globally unique identifier of a VM disk. It should be of type UUID.
- vm
References List<GetVirtual Machine V2Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Vm Disk Reference Vm Reference> - This is a reference to a VM.
- disk
Addresses GetVirtual Machine V2Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Vm Disk Reference Disk Address[] - Disk address.
- disk
Ext stringId - The globally unique identifier of a VM disk. It should be of type UUID.
- vm
References GetVirtual Machine V2Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Vm Disk Reference Vm Reference[] - This is a reference to a VM.
- disk_
addresses Sequence[GetVirtual Machine V2Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Vm Disk Reference Disk Address] - Disk address.
- disk_
ext_ strid - The globally unique identifier of a VM disk. It should be of type UUID.
- vm_
references Sequence[GetVirtual Machine V2Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Vm Disk Reference Vm Reference] - This is a reference to a VM.
- disk
Addresses List<Property Map> - Disk address.
- disk
Ext StringId - The globally unique identifier of a VM disk. It should be of type UUID.
- vm
References List<Property Map> - This is a reference to a VM.
GetVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceDiskAddress
GetVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceVmReference
- Ext
Id string - Represents virtual machine UUID
- Ext
Id string - Represents virtual machine UUID
- ext
Id String - Represents virtual machine UUID
- ext
Id string - Represents virtual machine UUID
- ext_
id str - Represents virtual machine UUID
- ext
Id String - Represents virtual machine UUID
GetVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoStorageConfig
- Is
Flash boolMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- Is
Flash boolMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- is
Flash BooleanMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- is
Flash booleanMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- is_
flash_ boolmode_ enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- is
Flash BooleanMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
GetVirtualMachineV2BootConfigUefiBootNvramDeviceBackingStorageInfoStorageContainer
- Ext
Id string - Represents virtual machine UUID
- Ext
Id string - Represents virtual machine UUID
- ext
Id String - Represents virtual machine UUID
- ext
Id string - Represents virtual machine UUID
- ext_
id str - Represents virtual machine UUID
- ext
Id String - Represents virtual machine UUID
GetVirtualMachineV2Category
- Ext
Id string - Represents virtual machine UUID
- Ext
Id string - Represents virtual machine UUID
- ext
Id String - Represents virtual machine UUID
- ext
Id string - Represents virtual machine UUID
- ext_
id str - Represents virtual machine UUID
- ext
Id String - Represents virtual machine UUID
GetVirtualMachineV2CdRom
- Backing
Infos List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machine V2Cd Rom Backing Info> - Defines a NIC emulated by the hypervisor
- Disk
Addresses List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machine V2Cd Rom Disk Address> - Virtual Machine disk (VM disk).
- Ext
Id string - Represents virtual machine UUID
- Iso
Type string - Type of ISO image inserted in CD-ROM
- Backing
Infos []GetVirtual Machine V2Cd Rom Backing Info - Defines a NIC emulated by the hypervisor
- Disk
Addresses []GetVirtual Machine V2Cd Rom Disk Address - Virtual Machine disk (VM disk).
- Ext
Id string - Represents virtual machine UUID
- Iso
Type string - Type of ISO image inserted in CD-ROM
- backing
Infos List<GetVirtual Machine V2Cd Rom Backing Info> - Defines a NIC emulated by the hypervisor
- disk
Addresses List<GetVirtual Machine V2Cd Rom Disk Address> - Virtual Machine disk (VM disk).
- ext
Id String - Represents virtual machine UUID
- iso
Type String - Type of ISO image inserted in CD-ROM
- backing
Infos GetVirtual Machine V2Cd Rom Backing Info[] - Defines a NIC emulated by the hypervisor
- disk
Addresses GetVirtual Machine V2Cd Rom Disk Address[] - Virtual Machine disk (VM disk).
- ext
Id string - Represents virtual machine UUID
- iso
Type string - Type of ISO image inserted in CD-ROM
- backing_
infos Sequence[GetVirtual Machine V2Cd Rom Backing Info] - Defines a NIC emulated by the hypervisor
- disk_
addresses Sequence[GetVirtual Machine V2Cd Rom Disk Address] - Virtual Machine disk (VM disk).
- ext_
id str - Represents virtual machine UUID
- iso_
type str - Type of ISO image inserted in CD-ROM
- backing
Infos List<Property Map> - Defines a NIC emulated by the hypervisor
- disk
Addresses List<Property Map> - Virtual Machine disk (VM disk).
- ext
Id String - Represents virtual machine UUID
- iso
Type String - Type of ISO image inserted in CD-ROM
GetVirtualMachineV2CdRomBackingInfo
- Data
Sources List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machine V2Cd Rom Backing Info Data Source> - A reference to a disk or image that contains the contents of a disk.
- Disk
Ext stringId - The globally unique identifier of a VM disk. It should be of type UUID.
- Disk
Size intBytes - Size of the disk in Bytes
- Is
Migration boolIn Progress - Indicates if the disk is undergoing migration to another container.
- Storage
Configs List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machine V2Cd Rom Backing Info Storage Config> - Storage configuration for VM disks
- Storage
Containers List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machine V2Cd Rom Backing Info Storage Container> - This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
- Data
Sources []GetVirtual Machine V2Cd Rom Backing Info Data Source - A reference to a disk or image that contains the contents of a disk.
- Disk
Ext stringId - The globally unique identifier of a VM disk. It should be of type UUID.
- Disk
Size intBytes - Size of the disk in Bytes
- Is
Migration boolIn Progress - Indicates if the disk is undergoing migration to another container.
- Storage
Configs []GetVirtual Machine V2Cd Rom Backing Info Storage Config - Storage configuration for VM disks
- Storage
Containers []GetVirtual Machine V2Cd Rom Backing Info Storage Container - This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
- data
Sources List<GetVirtual Machine V2Cd Rom Backing Info Data Source> - A reference to a disk or image that contains the contents of a disk.
- disk
Ext StringId - The globally unique identifier of a VM disk. It should be of type UUID.
- disk
Size IntegerBytes - Size of the disk in Bytes
- is
Migration BooleanIn Progress - Indicates if the disk is undergoing migration to another container.
- storage
Configs List<GetVirtual Machine V2Cd Rom Backing Info Storage Config> - Storage configuration for VM disks
- storage
Containers List<GetVirtual Machine V2Cd Rom Backing Info Storage Container> - This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
- data
Sources GetVirtual Machine V2Cd Rom Backing Info Data Source[] - A reference to a disk or image that contains the contents of a disk.
- disk
Ext stringId - The globally unique identifier of a VM disk. It should be of type UUID.
- disk
Size numberBytes - Size of the disk in Bytes
- is
Migration booleanIn Progress - Indicates if the disk is undergoing migration to another container.
- storage
Configs GetVirtual Machine V2Cd Rom Backing Info Storage Config[] - Storage configuration for VM disks
- storage
Containers GetVirtual Machine V2Cd Rom Backing Info Storage Container[] - This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
- data_
sources Sequence[GetVirtual Machine V2Cd Rom Backing Info Data Source] - A reference to a disk or image that contains the contents of a disk.
- disk_
ext_ strid - The globally unique identifier of a VM disk. It should be of type UUID.
- disk_
size_ intbytes - Size of the disk in Bytes
- is_
migration_ boolin_ progress - Indicates if the disk is undergoing migration to another container.
- storage_
configs Sequence[GetVirtual Machine V2Cd Rom Backing Info Storage Config] - Storage configuration for VM disks
- storage_
containers Sequence[GetVirtual Machine V2Cd Rom Backing Info Storage Container] - This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
- data
Sources List<Property Map> - A reference to a disk or image that contains the contents of a disk.
- disk
Ext StringId - The globally unique identifier of a VM disk. It should be of type UUID.
- disk
Size NumberBytes - Size of the disk in Bytes
- is
Migration BooleanIn Progress - Indicates if the disk is undergoing migration to another container.
- storage
Configs List<Property Map> - Storage configuration for VM disks
- storage
Containers List<Property Map> - This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
GetVirtualMachineV2CdRomBackingInfoDataSource
- References
List<Piers
Karsenbarg. Nutanix. Inputs. Get Virtual Machine V2Cd Rom Backing Info Data Source Reference> - Reference to image or vm disk
- References
[]Get
Virtual Machine V2Cd Rom Backing Info Data Source Reference - Reference to image or vm disk
- references
List<Get
Virtual Machine V2Cd Rom Backing Info Data Source Reference> - Reference to image or vm disk
- references
Get
Virtual Machine V2Cd Rom Backing Info Data Source Reference[] - Reference to image or vm disk
- references
Sequence[Get
Virtual Machine V2Cd Rom Backing Info Data Source Reference] - Reference to image or vm disk
- references List<Property Map>
- Reference to image or vm disk
GetVirtualMachineV2CdRomBackingInfoDataSourceReference
- image
References List<Property Map> - Image Reference
- vm
Disk List<Property Map>References - Vm Disk Reference
GetVirtualMachineV2CdRomBackingInfoDataSourceReferenceImageReference
- Image
Ext stringId - The globally unique identifier of an image. It should be of type UUID.
- Image
Ext stringId - The globally unique identifier of an image. It should be of type UUID.
- image
Ext StringId - The globally unique identifier of an image. It should be of type UUID.
- image
Ext stringId - The globally unique identifier of an image. It should be of type UUID.
- image_
ext_ strid - The globally unique identifier of an image. It should be of type UUID.
- image
Ext StringId - The globally unique identifier of an image. It should be of type UUID.
GetVirtualMachineV2CdRomBackingInfoDataSourceReferenceVmDiskReference
- Disk
Addresses List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machine V2Cd Rom Backing Info Data Source Reference Vm Disk Reference Disk Address> - Disk address.
- Disk
Ext stringId - The globally unique identifier of a VM disk. It should be of type UUID.
- Vm
References List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machine V2Cd Rom Backing Info Data Source Reference Vm Disk Reference Vm Reference> - This is a reference to a VM.
- Disk
Addresses []GetVirtual Machine V2Cd Rom Backing Info Data Source Reference Vm Disk Reference Disk Address - Disk address.
- Disk
Ext stringId - The globally unique identifier of a VM disk. It should be of type UUID.
- Vm
References []GetVirtual Machine V2Cd Rom Backing Info Data Source Reference Vm Disk Reference Vm Reference - This is a reference to a VM.
- disk
Addresses List<GetVirtual Machine V2Cd Rom Backing Info Data Source Reference Vm Disk Reference Disk Address> - Disk address.
- disk
Ext StringId - The globally unique identifier of a VM disk. It should be of type UUID.
- vm
References List<GetVirtual Machine V2Cd Rom Backing Info Data Source Reference Vm Disk Reference Vm Reference> - This is a reference to a VM.
- disk
Addresses GetVirtual Machine V2Cd Rom Backing Info Data Source Reference Vm Disk Reference Disk Address[] - Disk address.
- disk
Ext stringId - The globally unique identifier of a VM disk. It should be of type UUID.
- vm
References GetVirtual Machine V2Cd Rom Backing Info Data Source Reference Vm Disk Reference Vm Reference[] - This is a reference to a VM.
- disk_
addresses Sequence[GetVirtual Machine V2Cd Rom Backing Info Data Source Reference Vm Disk Reference Disk Address] - Disk address.
- disk_
ext_ strid - The globally unique identifier of a VM disk. It should be of type UUID.
- vm_
references Sequence[GetVirtual Machine V2Cd Rom Backing Info Data Source Reference Vm Disk Reference Vm Reference] - This is a reference to a VM.
- disk
Addresses List<Property Map> - Disk address.
- disk
Ext StringId - The globally unique identifier of a VM disk. It should be of type UUID.
- vm
References List<Property Map> - This is a reference to a VM.
GetVirtualMachineV2CdRomBackingInfoDataSourceReferenceVmDiskReferenceDiskAddress
GetVirtualMachineV2CdRomBackingInfoDataSourceReferenceVmDiskReferenceVmReference
- Ext
Id string - Represents virtual machine UUID
- Ext
Id string - Represents virtual machine UUID
- ext
Id String - Represents virtual machine UUID
- ext
Id string - Represents virtual machine UUID
- ext_
id str - Represents virtual machine UUID
- ext
Id String - Represents virtual machine UUID
GetVirtualMachineV2CdRomBackingInfoStorageConfig
- Is
Flash boolMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- Is
Flash boolMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- is
Flash BooleanMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- is
Flash booleanMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- is_
flash_ boolmode_ enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- is
Flash BooleanMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
GetVirtualMachineV2CdRomBackingInfoStorageContainer
- Ext
Id string - Represents virtual machine UUID
- Ext
Id string - Represents virtual machine UUID
- ext
Id String - Represents virtual machine UUID
- ext
Id string - Represents virtual machine UUID
- ext_
id str - Represents virtual machine UUID
- ext
Id String - Represents virtual machine UUID
GetVirtualMachineV2CdRomDiskAddress
GetVirtualMachineV2Cluster
- Ext
Id string - Represents virtual machine UUID
- Ext
Id string - Represents virtual machine UUID
- ext
Id String - Represents virtual machine UUID
- ext
Id string - Represents virtual machine UUID
- ext_
id str - Represents virtual machine UUID
- ext
Id String - Represents virtual machine UUID
GetVirtualMachineV2Disk
- Backing
Infos List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machine V2Disk Backing Info> - Defines a NIC emulated by the hypervisor
- Disk
Addresses List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machine V2Disk Disk Address> - Virtual Machine disk (VM disk).
- Ext
Id string - Represents virtual machine UUID
- Backing
Infos []GetVirtual Machine V2Disk Backing Info - Defines a NIC emulated by the hypervisor
- Disk
Addresses []GetVirtual Machine V2Disk Disk Address - Virtual Machine disk (VM disk).
- Ext
Id string - Represents virtual machine UUID
- backing
Infos List<GetVirtual Machine V2Disk Backing Info> - Defines a NIC emulated by the hypervisor
- disk
Addresses List<GetVirtual Machine V2Disk Disk Address> - Virtual Machine disk (VM disk).
- ext
Id String - Represents virtual machine UUID
- backing
Infos GetVirtual Machine V2Disk Backing Info[] - Defines a NIC emulated by the hypervisor
- disk
Addresses GetVirtual Machine V2Disk Disk Address[] - Virtual Machine disk (VM disk).
- ext
Id string - Represents virtual machine UUID
- backing_
infos Sequence[GetVirtual Machine V2Disk Backing Info] - Defines a NIC emulated by the hypervisor
- disk_
addresses Sequence[GetVirtual Machine V2Disk Disk Address] - Virtual Machine disk (VM disk).
- ext_
id str - Represents virtual machine UUID
- backing
Infos List<Property Map> - Defines a NIC emulated by the hypervisor
- disk
Addresses List<Property Map> - Virtual Machine disk (VM disk).
- ext
Id String - Represents virtual machine UUID
GetVirtualMachineV2DiskBackingInfo
- Adfs
Volume []GetGroup References Virtual Machine V2Disk Backing Info Adfs Volume Group Reference - Volume Group Reference
- Vm
Disks []GetVirtual Machine V2Disk Backing Info Vm Disk - backing Info for vmDisk
- adfs
Volume List<GetGroup References Virtual Machine V2Disk Backing Info Adfs Volume Group Reference> - Volume Group Reference
- vm
Disks List<GetVirtual Machine V2Disk Backing Info Vm Disk> - backing Info for vmDisk
- adfs
Volume GetGroup References Virtual Machine V2Disk Backing Info Adfs Volume Group Reference[] - Volume Group Reference
- vm
Disks GetVirtual Machine V2Disk Backing Info Vm Disk[] - backing Info for vmDisk
- adfs_
volume_ Sequence[Getgroup_ references Virtual Machine V2Disk Backing Info Adfs Volume Group Reference] - Volume Group Reference
- vm_
disks Sequence[GetVirtual Machine V2Disk Backing Info Vm Disk] - backing Info for vmDisk
- adfs
Volume List<Property Map>Group References - Volume Group Reference
- vm
Disks List<Property Map> - backing Info for vmDisk
GetVirtualMachineV2DiskBackingInfoAdfsVolumeGroupReference
- Volume
Group stringExt Id - The globally unique identifier of an ADSF volume group. It should be of type UUID.
- Volume
Group stringExt Id - The globally unique identifier of an ADSF volume group. It should be of type UUID.
- volume
Group StringExt Id - The globally unique identifier of an ADSF volume group. It should be of type UUID.
- volume
Group stringExt Id - The globally unique identifier of an ADSF volume group. It should be of type UUID.
- volume_
group_ strext_ id - The globally unique identifier of an ADSF volume group. It should be of type UUID.
- volume
Group StringExt Id - The globally unique identifier of an ADSF volume group. It should be of type UUID.
GetVirtualMachineV2DiskBackingInfoVmDisk
- Data
Sources List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machine V2Disk Backing Info Vm Disk Data Source> - A reference to a disk or image that contains the contents of a disk.
- Disk
Ext stringId - The globally unique identifier of a VM disk. It should be of type UUID.
- Disk
Size intBytes - Size of the disk in Bytes
- Is
Migration boolIn Progress - Indicates if the disk is undergoing migration to another container.
- Storage
Configs List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machine V2Disk Backing Info Vm Disk Storage Config> - Storage configuration for VM disks
- Storage
Containers List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machine V2Disk Backing Info Vm Disk Storage Container> - This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
- Data
Sources []GetVirtual Machine V2Disk Backing Info Vm Disk Data Source - A reference to a disk or image that contains the contents of a disk.
- Disk
Ext stringId - The globally unique identifier of a VM disk. It should be of type UUID.
- Disk
Size intBytes - Size of the disk in Bytes
- Is
Migration boolIn Progress - Indicates if the disk is undergoing migration to another container.
- Storage
Configs []GetVirtual Machine V2Disk Backing Info Vm Disk Storage Config - Storage configuration for VM disks
- Storage
Containers []GetVirtual Machine V2Disk Backing Info Vm Disk Storage Container - This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
- data
Sources List<GetVirtual Machine V2Disk Backing Info Vm Disk Data Source> - A reference to a disk or image that contains the contents of a disk.
- disk
Ext StringId - The globally unique identifier of a VM disk. It should be of type UUID.
- disk
Size IntegerBytes - Size of the disk in Bytes
- is
Migration BooleanIn Progress - Indicates if the disk is undergoing migration to another container.
- storage
Configs List<GetVirtual Machine V2Disk Backing Info Vm Disk Storage Config> - Storage configuration for VM disks
- storage
Containers List<GetVirtual Machine V2Disk Backing Info Vm Disk Storage Container> - This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
- data
Sources GetVirtual Machine V2Disk Backing Info Vm Disk Data Source[] - A reference to a disk or image that contains the contents of a disk.
- disk
Ext stringId - The globally unique identifier of a VM disk. It should be of type UUID.
- disk
Size numberBytes - Size of the disk in Bytes
- is
Migration booleanIn Progress - Indicates if the disk is undergoing migration to another container.
- storage
Configs GetVirtual Machine V2Disk Backing Info Vm Disk Storage Config[] - Storage configuration for VM disks
- storage
Containers GetVirtual Machine V2Disk Backing Info Vm Disk Storage Container[] - This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
- data_
sources Sequence[GetVirtual Machine V2Disk Backing Info Vm Disk Data Source] - A reference to a disk or image that contains the contents of a disk.
- disk_
ext_ strid - The globally unique identifier of a VM disk. It should be of type UUID.
- disk_
size_ intbytes - Size of the disk in Bytes
- is_
migration_ boolin_ progress - Indicates if the disk is undergoing migration to another container.
- storage_
configs Sequence[GetVirtual Machine V2Disk Backing Info Vm Disk Storage Config] - Storage configuration for VM disks
- storage_
containers Sequence[GetVirtual Machine V2Disk Backing Info Vm Disk Storage Container] - This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
- data
Sources List<Property Map> - A reference to a disk or image that contains the contents of a disk.
- disk
Ext StringId - The globally unique identifier of a VM disk. It should be of type UUID.
- disk
Size NumberBytes - Size of the disk in Bytes
- is
Migration BooleanIn Progress - Indicates if the disk is undergoing migration to another container.
- storage
Configs List<Property Map> - Storage configuration for VM disks
- storage
Containers List<Property Map> - This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.
GetVirtualMachineV2DiskBackingInfoVmDiskDataSource
- References
List<Piers
Karsenbarg. Nutanix. Inputs. Get Virtual Machine V2Disk Backing Info Vm Disk Data Source Reference> - Reference to image or vm disk
- References
[]Get
Virtual Machine V2Disk Backing Info Vm Disk Data Source Reference - Reference to image or vm disk
- references
List<Get
Virtual Machine V2Disk Backing Info Vm Disk Data Source Reference> - Reference to image or vm disk
- references
Get
Virtual Machine V2Disk Backing Info Vm Disk Data Source Reference[] - Reference to image or vm disk
- references
Sequence[Get
Virtual Machine V2Disk Backing Info Vm Disk Data Source Reference] - Reference to image or vm disk
- references List<Property Map>
- Reference to image or vm disk
GetVirtualMachineV2DiskBackingInfoVmDiskDataSourceReference
- image
References List<Property Map> - Image Reference
- vm
Disk List<Property Map>References - Vm Disk Reference
GetVirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceImageReference
- Image
Ext stringId - The globally unique identifier of an image. It should be of type UUID.
- Image
Ext stringId - The globally unique identifier of an image. It should be of type UUID.
- image
Ext StringId - The globally unique identifier of an image. It should be of type UUID.
- image
Ext stringId - The globally unique identifier of an image. It should be of type UUID.
- image_
ext_ strid - The globally unique identifier of an image. It should be of type UUID.
- image
Ext StringId - The globally unique identifier of an image. It should be of type UUID.
GetVirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceVmDiskReference
- Disk
Addresses List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machine V2Disk Backing Info Vm Disk Data Source Reference Vm Disk Reference Disk Address> - Disk address.
- Disk
Ext stringId - The globally unique identifier of a VM disk. It should be of type UUID.
- Vm
References List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machine V2Disk Backing Info Vm Disk Data Source Reference Vm Disk Reference Vm Reference> - This is a reference to a VM.
- Disk
Addresses []GetVirtual Machine V2Disk Backing Info Vm Disk Data Source Reference Vm Disk Reference Disk Address - Disk address.
- Disk
Ext stringId - The globally unique identifier of a VM disk. It should be of type UUID.
- Vm
References []GetVirtual Machine V2Disk Backing Info Vm Disk Data Source Reference Vm Disk Reference Vm Reference - This is a reference to a VM.
- disk
Addresses List<GetVirtual Machine V2Disk Backing Info Vm Disk Data Source Reference Vm Disk Reference Disk Address> - Disk address.
- disk
Ext StringId - The globally unique identifier of a VM disk. It should be of type UUID.
- vm
References List<GetVirtual Machine V2Disk Backing Info Vm Disk Data Source Reference Vm Disk Reference Vm Reference> - This is a reference to a VM.
- disk
Addresses GetVirtual Machine V2Disk Backing Info Vm Disk Data Source Reference Vm Disk Reference Disk Address[] - Disk address.
- disk
Ext stringId - The globally unique identifier of a VM disk. It should be of type UUID.
- vm
References GetVirtual Machine V2Disk Backing Info Vm Disk Data Source Reference Vm Disk Reference Vm Reference[] - This is a reference to a VM.
- disk_
addresses Sequence[GetVirtual Machine V2Disk Backing Info Vm Disk Data Source Reference Vm Disk Reference Disk Address] - Disk address.
- disk_
ext_ strid - The globally unique identifier of a VM disk. It should be of type UUID.
- vm_
references Sequence[GetVirtual Machine V2Disk Backing Info Vm Disk Data Source Reference Vm Disk Reference Vm Reference] - This is a reference to a VM.
- disk
Addresses List<Property Map> - Disk address.
- disk
Ext StringId - The globally unique identifier of a VM disk. It should be of type UUID.
- vm
References List<Property Map> - This is a reference to a VM.
GetVirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceDiskAddress
GetVirtualMachineV2DiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceVmReference
- Ext
Id string - Represents virtual machine UUID
- Ext
Id string - Represents virtual machine UUID
- ext
Id String - Represents virtual machine UUID
- ext
Id string - Represents virtual machine UUID
- ext_
id str - Represents virtual machine UUID
- ext
Id String - Represents virtual machine UUID
GetVirtualMachineV2DiskBackingInfoVmDiskStorageConfig
- Is
Flash boolMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- Is
Flash boolMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- is
Flash BooleanMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- is
Flash booleanMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- is_
flash_ boolmode_ enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- is
Flash BooleanMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
GetVirtualMachineV2DiskBackingInfoVmDiskStorageContainer
- Ext
Id string - Represents virtual machine UUID
- Ext
Id string - Represents virtual machine UUID
- ext
Id String - Represents virtual machine UUID
- ext
Id string - Represents virtual machine UUID
- ext_
id str - Represents virtual machine UUID
- ext
Id String - Represents virtual machine UUID
GetVirtualMachineV2DiskDiskAddress
GetVirtualMachineV2Gpus
- Device
Id int - The device Id of the GPU.
- Ext
Id string - Represents virtual machine UUID
- Fraction int
- Fraction of the physical GPU assigned.
- Frame
Buffer intSize Bytes - GPU frame buffer size in bytes.
- Guest
Driver stringVersion - Last determined guest driver version.
- Mode string
- The mode of this GPU.
- Name string
- Name of the GPU resource.
- Num
Virtual intDisplay Heads - Number of supported virtual display heads.
- Pci
Addresses List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machine V2Gpus Pci Address> - 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 string - Represents virtual machine UUID
- Fraction int
- Fraction of the physical GPU assigned.
- Frame
Buffer intSize Bytes - GPU frame buffer size in bytes.
- Guest
Driver stringVersion - Last determined guest driver version.
- Mode string
- The mode of this GPU.
- Name string
- Name of the GPU resource.
- Num
Virtual intDisplay Heads - Number of supported virtual display heads.
- Pci
Addresses []GetVirtual Machine V2Gpus Pci Address - The (S)egment:(B)us:(D)evice.(F)unction hardware address. See
- Vendor string
- The vendor of the GPU.
- device
Id Integer - The device Id of the GPU.
- ext
Id String - Represents virtual machine UUID
- fraction Integer
- Fraction of the physical GPU assigned.
- frame
Buffer IntegerSize Bytes - GPU frame buffer size in bytes.
- guest
Driver StringVersion - Last determined guest driver version.
- mode String
- The mode of this GPU.
- name String
- Name of the GPU resource.
- num
Virtual IntegerDisplay Heads - Number of supported virtual display heads.
- pci
Addresses List<GetVirtual Machine V2Gpus Pci Address> - The (S)egment:(B)us:(D)evice.(F)unction hardware address. See
- vendor String
- The vendor of the GPU.
- device
Id number - The device Id of the GPU.
- ext
Id string - Represents virtual machine UUID
- fraction number
- Fraction of the physical GPU assigned.
- frame
Buffer numberSize Bytes - GPU frame buffer size in bytes.
- guest
Driver stringVersion - Last determined guest driver version.
- mode string
- The mode of this GPU.
- name string
- Name of the GPU resource.
- num
Virtual numberDisplay Heads - Number of supported virtual display heads.
- pci
Addresses GetVirtual Machine V2Gpus Pci Address[] - 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_ intsize_ bytes - GPU frame buffer size in bytes.
- guest_
driver_ strversion - Last determined guest driver version.
- mode str
- The mode of this GPU.
- name str
- Name of the GPU resource.
- num_
virtual_ intdisplay_ heads - Number of supported virtual display heads.
- pci_
addresses Sequence[GetVirtual Machine V2Gpus Pci Address] - The (S)egment:(B)us:(D)evice.(F)unction hardware address. See
- vendor str
- The vendor of the GPU.
- device
Id Number - The device Id of the GPU.
- ext
Id String - Represents virtual machine UUID
- fraction Number
- Fraction of the physical GPU assigned.
- frame
Buffer NumberSize Bytes - GPU frame buffer size in bytes.
- guest
Driver StringVersion - Last determined guest driver version.
- mode String
- The mode of this GPU.
- name String
- Name of the GPU resource.
- num
Virtual NumberDisplay Heads - Number of supported virtual display heads.
- pci
Addresses List<Property Map> - The (S)egment:(B)us:(D)evice.(F)unction hardware address. See
- vendor String
- The vendor of the GPU.
GetVirtualMachineV2GpusPciAddress
GetVirtualMachineV2GuestCustomization
- Configs
List<Piers
Karsenbarg. Nutanix. Inputs. Get Virtual Machine V2Guest Customization Config> - The Nutanix Guest Tools customization settings.
- Configs
[]Get
Virtual Machine V2Guest Customization Config - The Nutanix Guest Tools customization settings.
- configs
List<Get
Virtual Machine V2Guest Customization Config> - The Nutanix Guest Tools customization settings.
- configs
Get
Virtual Machine V2Guest Customization Config[] - The Nutanix Guest Tools customization settings.
- configs
Sequence[Get
Virtual Machine V2Guest Customization Config] - The Nutanix Guest Tools customization settings.
- configs List<Property Map>
- The Nutanix Guest Tools customization settings.
GetVirtualMachineV2GuestCustomizationConfig
- Cloud
Inits []GetVirtual Machine V2Guest Customization Config Cloud Init - CloudInit Config
- Syspreps
[]Get
Virtual Machine V2Guest Customization Config Sysprep - Sysprep config
- cloud
Inits GetVirtual Machine V2Guest Customization Config Cloud Init[] - CloudInit Config
- syspreps
Get
Virtual Machine V2Guest Customization Config Sysprep[] - Sysprep config
- cloud
Inits List<Property Map> - CloudInit Config
- syspreps List<Property Map>
- Sysprep config
GetVirtualMachineV2GuestCustomizationConfigCloudInit
- Cloud
Init List<PiersScripts Karsenbarg. Nutanix. Inputs. Get Virtual Machine V2Guest Customization Config Cloud Init Cloud Init Script> - The script to use for cloud-init.
- Datasource
Type string - Type of datasource. Default: CONFIG_DRIVE_V2
- Metadata string
- The contents of the meta_data configuration for cloud-init. This can be formatted as YAML or JSON. The value must be base64 encoded.
- Cloud
Init []GetScripts Virtual Machine V2Guest Customization Config Cloud Init Cloud Init Script - The script to use for cloud-init.
- Datasource
Type string - Type of datasource. Default: CONFIG_DRIVE_V2
- Metadata string
- The contents of the meta_data configuration for cloud-init. This can be formatted as YAML or JSON. The value must be base64 encoded.
- cloud
Init List<GetScripts Virtual Machine V2Guest Customization Config Cloud Init Cloud Init Script> - The script to use for cloud-init.
- datasource
Type String - Type of datasource. Default: CONFIG_DRIVE_V2
- metadata String
- The contents of the meta_data configuration for cloud-init. This can be formatted as YAML or JSON. The value must be base64 encoded.
- cloud
Init GetScripts Virtual Machine V2Guest Customization Config Cloud Init Cloud Init Script[] - The script to use for cloud-init.
- datasource
Type string - Type of datasource. Default: CONFIG_DRIVE_V2
- metadata string
- The contents of the meta_data configuration for cloud-init. This can be formatted as YAML or JSON. The value must be base64 encoded.
- cloud_
init_ Sequence[Getscripts Virtual Machine V2Guest Customization Config Cloud Init Cloud Init Script] - 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.
- cloud
Init List<Property Map>Scripts - The script to use for cloud-init.
- datasource
Type String - Type of datasource. Default: CONFIG_DRIVE_V2
- metadata String
- The contents of the meta_data configuration for cloud-init. This can be formatted as YAML or JSON. The value must be base64 encoded.
GetVirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScript
- Custom
Keys List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machine V2Guest Customization Config Cloud Init Cloud Init Script Custom Key> - The list of the individual KeyValuePair elements.
- User
Datas List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machine V2Guest Customization Config Cloud Init Cloud Init Script User Data> - user data object
- Custom
Keys []GetVirtual Machine V2Guest Customization Config Cloud Init Cloud Init Script Custom Key - The list of the individual KeyValuePair elements.
- User
Datas []GetVirtual Machine V2Guest Customization Config Cloud Init Cloud Init Script User Data - user data object
- custom
Keys List<GetVirtual Machine V2Guest Customization Config Cloud Init Cloud Init Script Custom Key> - The list of the individual KeyValuePair elements.
- user
Datas List<GetVirtual Machine V2Guest Customization Config Cloud Init Cloud Init Script User Data> - user data object
- custom
Keys GetVirtual Machine V2Guest Customization Config Cloud Init Cloud Init Script Custom Key[] - The list of the individual KeyValuePair elements.
- user
Datas GetVirtual Machine V2Guest Customization Config Cloud Init Cloud Init Script User Data[] - user data object
- custom_
keys Sequence[GetVirtual Machine V2Guest Customization Config Cloud Init Cloud Init Script Custom Key] - The list of the individual KeyValuePair elements.
- user_
datas Sequence[GetVirtual Machine V2Guest Customization Config Cloud Init Cloud Init Script User Data] - user data object
- custom
Keys List<Property Map> - The list of the individual KeyValuePair elements.
- user
Datas List<Property Map> - user data object
GetVirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScriptCustomKey
GetVirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScriptCustomKeyKeyValuePair
GetVirtualMachineV2GuestCustomizationConfigCloudInitCloudInitScriptUserData
- Value string
- Value string
- value String
- value string
- value str
- value String
GetVirtualMachineV2GuestCustomizationConfigSysprep
- Install
Type string - Indicates whether the guest will be freshly installed using this unattend configuration, or this unattend configuration will be applied to a pre-prepared image. Default is 'PREPARED'.
- Sysprep
Scripts List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machine V2Guest Customization Config Sysprep Sysprep Script> - Object either UnattendXml or CustomKeyValues
- Install
Type string - Indicates whether the guest will be freshly installed using this unattend configuration, or this unattend configuration will be applied to a pre-prepared image. Default is 'PREPARED'.
- Sysprep
Scripts []GetVirtual Machine V2Guest Customization Config Sysprep Sysprep Script - Object either UnattendXml or CustomKeyValues
- install
Type String - Indicates whether the guest will be freshly installed using this unattend configuration, or this unattend configuration will be applied to a pre-prepared image. Default is 'PREPARED'.
- sysprep
Scripts List<GetVirtual Machine V2Guest Customization Config Sysprep Sysprep Script> - Object either UnattendXml or CustomKeyValues
- install
Type string - Indicates whether the guest will be freshly installed using this unattend configuration, or this unattend configuration will be applied to a pre-prepared image. Default is 'PREPARED'.
- sysprep
Scripts GetVirtual Machine V2Guest Customization Config Sysprep Sysprep Script[] - Object either UnattendXml or CustomKeyValues
- install_
type str - Indicates whether the guest will be freshly installed using this unattend configuration, or this unattend configuration will be applied to a pre-prepared image. Default is 'PREPARED'.
- sysprep_
scripts Sequence[GetVirtual Machine V2Guest Customization Config Sysprep Sysprep Script] - Object either UnattendXml or CustomKeyValues
- install
Type String - Indicates whether the guest will be freshly installed using this unattend configuration, or this unattend configuration will be applied to a pre-prepared image. Default is 'PREPARED'.
- sysprep
Scripts List<Property Map> - Object either UnattendXml or CustomKeyValues
GetVirtualMachineV2GuestCustomizationConfigSysprepSysprepScript
- Custom
Key List<PiersValues Karsenbarg. Nutanix. Inputs. Get Virtual Machine V2Guest Customization Config Sysprep Sysprep Script Custom Key Value> - The list of the individual KeyValuePair elements.
- Unattend
Xmls List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machine V2Guest Customization Config Sysprep Sysprep Script Unattend Xml> - xml object
- Custom
Key []GetValues Virtual Machine V2Guest Customization Config Sysprep Sysprep Script Custom Key Value - The list of the individual KeyValuePair elements.
- Unattend
Xmls []GetVirtual Machine V2Guest Customization Config Sysprep Sysprep Script Unattend Xml - xml object
- custom
Key List<GetValues Virtual Machine V2Guest Customization Config Sysprep Sysprep Script Custom Key Value> - The list of the individual KeyValuePair elements.
- unattend
Xmls List<GetVirtual Machine V2Guest Customization Config Sysprep Sysprep Script Unattend Xml> - xml object
- custom
Key GetValues Virtual Machine V2Guest Customization Config Sysprep Sysprep Script Custom Key Value[] - The list of the individual KeyValuePair elements.
- unattend
Xmls GetVirtual Machine V2Guest Customization Config Sysprep Sysprep Script Unattend Xml[] - xml object
- custom_
key_ Sequence[Getvalues Virtual Machine V2Guest Customization Config Sysprep Sysprep Script Custom Key Value] - The list of the individual KeyValuePair elements.
- unattend_
xmls Sequence[GetVirtual Machine V2Guest Customization Config Sysprep Sysprep Script Unattend Xml] - xml object
- custom
Key List<Property Map>Values - The list of the individual KeyValuePair elements.
- unattend
Xmls List<Property Map> - xml object
GetVirtualMachineV2GuestCustomizationConfigSysprepSysprepScriptCustomKeyValue
GetVirtualMachineV2GuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair
GetVirtualMachineV2GuestCustomizationConfigSysprepSysprepScriptUnattendXml
- Value string
- Value string
- value String
- value string
- value str
- value String
GetVirtualMachineV2GuestTool
- Available
Version string - Version of Nutanix Guest Tools available on the cluster.
- Capabilities List<string>
- The list of the application names that are enabled on the guest VM.
- Guest
Os stringVersion - Version of the operating system on the VM
- Is
Enabled bool - Indicates whether Nutanix Guest Tools is enabled or not.
- Is
Installed bool - Indicates whether Nutanix Guest Tools is installed on the VM or not.
- Is
Iso boolInserted - Indicates whether Nutanix Guest Tools ISO is inserted or not.
- Is
Reachable bool - Indicates whether the communication from VM to CVM is active or not.
- Is
Vm boolMobility Drivers Installed - Indicates whether the VM mobility drivers are installed on the VM or not.
- Is
Vss boolSnapshot Capable - Indicates whether the VM is configured to take VSS snapshots through NGT or not.
- Version string
- Virtual trusted platform module version.
- Available
Version string - Version of Nutanix Guest Tools available on the cluster.
- Capabilities []string
- The list of the application names that are enabled on the guest VM.
- Guest
Os stringVersion - Version of the operating system on the VM
- Is
Enabled bool - Indicates whether Nutanix Guest Tools is enabled or not.
- Is
Installed bool - Indicates whether Nutanix Guest Tools is installed on the VM or not.
- Is
Iso boolInserted - Indicates whether Nutanix Guest Tools ISO is inserted or not.
- Is
Reachable bool - Indicates whether the communication from VM to CVM is active or not.
- Is
Vm boolMobility Drivers Installed - Indicates whether the VM mobility drivers are installed on the VM or not.
- Is
Vss boolSnapshot Capable - Indicates whether the VM is configured to take VSS snapshots through NGT or not.
- Version string
- Virtual trusted platform module version.
- available
Version String - Version of Nutanix Guest Tools available on the cluster.
- capabilities List<String>
- The list of the application names that are enabled on the guest VM.
- guest
Os StringVersion - Version of the operating system on the VM
- is
Enabled Boolean - Indicates whether Nutanix Guest Tools is enabled or not.
- is
Installed Boolean - Indicates whether Nutanix Guest Tools is installed on the VM or not.
- is
Iso BooleanInserted - Indicates whether Nutanix Guest Tools ISO is inserted or not.
- is
Reachable Boolean - Indicates whether the communication from VM to CVM is active or not.
- is
Vm BooleanMobility Drivers Installed - Indicates whether the VM mobility drivers are installed on the VM or not.
- is
Vss BooleanSnapshot Capable - Indicates whether the VM is configured to take VSS snapshots through NGT or not.
- version String
- Virtual trusted platform module version.
- available
Version string - Version of Nutanix Guest Tools available on the cluster.
- capabilities string[]
- The list of the application names that are enabled on the guest VM.
- guest
Os stringVersion - Version of the operating system on the VM
- is
Enabled boolean - Indicates whether Nutanix Guest Tools is enabled or not.
- is
Installed boolean - Indicates whether Nutanix Guest Tools is installed on the VM or not.
- is
Iso booleanInserted - Indicates whether Nutanix Guest Tools ISO is inserted or not.
- is
Reachable boolean - Indicates whether the communication from VM to CVM is active or not.
- is
Vm booleanMobility Drivers Installed - Indicates whether the VM mobility drivers are installed on the VM or not.
- is
Vss booleanSnapshot Capable - Indicates whether the VM is configured to take VSS snapshots through NGT or not.
- version string
- Virtual trusted platform module version.
- available_
version str - Version of Nutanix Guest Tools available on the cluster.
- capabilities Sequence[str]
- The list of the application names that are enabled on the guest VM.
- guest_
os_ strversion - Version of the operating system on the VM
- is_
enabled bool - Indicates whether Nutanix Guest Tools is enabled or not.
- is_
installed bool - Indicates whether Nutanix Guest Tools is installed on the VM or not.
- is_
iso_ boolinserted - Indicates whether Nutanix Guest Tools ISO is inserted or not.
- is_
reachable bool - Indicates whether the communication from VM to CVM is active or not.
- is_
vm_ boolmobility_ drivers_ installed - Indicates whether the VM mobility drivers are installed on the VM or not.
- is_
vss_ boolsnapshot_ capable - Indicates whether the VM is configured to take VSS snapshots through NGT or not.
- version str
- Virtual trusted platform module version.
- available
Version String - Version of Nutanix Guest Tools available on the cluster.
- capabilities List<String>
- The list of the application names that are enabled on the guest VM.
- guest
Os StringVersion - Version of the operating system on the VM
- is
Enabled Boolean - Indicates whether Nutanix Guest Tools is enabled or not.
- is
Installed Boolean - Indicates whether Nutanix Guest Tools is installed on the VM or not.
- is
Iso BooleanInserted - Indicates whether Nutanix Guest Tools ISO is inserted or not.
- is
Reachable Boolean - Indicates whether the communication from VM to CVM is active or not.
- is
Vm BooleanMobility Drivers Installed - Indicates whether the VM mobility drivers are installed on the VM or not.
- is
Vss BooleanSnapshot Capable - Indicates whether the VM is configured to take VSS snapshots through NGT or not.
- version String
- Virtual trusted platform module version.
GetVirtualMachineV2Host
- Ext
Id string - Represents virtual machine UUID
- Ext
Id string - Represents virtual machine UUID
- ext
Id String - Represents virtual machine UUID
- ext
Id string - Represents virtual machine UUID
- ext_
id str - Represents virtual machine UUID
- ext
Id String - Represents virtual machine UUID
GetVirtualMachineV2Nic
- Backing
Infos List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machine V2Nic Backing Info> - Defines a NIC emulated by the hypervisor
- Ext
Id string - Represents virtual machine UUID
- Network
Infos List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machine V2Nic Network Info> - Network information for a NIC.
- Backing
Infos []GetVirtual Machine V2Nic Backing Info - Defines a NIC emulated by the hypervisor
- Ext
Id string - Represents virtual machine UUID
- Network
Infos []GetVirtual Machine V2Nic Network Info - Network information for a NIC.
- backing
Infos List<GetVirtual Machine V2Nic Backing Info> - Defines a NIC emulated by the hypervisor
- ext
Id String - Represents virtual machine UUID
- network
Infos List<GetVirtual Machine V2Nic Network Info> - Network information for a NIC.
- backing
Infos GetVirtual Machine V2Nic Backing Info[] - Defines a NIC emulated by the hypervisor
- ext
Id string - Represents virtual machine UUID
- network
Infos GetVirtual Machine V2Nic Network Info[] - Network information for a NIC.
- backing_
infos Sequence[GetVirtual Machine V2Nic Backing Info] - Defines a NIC emulated by the hypervisor
- ext_
id str - Represents virtual machine UUID
- network_
infos Sequence[GetVirtual Machine V2Nic Network Info] - Network information for a NIC.
- backing
Infos List<Property Map> - Defines a NIC emulated by the hypervisor
- ext
Id String - Represents virtual machine UUID
- network
Infos List<Property Map> - Network information for a NIC.
GetVirtualMachineV2NicBackingInfo
- Is
Connected bool - Indicates whether the serial port is connected or not.
- Mac
Address string - MAC address of the emulated NIC.
- Model string
- Options for the NIC emulation.
- Num
Queues int - The number of Tx/Rx queue pairs for this NIC
- Is
Connected bool - Indicates whether the serial port is connected or not.
- Mac
Address string - MAC address of the emulated NIC.
- Model string
- Options for the NIC emulation.
- Num
Queues int - The number of Tx/Rx queue pairs for this NIC
- is
Connected Boolean - Indicates whether the serial port is connected or not.
- mac
Address String - MAC address of the emulated NIC.
- model String
- Options for the NIC emulation.
- num
Queues Integer - The number of Tx/Rx queue pairs for this NIC
- is
Connected boolean - Indicates whether the serial port is connected or not.
- mac
Address string - MAC address of the emulated NIC.
- model string
- Options for the NIC emulation.
- num
Queues number - The number of Tx/Rx queue pairs for this NIC
- is_
connected bool - Indicates whether the serial port is connected or not.
- mac_
address str - MAC address of the emulated NIC.
- model str
- Options for the NIC emulation.
- num_
queues int - The number of Tx/Rx queue pairs for this NIC
- is
Connected Boolean - Indicates whether the serial port is connected or not.
- mac
Address String - MAC address of the emulated NIC.
- model String
- Options for the NIC emulation.
- num
Queues Number - The number of Tx/Rx queue pairs for this NIC
GetVirtualMachineV2NicNetworkInfo
- Ipv4Configs
List<Piers
Karsenbarg. Nutanix. Inputs. Get Virtual Machine V2Nic Network Info Ipv4Config> - The IP address configurations.
- Ipv4Infos
List<Piers
Karsenbarg. Nutanix. Inputs. Get Virtual Machine V2Nic Network Info Ipv4Info> - Network
Function List<PiersChains Karsenbarg. Nutanix. Inputs. Get Virtual Machine V2Nic Network Info Network Function Chain> - The network function chain associates with the NIC. Only valid if nic_type is NORMAL_NIC.
- Network
Function stringNic Type - The type of this Network function NIC. Defaults to INGRESS.
- Nic
Type string - NIC type. Defaults to NORMAL_NIC.
- Should
Allow boolUnknown Macs - Indicates whether an unknown unicast traffic is forwarded to this NIC or not. This is applicable only for the NICs on the overlay subnets.
- Subnets
List<Piers
Karsenbarg. Nutanix. Inputs. Get Virtual Machine V2Nic Network Info Subnet> - Network identifier for this adapter. Only valid if nic_type is NORMAL_NIC or DIRECT_NIC
- Trunked
Vlans List<int> - List of networks to trunk if VLAN mode is marked as TRUNKED. If empty and VLAN mode is set to TRUNKED, all the VLANs are trunked.
- Vlan
Mode string - all the virtual NICs are created in ACCESS mode, which permits only one VLAN per virtual network. TRUNKED mode allows multiple VLANs on a single VM NIC for network-aware user VMs.
- Ipv4Configs
[]Get
Virtual Machine V2Nic Network Info Ipv4Config - The IP address configurations.
- Ipv4Infos
[]Get
Virtual Machine V2Nic Network Info Ipv4Info - Network
Function []GetChains Virtual Machine V2Nic Network Info Network Function Chain - The network function chain associates with the NIC. Only valid if nic_type is NORMAL_NIC.
- Network
Function stringNic Type - The type of this Network function NIC. Defaults to INGRESS.
- Nic
Type string - NIC type. Defaults to NORMAL_NIC.
- Should
Allow boolUnknown Macs - Indicates whether an unknown unicast traffic is forwarded to this NIC or not. This is applicable only for the NICs on the overlay subnets.
- Subnets
[]Get
Virtual Machine V2Nic Network Info Subnet - Network identifier for this adapter. Only valid if nic_type is NORMAL_NIC or DIRECT_NIC
- Trunked
Vlans []int - List of networks to trunk if VLAN mode is marked as TRUNKED. If empty and VLAN mode is set to TRUNKED, all the VLANs are trunked.
- Vlan
Mode string - all the virtual NICs are created in ACCESS mode, which permits only one VLAN per virtual network. TRUNKED mode allows multiple VLANs on a single VM NIC for network-aware user VMs.
- ipv4Configs
List<Get
Virtual Machine V2Nic Network Info Ipv4Config> - The IP address configurations.
- ipv4Infos
List<Get
Virtual Machine V2Nic Network Info Ipv4Info> - network
Function List<GetChains Virtual Machine V2Nic Network Info Network Function Chain> - The network function chain associates with the NIC. Only valid if nic_type is NORMAL_NIC.
- network
Function StringNic Type - The type of this Network function NIC. Defaults to INGRESS.
- nic
Type String - NIC type. Defaults to NORMAL_NIC.
- should
Allow BooleanUnknown Macs - Indicates whether an unknown unicast traffic is forwarded to this NIC or not. This is applicable only for the NICs on the overlay subnets.
- subnets
List<Get
Virtual Machine V2Nic Network Info Subnet> - Network identifier for this adapter. Only valid if nic_type is NORMAL_NIC or DIRECT_NIC
- trunked
Vlans List<Integer> - List of networks to trunk if VLAN mode is marked as TRUNKED. If empty and VLAN mode is set to TRUNKED, all the VLANs are trunked.
- vlan
Mode String - all the virtual NICs are created in ACCESS mode, which permits only one VLAN per virtual network. TRUNKED mode allows multiple VLANs on a single VM NIC for network-aware user VMs.
- ipv4Configs
Get
Virtual Machine V2Nic Network Info Ipv4Config[] - The IP address configurations.
- ipv4Infos
Get
Virtual Machine V2Nic Network Info Ipv4Info[] - network
Function GetChains Virtual Machine V2Nic Network Info Network Function Chain[] - The network function chain associates with the NIC. Only valid if nic_type is NORMAL_NIC.
- network
Function stringNic Type - The type of this Network function NIC. Defaults to INGRESS.
- nic
Type string - NIC type. Defaults to NORMAL_NIC.
- should
Allow booleanUnknown Macs - Indicates whether an unknown unicast traffic is forwarded to this NIC or not. This is applicable only for the NICs on the overlay subnets.
- subnets
Get
Virtual Machine V2Nic Network Info Subnet[] - Network identifier for this adapter. Only valid if nic_type is NORMAL_NIC or DIRECT_NIC
- trunked
Vlans number[] - List of networks to trunk if VLAN mode is marked as TRUNKED. If empty and VLAN mode is set to TRUNKED, all the VLANs are trunked.
- vlan
Mode string - all the virtual NICs are created in ACCESS mode, which permits only one VLAN per virtual network. TRUNKED mode allows multiple VLANs on a single VM NIC for network-aware user VMs.
- ipv4_
configs Sequence[GetVirtual Machine V2Nic Network Info Ipv4Config] - The IP address configurations.
- ipv4_
infos Sequence[GetVirtual Machine V2Nic Network Info Ipv4Info] - network_
function_ Sequence[Getchains Virtual Machine V2Nic Network Info Network Function Chain] - The network function chain associates with the NIC. Only valid if nic_type is NORMAL_NIC.
- network_
function_ strnic_ type - The type of this Network function NIC. Defaults to INGRESS.
- nic_
type str - NIC type. Defaults to NORMAL_NIC.
- should_
allow_ boolunknown_ macs - Indicates whether an unknown unicast traffic is forwarded to this NIC or not. This is applicable only for the NICs on the overlay subnets.
- subnets
Sequence[Get
Virtual Machine V2Nic Network Info Subnet] - Network identifier for this adapter. Only valid if nic_type is NORMAL_NIC or DIRECT_NIC
- trunked_
vlans Sequence[int] - List of networks to trunk if VLAN mode is marked as TRUNKED. If empty and VLAN mode is set to TRUNKED, all the VLANs are trunked.
- vlan_
mode str - all the virtual NICs are created in ACCESS mode, which permits only one VLAN per virtual network. TRUNKED mode allows multiple VLANs on a single VM NIC for network-aware user VMs.
- ipv4Configs List<Property Map>
- The IP address configurations.
- ipv4Infos List<Property Map>
- network
Function List<Property Map>Chains - The network function chain associates with the NIC. Only valid if nic_type is NORMAL_NIC.
- network
Function StringNic Type - The type of this Network function NIC. Defaults to INGRESS.
- nic
Type String - NIC type. Defaults to NORMAL_NIC.
- should
Allow BooleanUnknown Macs - Indicates whether an unknown unicast traffic is forwarded to this NIC or not. This is applicable only for the NICs on the overlay subnets.
- subnets List<Property Map>
- Network identifier for this adapter. Only valid if nic_type is NORMAL_NIC or DIRECT_NIC
- trunked
Vlans List<Number> - List of networks to trunk if VLAN mode is marked as TRUNKED. If empty and VLAN mode is set to TRUNKED, all the VLANs are trunked.
- vlan
Mode String - all the virtual NICs are created in ACCESS mode, which permits only one VLAN per virtual network. TRUNKED mode allows multiple VLANs on a single VM NIC for network-aware user VMs.
GetVirtualMachineV2NicNetworkInfoIpv4Config
GetVirtualMachineV2NicNetworkInfoIpv4ConfigIpAddress
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
GetVirtualMachineV2NicNetworkInfoIpv4ConfigSecondaryIpAddressList
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
GetVirtualMachineV2NicNetworkInfoIpv4Info
GetVirtualMachineV2NicNetworkInfoIpv4InfoLearnedIpAddress
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
GetVirtualMachineV2NicNetworkInfoNetworkFunctionChain
- Ext
Id string - Represents virtual machine UUID
- Ext
Id string - Represents virtual machine UUID
- ext
Id String - Represents virtual machine UUID
- ext
Id string - Represents virtual machine UUID
- ext_
id str - Represents virtual machine UUID
- ext
Id String - Represents virtual machine UUID
GetVirtualMachineV2NicNetworkInfoSubnet
- Ext
Id string - Represents virtual machine UUID
- Ext
Id string - Represents virtual machine UUID
- ext
Id String - Represents virtual machine UUID
- ext
Id string - Represents virtual machine UUID
- ext_
id str - Represents virtual machine UUID
- ext
Id String - Represents virtual machine UUID
GetVirtualMachineV2OwnershipInfo
- Owners
[]Get
Virtual Machine V2Ownership Info Owner - Owner reference
- owners
List<Get
Virtual Machine V2Ownership Info Owner> - Owner reference
- owners
Get
Virtual Machine V2Ownership Info Owner[] - Owner reference
- owners
Sequence[Get
Virtual Machine V2Ownership Info Owner] - Owner reference
- owners List<Property Map>
- Owner reference
GetVirtualMachineV2OwnershipInfoOwner
- Ext
Id string - Represents virtual machine UUID
- Ext
Id string - Represents virtual machine UUID
- ext
Id String - Represents virtual machine UUID
- ext
Id string - Represents virtual machine UUID
- ext_
id str - Represents virtual machine UUID
- ext
Id String - Represents virtual machine UUID
GetVirtualMachineV2ProtectionPolicyState
- Policies
List<Piers
Karsenbarg. Nutanix. Inputs. Get Virtual Machine V2Protection Policy State Policy> - Reference to the policy object in use.
- Policies
[]Get
Virtual Machine V2Protection Policy State Policy - Reference to the policy object in use.
- policies
List<Get
Virtual Machine V2Protection Policy State Policy> - Reference to the policy object in use.
- policies
Get
Virtual Machine V2Protection Policy State Policy[] - Reference to the policy object in use.
- policies
Sequence[Get
Virtual Machine V2Protection Policy State Policy] - Reference to the policy object in use.
- policies List<Property Map>
- Reference to the policy object in use.
GetVirtualMachineV2ProtectionPolicyStatePolicy
- Ext
Id string - Represents virtual machine UUID
- Ext
Id string - Represents virtual machine UUID
- ext
Id String - Represents virtual machine UUID
- ext
Id string - Represents virtual machine UUID
- ext_
id str - Represents virtual machine UUID
- ext
Id String - Represents virtual machine UUID
GetVirtualMachineV2SerialPort
- Ext
Id string - Represents virtual machine UUID
- Index int
- Index of the serial port.
- Is
Connected bool - Indicates whether the serial port is connected or not.
- Ext
Id string - Represents virtual machine UUID
- Index int
- Index of the serial port.
- Is
Connected bool - Indicates whether the serial port is connected or not.
- ext
Id String - Represents virtual machine UUID
- index Integer
- Index of the serial port.
- is
Connected Boolean - Indicates whether the serial port is connected or not.
- ext
Id string - Represents virtual machine UUID
- index number
- Index of the serial port.
- is
Connected 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.
- ext
Id String - Represents virtual machine UUID
- index Number
- Index of the serial port.
- is
Connected Boolean - Indicates whether the serial port is connected or not.
GetVirtualMachineV2Source
- Entity
Type string - Entity Type of source
- Ext
Id string - Represents virtual machine UUID
- Entity
Type string - Entity Type of source
- Ext
Id string - Represents virtual machine UUID
- entity
Type String - Entity Type of source
- ext
Id String - Represents virtual machine UUID
- entity
Type string - Entity Type of source
- ext
Id string - Represents virtual machine UUID
- entity_
type str - Entity Type of source
- ext_
id str - Represents virtual machine UUID
- entity
Type String - Entity Type of source
- ext
Id String - Represents virtual machine UUID
GetVirtualMachineV2StorageConfig
- Is
Flash boolMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- Qos
Configs List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machine V2Storage Config Qos Config> - QoS parameters to be enforced.
- Is
Flash boolMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- Qos
Configs []GetVirtual Machine V2Storage Config Qos Config - QoS parameters to be enforced.
- is
Flash BooleanMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- qos
Configs List<GetVirtual Machine V2Storage Config Qos Config> - QoS parameters to be enforced.
- is
Flash booleanMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- qos
Configs GetVirtual Machine V2Storage Config Qos Config[] - QoS parameters to be enforced.
- is_
flash_ boolmode_ enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- qos_
configs Sequence[GetVirtual Machine V2Storage Config Qos Config] - QoS parameters to be enforced.
- is
Flash BooleanMode Enabled - Indicates whether the virtual disk is pinned to the hot tier or not.
- qos
Configs List<Property Map> - QoS parameters to be enforced.
GetVirtualMachineV2StorageConfigQosConfig
- Throttled
Iops int - Throttled IOPS for the governed entities. The block size for the I/O is 32 kB.
- Throttled
Iops int - Throttled IOPS for the governed entities. The block size for the I/O is 32 kB.
- throttled
Iops Integer - Throttled IOPS for the governed entities. The block size for the I/O is 32 kB.
- throttled
Iops number - Throttled IOPS for the governed entities. The block size for the I/O is 32 kB.
- throttled_
iops int - Throttled IOPS for the governed entities. The block size for the I/O is 32 kB.
- throttled
Iops Number - Throttled IOPS for the governed entities. The block size for the I/O is 32 kB.
GetVirtualMachineV2VtpmConfig
- Is
Vtpm boolEnabled - Indicates whether the virtual trusted platform module is enabled for the Guest OS or not.
- Version string
- Virtual trusted platform module version.
- Is
Vtpm boolEnabled - Indicates whether the virtual trusted platform module is enabled for the Guest OS or not.
- Version string
- Virtual trusted platform module version.
- is
Vtpm BooleanEnabled - Indicates whether the virtual trusted platform module is enabled for the Guest OS or not.
- version String
- Virtual trusted platform module version.
- is
Vtpm booleanEnabled - Indicates whether the virtual trusted platform module is enabled for the Guest OS or not.
- version string
- Virtual trusted platform module version.
- is_
vtpm_ boolenabled - Indicates whether the virtual trusted platform module is enabled for the Guest OS or not.
- version str
- Virtual trusted platform module version.
- is
Vtpm BooleanEnabled - Indicates whether the virtual trusted platform module is enabled for the Guest OS or not.
- version String
- Virtual trusted platform module version.
Package Details
- Repository
- nutanix pierskarsenbarg/pulumi-nutanix
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
nutanix
Terraform Provider.