nutanix.getVirtualMachinesV2
Explore with Pulumi AI
Lists the Virtual Machines defined on the system. List of Virtual Machines can be further filtered out using various filtering options.
Example
import * as pulumi from "@pulumi/pulumi";
import * as nutanix from "@pulumi/nutanix";
const list_vms = nutanix.getVirtualMachinesV2({});
const paged_vms = nutanix.getVirtualMachinesV2({
limit: 2,
page: 0,
});
const filtered_vms = nutanix.getVirtualMachinesV2({
filter: "name eq 'example-vm-filter'",
});
import pulumi
import pulumi_nutanix as nutanix
list_vms = nutanix.get_virtual_machines_v2()
paged_vms = nutanix.get_virtual_machines_v2(limit=2,
page=0)
filtered_vms = nutanix.get_virtual_machines_v2(filter="name eq 'example-vm-filter'")
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.GetVirtualMachinesV2(ctx, &nutanix.GetVirtualMachinesV2Args{}, nil)
if err != nil {
return err
}
_, err = nutanix.GetVirtualMachinesV2(ctx, &nutanix.GetVirtualMachinesV2Args{
Limit: pulumi.IntRef(2),
Page: pulumi.IntRef(0),
}, nil)
if err != nil {
return err
}
_, err = nutanix.GetVirtualMachinesV2(ctx, &nutanix.GetVirtualMachinesV2Args{
Filter: pulumi.StringRef("name eq 'example-vm-filter'"),
}, 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 list_vms = Nutanix.GetVirtualMachinesV2.Invoke();
var paged_vms = Nutanix.GetVirtualMachinesV2.Invoke(new()
{
Limit = 2,
Page = 0,
});
var filtered_vms = Nutanix.GetVirtualMachinesV2.Invoke(new()
{
Filter = "name eq 'example-vm-filter'",
});
});
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.GetVirtualMachinesV2Args;
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 list-vms = NutanixFunctions.getVirtualMachinesV2(GetVirtualMachinesV2Args.builder()
.build());
final var paged-vms = NutanixFunctions.getVirtualMachinesV2(GetVirtualMachinesV2Args.builder()
.limit(2)
.page(0)
.build());
final var filtered-vms = NutanixFunctions.getVirtualMachinesV2(GetVirtualMachinesV2Args.builder()
.filter("name eq 'example-vm-filter'")
.build());
}
}
variables:
list-vms:
fn::invoke:
function: nutanix:getVirtualMachinesV2
arguments: {}
paged-vms:
fn::invoke:
function: nutanix:getVirtualMachinesV2
arguments:
limit: 2
page: 0
filtered-vms:
fn::invoke:
function: nutanix:getVirtualMachinesV2
arguments:
filter: name eq 'example-vm-filter'
VMs
The vms
is a list of all virtual machines. Each virtual machine has the following attributes:
tenant_id
- A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).links
: A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
ext_id
: A globally unique identifier of an instance that is suitable for external consumption.name
: VM name.description
: VM descriptioncreate_time
: VM creation timeupdate_time
: VM last updated time.source
: Reference to an entity that the VM should be cloned or created fromnum_sockets
: Number of vCPU sockets.num_cores_per_socket
: Number of cores per socket.num_threads_per_core
: Number of threads per corenum_numa_nodes
: Number of NUMA nodes. 0 means NUMA is disabled.memory_size_bytes
: Memory size in bytes.is_vcpu_hard_pinning_enabled
: Indicates whether the vCPUs should be hard pinned to specific pCPUs or not.is_cpu_passthrough_enabled
: Indicates whether to passthrough the host CPU features to the guest or not. Enabling this will make VM incapable of live migration.enabled_cpu_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 hypervisoris_memory_overcommit_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_gpu_console_enabled
: Indicates whether the vGPU console is enabled or not.is_cpu_hotplug_enabled
: Indicates whether the VM CPU hotplug is enabled.is_scsi_controller_enabled
: Indicates whether the VM SCSI controller is enabled.generation_uuid
: Generation UUID of the VM. It should be of type UUID.bios_uuid
: BIOS UUID of the VM. It should be of type UUID.categories
: Categories for the VM.ownership_info
: Ownership information for the VM.host
: Reference to the host, the VM is running on.cluster
: Reference to a cluster.guest_customization
: Stage a Sysprep or cloud-init configuration file to be used by the guest for the next boot. Note that the Sysprep command must be used to generalize the Windows VMs before triggering this API call.guest_tools
: The details about Nutanix Guest Tools for a VM.hardware_clock_timezone
: VM hardware clock timezone in IANA TZDB format (America/Los_Angeles).is_branding_enabled
: Indicates whether to remove AHV branding from VM firmware tables or not.boot_config
: Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.is_vga_console_enabled
: Indicates whether the VGA console should be disabled or not.machine_type
: Machine type for the VM. Machine type Q35 is required for secure boot and does not support IDE disks.vtpm_config
: Indicates how the vTPM for the VM should be configured.is_agent_vm
: 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.apc_config
: Advanced Processor Compatibility configuration for the VM. Enabling this retains the CPU model for the VM across power cycles and migrations.storage_config
: Storage configuration for VM.disks
: Disks attached to the VM.cd_roms
: CD-ROMs attached to the VM.nics
: NICs attached to the VM.gpus
: GPUs attached to the VM.serial_ports
: Serial ports configured on the VM.protection_type
: 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.protection_policy_state
: Status of protection policy applied to this VM.
Links
The links attribute supports the following:
href
: - The URL at which the entity described by the link can be accessed.rel
: - A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of “self” identifies the URL for the object.
Source
The source
attribute supports the following:
entity_type
: Reference to an entity from which the VM should be cloned or created. Values are:- VM_RECOVERY_POINT: Reference to the recovery point entity from which the VM should be cloned or created.
- VM: Reference to an entity from which the VM should be cloned or created.
ext_id
: A globally unique identifier of a VM of type UUID.
Categories
The categories
attribute supports the following:
ext_id
: A globally unique identifier of a VM category of type UUID.
Ownership Info
The ownership_info
attribute supports the following:
owner
: Reference to the owner.owner.ext_id
: A globally unique identifier of a VM owner type UUID.
Host
The host
attribute supports the following:
ext_id
: A globally unique identifier of a host of type UUID.
Cluster
The cluster
attribute supports the following:
ext_id
: The globally unique identifier of a cluster type UUID.
Availability Zone
The availability_zone
attribute supports the following:
ext_id
: The globally unique identifier of an availability zone type UUID.
Guest Customization
The guest_customization
attribute supports the following:
config
: The Nutanix Guest Tools customization settings.config.sysprep
: Sysprep configconfig.cloud_init
: CloudInit Config
config.sysprep
install_type
: 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_script
: Object either UnattendXml or CustomKeyValuessysprep_script.unattend_xml
: xml objectsysprep_script.custom_key_values
: The list of the individual KeyValuePair elements.
config.cloud_init
datasource_type
: Type of datasource. Default: CONFIG_DRIVE_V2metadata
: 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_script
: The script to use for cloud-init.cloud_init_script.user_data
: user data objectcloud_init_script.custom_keys
: The list of the individual KeyValuePair elements.
Guest Tools
The guest_tools
attribute supports the following:
version
: Version of Nutanix Guest Tools installed on the VM.is_installed
: Indicates whether Nutanix Guest Tools is installed on the VM or not.is_iso_inserted
: Indicates whether Nutanix Guest Tools ISO is inserted or not.available_version
: Version of Nutanix Guest Tools available on the cluster.guest_os_version
: Version of the operating system on the VMis_reachable
: Indicates whether the communication from VM to CVM is active or not.is_vss_snapshot_capable
: Indicates whether the VM is configured to take VSS snapshots through NGT or not.is_vm_mobility_drivers_installed
: Indicates whether the VM mobility drivers are installed on the VM or not.is_enabled
: Indicates whether Nutanix Guest Tools is enabled or not.capabilities
: The list of the application names that are enabled on the guest VM.
Boot Config
The boot_config
attribute supports the following:
legacy_boot
: LegacyBoot config Objectuefi_boot
: UefiBoot config Object
boot_config.legacy_boot
boot_device
: Boot Device objectboot_device.boot_device_disk
: Disk address.boot_device.boot_device_disk.disk_address.bus_type
: Bus type for the deviceboot_device.boot_device_disk.disk_address.index
: Device index on the bus. This field is ignored unless the bus details are specified.boot_device.boot_device_nic
: Disk Nic address.boot_device.boot_device_nic.mac_address
: mac addressboot_order
: 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_config.uefi_boot
is_secure_boot_enabled
: Indicate whether to enable secure boot or notnvram_device
: Configuration for NVRAM to be presented to the VM.nvram_device.backing_storage_info
: Storage provided by Nutanix ADSF
nvram_device.backing_storage_info
disk_ext_id
: The globally unique identifier of a VM disk. It should be of type UUID.disk_size_bytes
: Size of the disk in Bytesstorage_container
: This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.storage_config
: Storage configuration for VM disksstorage_config.is_flash_mode_enabled
: Indicates whether the virtual disk is pinned to the hot tier or not.data_source
: A reference to a disk or image that contains the contents of a disk.is_migration_in_progress
: Indicates if the disk is undergoing migration to another container.
VTPM Config
The vtpm_config
attribute supports the following:
is_vtpm_enabled
: Indicates whether the virtual trusted platform module is enabled for the Guest OS or not.version
: Virtual trusted platform module version.
APC Config
The apc_config
attribute supports the following:
is_apc_enabled
: If enabled, the selected CPU model will be retained across live and cold migrations of the VM.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 informationcpu_model.ext_id
: The globally unique identifier of the CPU model associated with the VM.cpu_model.name
: Name of the CPU model associated with the VM.
Storage Config
The storage_config
attribute supports the following:
is_flash_mode_enabled
: Indicates whether the virtual disk is pinned to the hot tier or not.qos_config
: QoS parameters to be enforced.qos_config.throttled_iops
: Throttled IOPS for the governed entities. The block size for the I/O is 32 kB.
Disks
The disks
attribute supports the following:
ext_id
: A globally unique identifier of an instance that is suitable for external consumption.disk_address
: Disk address.disk_address.bus_type
: Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).disk_address.index
: Device index on the bus. This field is ignored unless the bus details are specified.backing_info
: Supporting storage to create virtual disk on.backing_info.vm_disk
: backing Info for vmDiskbacking_info.adfs_volume_group_reference
: Volume Group Referencebacking_info.adfs_volume_group_reference.volume_group_ext_id
: The globally unique identifier of an ADSF volume group. It should be of type UUID.
backing_info.vm_disk
disk_ext_id
: The globally unique identifier of a VM disk. It should be of type UUID.disk_size_bytes
: Size of the disk in Bytesstorage_container
: This reference is for disk level storage container preference. This preference specifies the storage container to which this disk belongs.storage_container.ext_id
: A globally unique identifier of a VM disk container. It should be of type UUID.storage_config
: Storage configuration for VM disksstorage_config.is_flash_mode_enabled
: Indicates whether the virtual disk is pinned to the hot tier or not.data_source
: A reference to a disk or image that contains the contents of a disk.is_migration_in_progress
: Indicates if the disk is undergoing migration to another container.
backing_info.vm_disk.data_source
reference
: Reference to image or vm diskreference.image_reference
: Image Referencereference.image_reference.image_ext_id
: The globally unique identifier of an image. It should be of type UUID.reference.vm_disk_reference
: Vm Disk Referencereference.vm_disk_reference.disk_ext_id
: The globally unique identifier of a VM disk. It should be of type UUID.reference.vm_disk_reference.disk_address
: Disk address.reference.vm_disk_reference.disk_address.bus_type
: Bus type for the device. The acceptable values are: SCSI, IDE, PCI, SATA, SPAPR (only PPC).reference.vm_disk_reference.disk_address.index
: Device index on the bus. This field is ignored unless the bus details are specified.reference.vm_disk_reference.vm_reference
: This is a reference to a VM.reference.vm_disk_reference.vm_reference.ext_id
: A globally unique identifier of a VM of type UUID.
CD-ROMs
The cd_roms
attribute supports the following:
ext_id
: A globally unique identifier of an instance that is suitable for external consumption.disk_address
: Virtual Machine disk (VM disk).backing_info
: Storage provided by Nutanix ADSFiso_type
: Type of ISO image inserted in CD-ROM
NICs
The nics
attribute supports the following:
ext_id
: A globally unique identifier of an instance that is suitable for external consumptionbacking_info
: Defines a NIC emulated by the hypervisornetwork_info
: Network information for a NIC.
nics.backing_info
model
: Options for the NIC emulation.mac_address
: MAC address of the emulated NIC.is_connected
: Indicates whether the NIC is connected or not. Default is True.num_queues
: The number of Tx/Rx queue pairs for this NIC
nics.network_info
nic_type
: NIC type. Defaults to NORMAL_NIC. The acceptable values are: SPAN_DESTINATION_NIC, NORMAL_NIC, DIRECT_NIC, NETWORK_FUNCTION_NIC.network_function_chain
: The network function chain associates with the NIC. Only valid if nic_type is NORMAL_NIC.network_function_chain.ext_id
: The globally unique identifier of a network function chain. It should be of type UUID.network_function_nic_type
: The type of this Network function NIC. Defaults to INGRESS. values are: TAP, EGRESS, INGRESS.subnet
: Network identifier for this adapter. Only valid if nic_type is NORMAL_NIC or DIRECT_NIC.subnet.ext_id
: The globally unique identifier of a subnet of type UUID.vlan_mode
: all the virtual NICs are created in ACCESS mode, which permits only one VLAN per virtual network. TRUNKED mode allows multiple VLANs on a single VM NIC for network-aware user VMs. values are: ACCESS, TRUNKED.trunked_vlans
: 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.should_allow_unknown_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.ipv4_config
: The IP address configurations.ipv4_info
: The runtime IP address information of the NIC.
nics.ipv4_config
should_assign_ip
: If set to true (default value), an IP address must be assigned to the VM NIC - either the one explicitly specified by the user or allocated automatically by the IPAM service by not specifying the IP address. If false, then no IP assignment is required for this VM NIC.ip_address
: The IP address of the NIC.secondary_ip_address_list
: Secondary IP addresses for the NIC.
ip_address, secondary_ip_address_list
value
: The IPv4 address of the host.prefix_length
: The prefix length of the IP address.
nics.ipv4_info
learned_ip_addresses
: The list of IP addresses learned by the NIC.
learned_ip_addresses
value
: The IPv4 address of the host.prefix_length
: The prefix length of the IP address.
gpus
ext_id
: A globally unique identifier of an instance that is suitable for external consumption.mode
: The mode of this GPU.device_id
: The device Id of the GPU.vendor
: The vendor of the GPU.pci_address
: The (S)egment:(B)us:(D)evice.(F)unction hardware address. Seeguest_driver_version
: Last determined guest driver version.name
: Name of the GPU resource.frame_buffer_size_bytes
: GPU frame buffer size in bytes.num_virtual_display_heads
: Number of supported virtual display heads.fraction
: Fraction of the physical GPU assigned.
gpus.pci_address
segment
bus
device
func
serial_ports
ext_id
: A globally unique identifier of an instance that is suitable for external consumption.is_connected
: Indicates whether the serial port is connected or not.index
: Index of the serial port.
protection_policy_state
policy
: Reference to the policy object in use.
See detailed information in Nutanix List Virtual Machines V4.
Using getVirtualMachinesV2
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 getVirtualMachinesV2(args: GetVirtualMachinesV2Args, opts?: InvokeOptions): Promise<GetVirtualMachinesV2Result>
function getVirtualMachinesV2Output(args: GetVirtualMachinesV2OutputArgs, opts?: InvokeOptions): Output<GetVirtualMachinesV2Result>
def get_virtual_machines_v2(filter: Optional[str] = None,
limit: Optional[int] = None,
order_by: Optional[str] = None,
page: Optional[int] = None,
select: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetVirtualMachinesV2Result
def get_virtual_machines_v2_output(filter: Optional[pulumi.Input[str]] = None,
limit: Optional[pulumi.Input[int]] = None,
order_by: Optional[pulumi.Input[str]] = None,
page: Optional[pulumi.Input[int]] = None,
select: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetVirtualMachinesV2Result]
func GetVirtualMachinesV2(ctx *Context, args *GetVirtualMachinesV2Args, opts ...InvokeOption) (*GetVirtualMachinesV2Result, error)
func GetVirtualMachinesV2Output(ctx *Context, args *GetVirtualMachinesV2OutputArgs, opts ...InvokeOption) GetVirtualMachinesV2ResultOutput
> Note: This function is named GetVirtualMachinesV2
in the Go SDK.
public static class GetVirtualMachinesV2
{
public static Task<GetVirtualMachinesV2Result> InvokeAsync(GetVirtualMachinesV2Args args, InvokeOptions? opts = null)
public static Output<GetVirtualMachinesV2Result> Invoke(GetVirtualMachinesV2InvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetVirtualMachinesV2Result> getVirtualMachinesV2(GetVirtualMachinesV2Args args, InvokeOptions options)
public static Output<GetVirtualMachinesV2Result> getVirtualMachinesV2(GetVirtualMachinesV2Args args, InvokeOptions options)
fn::invoke:
function: nutanix:index/getVirtualMachinesV2:getVirtualMachinesV2
arguments:
# arguments dictionary
The following arguments are supported:
- Filter string
- A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions. For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'. The filter can be applied to the following fields:
- apcConfig/cpuModel/extId
- apcConfig/cpuModel/name
- apcConfig/isApcEnabled
- cluster/extId
- extId
- gpus
- hardwareClockTimezone
- host/extId
- isAgentVm
- isCpuHotplugEnabled
- isCpuPassthroughEnabled
- isGpuConsoleEnabled
- isLiveMigrateCapable
- isMemoryOvercommitEnabled
- isScsiControllerEnabled
- isVcpuHardPinningEnabled
- isVgaConsoleEnabled
- machineType
- memorySizeBytes
- name
- nics
- numCoresPerSocket
- numNumaNodes
- numSockets
- numThreadsPerCore
- powerState
- Limit int
- A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
- Order
By string - A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order. The orderby can be applied to the following fields:
- memorySizeBytes
- name
- numCoresPerSocket
- numNumaNodes
- numSockets
- numThreadsPerCore
- Page int
- A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
- Select string
- A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned. The select can be applied to the following fields:
- apcConfig/cpuModel/extId
- apcConfig/cpuModel/name
- apcConfig/isApcEnabled
- availabilityZone
- biosUuid
- bootConfig
- categories
- cdRoms
- cluster/extId
- createTime
- description
- disks
- enabledCpuFeatures
- extId
- generationUuid
- gpus
- guestCustomization
- guestTools
- hardwareClockTimezone
- host/extId
- isAgentVm
- isBrandingEnabled
- isCpuHotplugEnabled
- isCpuPassthroughEnabled
- isCrossClusterMigrationInProgress
- isGpuConsoleEnabled
- isLiveMigrateCapable
- isMemoryOvercommitEnabled
- isScsiControllerEnabled
- isVcpuHardPinningEnabled
- isVgaConsoleEnabled
- links
- machineType
- memorySizeBytes
- name
- nics
- numCoresPerSocket
- numNumaNodes
- numSockets
- numThreadsPerCore
- ownershipInfo
- pcieDevices
- powerState
- protectionPolicyState
- protectionType
- serialPorts
- source
- storageConfig
- tenantId
- updateTime
- vtpmConfig
- Filter string
- A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions. For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'. The filter can be applied to the following fields:
- apcConfig/cpuModel/extId
- apcConfig/cpuModel/name
- apcConfig/isApcEnabled
- cluster/extId
- extId
- gpus
- hardwareClockTimezone
- host/extId
- isAgentVm
- isCpuHotplugEnabled
- isCpuPassthroughEnabled
- isGpuConsoleEnabled
- isLiveMigrateCapable
- isMemoryOvercommitEnabled
- isScsiControllerEnabled
- isVcpuHardPinningEnabled
- isVgaConsoleEnabled
- machineType
- memorySizeBytes
- name
- nics
- numCoresPerSocket
- numNumaNodes
- numSockets
- numThreadsPerCore
- powerState
- Limit int
- A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
- Order
By string - A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order. The orderby can be applied to the following fields:
- memorySizeBytes
- name
- numCoresPerSocket
- numNumaNodes
- numSockets
- numThreadsPerCore
- Page int
- A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
- Select string
- A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned. The select can be applied to the following fields:
- apcConfig/cpuModel/extId
- apcConfig/cpuModel/name
- apcConfig/isApcEnabled
- availabilityZone
- biosUuid
- bootConfig
- categories
- cdRoms
- cluster/extId
- createTime
- description
- disks
- enabledCpuFeatures
- extId
- generationUuid
- gpus
- guestCustomization
- guestTools
- hardwareClockTimezone
- host/extId
- isAgentVm
- isBrandingEnabled
- isCpuHotplugEnabled
- isCpuPassthroughEnabled
- isCrossClusterMigrationInProgress
- isGpuConsoleEnabled
- isLiveMigrateCapable
- isMemoryOvercommitEnabled
- isScsiControllerEnabled
- isVcpuHardPinningEnabled
- isVgaConsoleEnabled
- links
- machineType
- memorySizeBytes
- name
- nics
- numCoresPerSocket
- numNumaNodes
- numSockets
- numThreadsPerCore
- ownershipInfo
- pcieDevices
- powerState
- protectionPolicyState
- protectionType
- serialPorts
- source
- storageConfig
- tenantId
- updateTime
- vtpmConfig
- filter String
- A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions. For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'. The filter can be applied to the following fields:
- apcConfig/cpuModel/extId
- apcConfig/cpuModel/name
- apcConfig/isApcEnabled
- cluster/extId
- extId
- gpus
- hardwareClockTimezone
- host/extId
- isAgentVm
- isCpuHotplugEnabled
- isCpuPassthroughEnabled
- isGpuConsoleEnabled
- isLiveMigrateCapable
- isMemoryOvercommitEnabled
- isScsiControllerEnabled
- isVcpuHardPinningEnabled
- isVgaConsoleEnabled
- machineType
- memorySizeBytes
- name
- nics
- numCoresPerSocket
- numNumaNodes
- numSockets
- numThreadsPerCore
- powerState
- limit Integer
- A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
- order
By String - A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order. The orderby can be applied to the following fields:
- memorySizeBytes
- name
- numCoresPerSocket
- numNumaNodes
- numSockets
- numThreadsPerCore
- page Integer
- A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
- select String
- A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned. The select can be applied to the following fields:
- apcConfig/cpuModel/extId
- apcConfig/cpuModel/name
- apcConfig/isApcEnabled
- availabilityZone
- biosUuid
- bootConfig
- categories
- cdRoms
- cluster/extId
- createTime
- description
- disks
- enabledCpuFeatures
- extId
- generationUuid
- gpus
- guestCustomization
- guestTools
- hardwareClockTimezone
- host/extId
- isAgentVm
- isBrandingEnabled
- isCpuHotplugEnabled
- isCpuPassthroughEnabled
- isCrossClusterMigrationInProgress
- isGpuConsoleEnabled
- isLiveMigrateCapable
- isMemoryOvercommitEnabled
- isScsiControllerEnabled
- isVcpuHardPinningEnabled
- isVgaConsoleEnabled
- links
- machineType
- memorySizeBytes
- name
- nics
- numCoresPerSocket
- numNumaNodes
- numSockets
- numThreadsPerCore
- ownershipInfo
- pcieDevices
- powerState
- protectionPolicyState
- protectionType
- serialPorts
- source
- storageConfig
- tenantId
- updateTime
- vtpmConfig
- filter string
- A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions. For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'. The filter can be applied to the following fields:
- apcConfig/cpuModel/extId
- apcConfig/cpuModel/name
- apcConfig/isApcEnabled
- cluster/extId
- extId
- gpus
- hardwareClockTimezone
- host/extId
- isAgentVm
- isCpuHotplugEnabled
- isCpuPassthroughEnabled
- isGpuConsoleEnabled
- isLiveMigrateCapable
- isMemoryOvercommitEnabled
- isScsiControllerEnabled
- isVcpuHardPinningEnabled
- isVgaConsoleEnabled
- machineType
- memorySizeBytes
- name
- nics
- numCoresPerSocket
- numNumaNodes
- numSockets
- numThreadsPerCore
- powerState
- limit number
- A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
- order
By string - A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order. The orderby can be applied to the following fields:
- memorySizeBytes
- name
- numCoresPerSocket
- numNumaNodes
- numSockets
- numThreadsPerCore
- page number
- A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
- select string
- A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned. The select can be applied to the following fields:
- apcConfig/cpuModel/extId
- apcConfig/cpuModel/name
- apcConfig/isApcEnabled
- availabilityZone
- biosUuid
- bootConfig
- categories
- cdRoms
- cluster/extId
- createTime
- description
- disks
- enabledCpuFeatures
- extId
- generationUuid
- gpus
- guestCustomization
- guestTools
- hardwareClockTimezone
- host/extId
- isAgentVm
- isBrandingEnabled
- isCpuHotplugEnabled
- isCpuPassthroughEnabled
- isCrossClusterMigrationInProgress
- isGpuConsoleEnabled
- isLiveMigrateCapable
- isMemoryOvercommitEnabled
- isScsiControllerEnabled
- isVcpuHardPinningEnabled
- isVgaConsoleEnabled
- links
- machineType
- memorySizeBytes
- name
- nics
- numCoresPerSocket
- numNumaNodes
- numSockets
- numThreadsPerCore
- ownershipInfo
- pcieDevices
- powerState
- protectionPolicyState
- protectionType
- serialPorts
- source
- storageConfig
- tenantId
- updateTime
- vtpmConfig
- filter str
- A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions. For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'. The filter can be applied to the following fields:
- apcConfig/cpuModel/extId
- apcConfig/cpuModel/name
- apcConfig/isApcEnabled
- cluster/extId
- extId
- gpus
- hardwareClockTimezone
- host/extId
- isAgentVm
- isCpuHotplugEnabled
- isCpuPassthroughEnabled
- isGpuConsoleEnabled
- isLiveMigrateCapable
- isMemoryOvercommitEnabled
- isScsiControllerEnabled
- isVcpuHardPinningEnabled
- isVgaConsoleEnabled
- machineType
- memorySizeBytes
- name
- nics
- numCoresPerSocket
- numNumaNodes
- numSockets
- numThreadsPerCore
- powerState
- limit int
- A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
- order_
by str - A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order. The orderby can be applied to the following fields:
- memorySizeBytes
- name
- numCoresPerSocket
- numNumaNodes
- numSockets
- numThreadsPerCore
- page int
- A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
- select str
- A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned. The select can be applied to the following fields:
- apcConfig/cpuModel/extId
- apcConfig/cpuModel/name
- apcConfig/isApcEnabled
- availabilityZone
- biosUuid
- bootConfig
- categories
- cdRoms
- cluster/extId
- createTime
- description
- disks
- enabledCpuFeatures
- extId
- generationUuid
- gpus
- guestCustomization
- guestTools
- hardwareClockTimezone
- host/extId
- isAgentVm
- isBrandingEnabled
- isCpuHotplugEnabled
- isCpuPassthroughEnabled
- isCrossClusterMigrationInProgress
- isGpuConsoleEnabled
- isLiveMigrateCapable
- isMemoryOvercommitEnabled
- isScsiControllerEnabled
- isVcpuHardPinningEnabled
- isVgaConsoleEnabled
- links
- machineType
- memorySizeBytes
- name
- nics
- numCoresPerSocket
- numNumaNodes
- numSockets
- numThreadsPerCore
- ownershipInfo
- pcieDevices
- powerState
- protectionPolicyState
- protectionType
- serialPorts
- source
- storageConfig
- tenantId
- updateTime
- vtpmConfig
- filter String
- A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions. For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'. The filter can be applied to the following fields:
- apcConfig/cpuModel/extId
- apcConfig/cpuModel/name
- apcConfig/isApcEnabled
- cluster/extId
- extId
- gpus
- hardwareClockTimezone
- host/extId
- isAgentVm
- isCpuHotplugEnabled
- isCpuPassthroughEnabled
- isGpuConsoleEnabled
- isLiveMigrateCapable
- isMemoryOvercommitEnabled
- isScsiControllerEnabled
- isVcpuHardPinningEnabled
- isVgaConsoleEnabled
- machineType
- memorySizeBytes
- name
- nics
- numCoresPerSocket
- numNumaNodes
- numSockets
- numThreadsPerCore
- powerState
- limit Number
- A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
- order
By String - A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order. The orderby can be applied to the following fields:
- memorySizeBytes
- name
- numCoresPerSocket
- numNumaNodes
- numSockets
- numThreadsPerCore
- page Number
- A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
- select String
- A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned. The select can be applied to the following fields:
- apcConfig/cpuModel/extId
- apcConfig/cpuModel/name
- apcConfig/isApcEnabled
- availabilityZone
- biosUuid
- bootConfig
- categories
- cdRoms
- cluster/extId
- createTime
- description
- disks
- enabledCpuFeatures
- extId
- generationUuid
- gpus
- guestCustomization
- guestTools
- hardwareClockTimezone
- host/extId
- isAgentVm
- isBrandingEnabled
- isCpuHotplugEnabled
- isCpuPassthroughEnabled
- isCrossClusterMigrationInProgress
- isGpuConsoleEnabled
- isLiveMigrateCapable
- isMemoryOvercommitEnabled
- isScsiControllerEnabled
- isVcpuHardPinningEnabled
- isVgaConsoleEnabled
- links
- machineType
- memorySizeBytes
- name
- nics
- numCoresPerSocket
- numNumaNodes
- numSockets
- numThreadsPerCore
- ownershipInfo
- pcieDevices
- powerState
- protectionPolicyState
- protectionType
- serialPorts
- source
- storageConfig
- tenantId
- updateTime
- vtpmConfig
getVirtualMachinesV2 Result
The following output properties are available:
Supporting Types
GetVirtualMachinesV2Vm
- Apc
Configs List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machines V2Vm Apc Config> - Availability
Zones List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machines V2Vm Availability Zone> - Bios
Uuid string - Boot
Configs List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machines V2Vm Boot Config> - Categories
List<Piers
Karsenbarg. Nutanix. Inputs. Get Virtual Machines V2Vm Category> - Cd
Roms List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machines V2Vm Cd Rom> - Clusters
List<Piers
Karsenbarg. Nutanix. Inputs. Get Virtual Machines V2Vm Cluster> - Create
Time string - Description string
- Disks
List<Piers
Karsenbarg. Nutanix. Inputs. Get Virtual Machines V2Vm Disk> - Enabled
Cpu List<string>Features - Ext
Id string - Generation
Uuid string - Gpuses
List<Piers
Karsenbarg. Nutanix. Inputs. Get Virtual Machines V2Vm Gpus> - Guest
Customizations List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machines V2Vm Guest Customization> - Guest
Tools List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machines V2Vm Guest Tool> - Hardware
Clock stringTimezone - Hosts
List<Piers
Karsenbarg. Nutanix. Inputs. Get Virtual Machines V2Vm Host> - Is
Agent boolVm - Is
Branding boolEnabled - Is
Cpu boolHotplug Enabled - Is
Cpu boolPassthrough Enabled - Is
Gpu boolConsole Enabled - Is
Memory boolOvercommit Enabled - Is
Scsi boolController Enabled - Is
Vcpu boolHard Pinning Enabled - Is
Vga boolConsole Enabled - Machine
Type string - Memory
Size intBytes - Name string
- Nics
List<Piers
Karsenbarg. Nutanix. Inputs. Get Virtual Machines V2Vm Nic> - Num
Cores intPer Socket - Num
Numa intNodes - Num
Sockets int - Num
Threads intPer Core - Ownership
Infos List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machines V2Vm Ownership Info> - Power
State string - Protection
Policy List<PiersStates Karsenbarg. Nutanix. Inputs. Get Virtual Machines V2Vm Protection Policy State> - Protection
Type string - Serial
Ports List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machines V2Vm Serial Port> - Sources
List<Piers
Karsenbarg. Nutanix. Inputs. Get Virtual Machines V2Vm Source> - Storage
Configs List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machines V2Vm Storage Config> - Update
Time string - Vtpm
Configs List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machines V2Vm Vtpm Config>
- Apc
Configs []GetVirtual Machines V2Vm Apc Config - Availability
Zones []GetVirtual Machines V2Vm Availability Zone - Bios
Uuid string - Boot
Configs []GetVirtual Machines V2Vm Boot Config - Categories
[]Get
Virtual Machines V2Vm Category - Cd
Roms []GetVirtual Machines V2Vm Cd Rom - Clusters
[]Get
Virtual Machines V2Vm Cluster - Create
Time string - Description string
- Disks
[]Get
Virtual Machines V2Vm Disk - Enabled
Cpu []stringFeatures - Ext
Id string - Generation
Uuid string - Gpuses
[]Get
Virtual Machines V2Vm Gpus - Guest
Customizations []GetVirtual Machines V2Vm Guest Customization - Guest
Tools []GetVirtual Machines V2Vm Guest Tool - Hardware
Clock stringTimezone - Hosts
[]Get
Virtual Machines V2Vm Host - Is
Agent boolVm - Is
Branding boolEnabled - Is
Cpu boolHotplug Enabled - Is
Cpu boolPassthrough Enabled - Is
Gpu boolConsole Enabled - Is
Memory boolOvercommit Enabled - Is
Scsi boolController Enabled - Is
Vcpu boolHard Pinning Enabled - Is
Vga boolConsole Enabled - Machine
Type string - Memory
Size intBytes - Name string
- Nics
[]Get
Virtual Machines V2Vm Nic - Num
Cores intPer Socket - Num
Numa intNodes - Num
Sockets int - Num
Threads intPer Core - Ownership
Infos []GetVirtual Machines V2Vm Ownership Info - Power
State string - Protection
Policy []GetStates Virtual Machines V2Vm Protection Policy State - Protection
Type string - Serial
Ports []GetVirtual Machines V2Vm Serial Port - Sources
[]Get
Virtual Machines V2Vm Source - Storage
Configs []GetVirtual Machines V2Vm Storage Config - Update
Time string - Vtpm
Configs []GetVirtual Machines V2Vm Vtpm Config
- apc
Configs List<GetVirtual Machines V2Vm Apc Config> - availability
Zones List<GetVirtual Machines V2Vm Availability Zone> - bios
Uuid String - boot
Configs List<GetVirtual Machines V2Vm Boot Config> - categories
List<Get
Virtual Machines V2Vm Category> - cd
Roms List<GetVirtual Machines V2Vm Cd Rom> - clusters
List<Get
Virtual Machines V2Vm Cluster> - create
Time String - description String
- disks
List<Get
Virtual Machines V2Vm Disk> - enabled
Cpu List<String>Features - ext
Id String - generation
Uuid String - gpuses
List<Get
Virtual Machines V2Vm Gpus> - guest
Customizations List<GetVirtual Machines V2Vm Guest Customization> - guest
Tools List<GetVirtual Machines V2Vm Guest Tool> - hardware
Clock StringTimezone - hosts
List<Get
Virtual Machines V2Vm Host> - is
Agent BooleanVm - is
Branding BooleanEnabled - is
Cpu BooleanHotplug Enabled - is
Cpu BooleanPassthrough Enabled - is
Gpu BooleanConsole Enabled - is
Memory BooleanOvercommit Enabled - is
Scsi BooleanController Enabled - is
Vcpu BooleanHard Pinning Enabled - is
Vga BooleanConsole Enabled - machine
Type String - memory
Size IntegerBytes - name String
- nics
List<Get
Virtual Machines V2Vm Nic> - num
Cores IntegerPer Socket - num
Numa IntegerNodes - num
Sockets Integer - num
Threads IntegerPer Core - ownership
Infos List<GetVirtual Machines V2Vm Ownership Info> - power
State String - protection
Policy List<GetStates Virtual Machines V2Vm Protection Policy State> - protection
Type String - serial
Ports List<GetVirtual Machines V2Vm Serial Port> - sources
List<Get
Virtual Machines V2Vm Source> - storage
Configs List<GetVirtual Machines V2Vm Storage Config> - update
Time String - vtpm
Configs List<GetVirtual Machines V2Vm Vtpm Config>
- apc
Configs GetVirtual Machines V2Vm Apc Config[] - availability
Zones GetVirtual Machines V2Vm Availability Zone[] - bios
Uuid string - boot
Configs GetVirtual Machines V2Vm Boot Config[] - categories
Get
Virtual Machines V2Vm Category[] - cd
Roms GetVirtual Machines V2Vm Cd Rom[] - clusters
Get
Virtual Machines V2Vm Cluster[] - create
Time string - description string
- disks
Get
Virtual Machines V2Vm Disk[] - enabled
Cpu string[]Features - ext
Id string - generation
Uuid string - gpuses
Get
Virtual Machines V2Vm Gpus[] - guest
Customizations GetVirtual Machines V2Vm Guest Customization[] - guest
Tools GetVirtual Machines V2Vm Guest Tool[] - hardware
Clock stringTimezone - hosts
Get
Virtual Machines V2Vm Host[] - is
Agent booleanVm - is
Branding booleanEnabled - is
Cpu booleanHotplug Enabled - is
Cpu booleanPassthrough Enabled - is
Gpu booleanConsole Enabled - is
Memory booleanOvercommit Enabled - is
Scsi booleanController Enabled - is
Vcpu booleanHard Pinning Enabled - is
Vga booleanConsole Enabled - machine
Type string - memory
Size numberBytes - name string
- nics
Get
Virtual Machines V2Vm Nic[] - num
Cores numberPer Socket - num
Numa numberNodes - num
Sockets number - num
Threads numberPer Core - ownership
Infos GetVirtual Machines V2Vm Ownership Info[] - power
State string - protection
Policy GetStates Virtual Machines V2Vm Protection Policy State[] - protection
Type string - serial
Ports GetVirtual Machines V2Vm Serial Port[] - sources
Get
Virtual Machines V2Vm Source[] - storage
Configs GetVirtual Machines V2Vm Storage Config[] - update
Time string - vtpm
Configs GetVirtual Machines V2Vm Vtpm Config[]
- apc_
configs Sequence[GetVirtual Machines V2Vm Apc Config] - availability_
zones Sequence[GetVirtual Machines V2Vm Availability Zone] - bios_
uuid str - boot_
configs Sequence[GetVirtual Machines V2Vm Boot Config] - categories
Sequence[Get
Virtual Machines V2Vm Category] - cd_
roms Sequence[GetVirtual Machines V2Vm Cd Rom] - clusters
Sequence[Get
Virtual Machines V2Vm Cluster] - create_
time str - description str
- disks
Sequence[Get
Virtual Machines V2Vm Disk] - enabled_
cpu_ Sequence[str]features - ext_
id str - generation_
uuid str - gpuses
Sequence[Get
Virtual Machines V2Vm Gpus] - guest_
customizations Sequence[GetVirtual Machines V2Vm Guest Customization] - guest_
tools Sequence[GetVirtual Machines V2Vm Guest Tool] - hardware_
clock_ strtimezone - hosts
Sequence[Get
Virtual Machines V2Vm Host] - is_
agent_ boolvm - is_
branding_ boolenabled - is_
cpu_ boolhotplug_ enabled - is_
cpu_ boolpassthrough_ enabled - is_
gpu_ boolconsole_ enabled - is_
memory_ boolovercommit_ enabled - is_
scsi_ boolcontroller_ enabled - is_
vcpu_ boolhard_ pinning_ enabled - is_
vga_ boolconsole_ enabled - machine_
type str - memory_
size_ intbytes - name str
- nics
Sequence[Get
Virtual Machines V2Vm Nic] - num_
cores_ intper_ socket - num_
numa_ intnodes - num_
sockets int - num_
threads_ intper_ core - ownership_
infos Sequence[GetVirtual Machines V2Vm Ownership Info] - power_
state str - protection_
policy_ Sequence[Getstates Virtual Machines V2Vm Protection Policy State] - protection_
type str - serial_
ports Sequence[GetVirtual Machines V2Vm Serial Port] - sources
Sequence[Get
Virtual Machines V2Vm Source] - storage_
configs Sequence[GetVirtual Machines V2Vm Storage Config] - update_
time str - vtpm_
configs Sequence[GetVirtual Machines V2Vm Vtpm Config]
- apc
Configs List<Property Map> - availability
Zones List<Property Map> - bios
Uuid String - boot
Configs List<Property Map> - categories List<Property Map>
- cd
Roms List<Property Map> - clusters List<Property Map>
- create
Time String - description String
- disks List<Property Map>
- enabled
Cpu List<String>Features - ext
Id String - generation
Uuid String - gpuses List<Property Map>
- guest
Customizations List<Property Map> - guest
Tools List<Property Map> - hardware
Clock StringTimezone - hosts List<Property Map>
- is
Agent BooleanVm - is
Branding BooleanEnabled - is
Cpu BooleanHotplug Enabled - is
Cpu BooleanPassthrough Enabled - is
Gpu BooleanConsole Enabled - is
Memory BooleanOvercommit Enabled - is
Scsi BooleanController Enabled - is
Vcpu BooleanHard Pinning Enabled - is
Vga BooleanConsole Enabled - machine
Type String - memory
Size NumberBytes - name String
- nics List<Property Map>
- num
Cores NumberPer Socket - num
Numa NumberNodes - num
Sockets Number - num
Threads NumberPer Core - ownership
Infos List<Property Map> - power
State String - protection
Policy List<Property Map>States - protection
Type String - serial
Ports List<Property Map> - sources List<Property Map>
- storage
Configs List<Property Map> - update
Time String - vtpm
Configs List<Property Map>
GetVirtualMachinesV2VmApcConfig
GetVirtualMachinesV2VmApcConfigCpuModel
GetVirtualMachinesV2VmAvailabilityZone
- Ext
Id string
- Ext
Id string
- ext
Id String
- ext
Id string
- ext_
id str
- ext
Id String
GetVirtualMachinesV2VmBootConfig
GetVirtualMachinesV2VmBootConfigLegacyBoot
- boot
Devices List<Property Map> - boot
Orders List<String>
GetVirtualMachinesV2VmBootConfigLegacyBootBootDevice
GetVirtualMachinesV2VmBootConfigLegacyBootBootDeviceBootDeviceDisk
GetVirtualMachinesV2VmBootConfigLegacyBootBootDeviceBootDeviceDiskDiskAddress
GetVirtualMachinesV2VmBootConfigLegacyBootBootDeviceBootDeviceNic
- Mac
Address string
- Mac
Address string
- mac
Address String
- mac
Address string
- mac_
address str
- mac
Address String
GetVirtualMachinesV2VmBootConfigUefiBoot
- boot
Devices List<Property Map> - boot
Orders List<String> - is
Secure BooleanBoot Enabled - nvram
Devices List<Property Map>
GetVirtualMachinesV2VmBootConfigUefiBootBootDevice
GetVirtualMachinesV2VmBootConfigUefiBootBootDeviceBootDeviceDisk
GetVirtualMachinesV2VmBootConfigUefiBootBootDeviceBootDeviceDiskDiskAddress
GetVirtualMachinesV2VmBootConfigUefiBootBootDeviceBootDeviceNic
- Mac
Address string
- Mac
Address string
- mac
Address String
- mac
Address string
- mac_
address str
- mac
Address String
GetVirtualMachinesV2VmBootConfigUefiBootNvramDevice
GetVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfo
- Data
Sources List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machines V2Vm Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source> - Disk
Ext stringId - Disk
Size intBytes - Is
Migration boolIn Progress - Storage
Configs List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machines V2Vm Boot Config Uefi Boot Nvram Device Backing Storage Info Storage Config> - Storage
Containers List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machines V2Vm Boot Config Uefi Boot Nvram Device Backing Storage Info Storage Container>
- Data
Sources []GetVirtual Machines V2Vm Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source - Disk
Ext stringId - Disk
Size intBytes - Is
Migration boolIn Progress - Storage
Configs []GetVirtual Machines V2Vm Boot Config Uefi Boot Nvram Device Backing Storage Info Storage Config - Storage
Containers []GetVirtual Machines V2Vm Boot Config Uefi Boot Nvram Device Backing Storage Info Storage Container
- data
Sources List<GetVirtual Machines V2Vm Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source> - disk
Ext StringId - disk
Size IntegerBytes - is
Migration BooleanIn Progress - storage
Configs List<GetVirtual Machines V2Vm Boot Config Uefi Boot Nvram Device Backing Storage Info Storage Config> - storage
Containers List<GetVirtual Machines V2Vm Boot Config Uefi Boot Nvram Device Backing Storage Info Storage Container>
- data
Sources GetVirtual Machines V2Vm Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source[] - disk
Ext stringId - disk
Size numberBytes - is
Migration booleanIn Progress - storage
Configs GetVirtual Machines V2Vm Boot Config Uefi Boot Nvram Device Backing Storage Info Storage Config[] - storage
Containers GetVirtual Machines V2Vm Boot Config Uefi Boot Nvram Device Backing Storage Info Storage Container[]
- data_
sources Sequence[GetVirtual Machines V2Vm Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source] - disk_
ext_ strid - disk_
size_ intbytes - is_
migration_ boolin_ progress - storage_
configs Sequence[GetVirtual Machines V2Vm Boot Config Uefi Boot Nvram Device Backing Storage Info Storage Config] - storage_
containers Sequence[GetVirtual Machines V2Vm Boot Config Uefi Boot Nvram Device Backing Storage Info Storage Container]
GetVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfoDataSource
GetVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReference
- Image
References List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machines V2Vm Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Image Reference> - Vm
Disk List<PiersReferences Karsenbarg. Nutanix. Inputs. Get Virtual Machines V2Vm Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Vm Disk Reference>
GetVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceImageReference
- Image
Ext stringId
- Image
Ext stringId
- image
Ext StringId
- image
Ext stringId
- image_
ext_ strid
- image
Ext StringId
GetVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReference
- Disk
Addresses List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machines V2Vm Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Vm Disk Reference Disk Address> - Disk
Ext stringId - Vm
References List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machines V2Vm Boot Config Uefi Boot Nvram Device Backing Storage Info Data Source Reference Vm Disk Reference Vm Reference>
GetVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceDiskAddress
GetVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfoDataSourceReferenceVmDiskReferenceVmReference
- Ext
Id string
- Ext
Id string
- ext
Id String
- ext
Id string
- ext_
id str
- ext
Id String
GetVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfoStorageConfig
- Is
Flash boolMode Enabled
- Is
Flash boolMode Enabled
- is
Flash BooleanMode Enabled
- is
Flash booleanMode Enabled
- is
Flash BooleanMode Enabled
GetVirtualMachinesV2VmBootConfigUefiBootNvramDeviceBackingStorageInfoStorageContainer
- Ext
Id string
- Ext
Id string
- ext
Id String
- ext
Id string
- ext_
id str
- ext
Id String
GetVirtualMachinesV2VmCategory
- Ext
Id string
- Ext
Id string
- ext
Id String
- ext
Id string
- ext_
id str
- ext
Id String
GetVirtualMachinesV2VmCdRom
GetVirtualMachinesV2VmCdRomBackingInfo
- Data
Sources List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machines V2Vm Cd Rom Backing Info Data Source> - Disk
Ext stringId - Disk
Size intBytes - Is
Migration boolIn Progress - Storage
Configs List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machines V2Vm Cd Rom Backing Info Storage Config> - Storage
Containers List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machines V2Vm Cd Rom Backing Info Storage Container>
GetVirtualMachinesV2VmCdRomBackingInfoDataSource
GetVirtualMachinesV2VmCdRomBackingInfoDataSourceReference
GetVirtualMachinesV2VmCdRomBackingInfoDataSourceReferenceImageReference
- Image
Ext stringId
- Image
Ext stringId
- image
Ext StringId
- image
Ext stringId
- image_
ext_ strid
- image
Ext StringId
GetVirtualMachinesV2VmCdRomBackingInfoDataSourceReferenceVmDiskReference
GetVirtualMachinesV2VmCdRomBackingInfoDataSourceReferenceVmDiskReferenceDiskAddress
GetVirtualMachinesV2VmCdRomBackingInfoDataSourceReferenceVmDiskReferenceVmReference
- Ext
Id string
- Ext
Id string
- ext
Id String
- ext
Id string
- ext_
id str
- ext
Id String
GetVirtualMachinesV2VmCdRomBackingInfoStorageConfig
- Is
Flash boolMode Enabled
- Is
Flash boolMode Enabled
- is
Flash BooleanMode Enabled
- is
Flash booleanMode Enabled
- is
Flash BooleanMode Enabled
GetVirtualMachinesV2VmCdRomBackingInfoStorageContainer
- Ext
Id string
- Ext
Id string
- ext
Id String
- ext
Id string
- ext_
id str
- ext
Id String
GetVirtualMachinesV2VmCdRomDiskAddress
GetVirtualMachinesV2VmCluster
- Ext
Id string
- Ext
Id string
- ext
Id String
- ext
Id string
- ext_
id str
- ext
Id String
GetVirtualMachinesV2VmDisk
GetVirtualMachinesV2VmDiskBackingInfo
GetVirtualMachinesV2VmDiskBackingInfoAdfsVolumeGroupReference
- Volume
Group stringExt Id
- Volume
Group stringExt Id
- volume
Group StringExt Id
- volume
Group stringExt Id
- volume
Group StringExt Id
GetVirtualMachinesV2VmDiskBackingInfoVmDisk
- Data
Sources List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machines V2Vm Disk Backing Info Vm Disk Data Source> - Disk
Ext stringId - Disk
Size intBytes - Is
Migration boolIn Progress - Storage
Configs List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machines V2Vm Disk Backing Info Vm Disk Storage Config> - Storage
Containers List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machines V2Vm Disk Backing Info Vm Disk Storage Container>
- data_
sources Sequence[GetVirtual Machines V2Vm Disk Backing Info Vm Disk Data Source] - disk_
ext_ strid - disk_
size_ intbytes - is_
migration_ boolin_ progress - storage_
configs Sequence[GetVirtual Machines V2Vm Disk Backing Info Vm Disk Storage Config] - storage_
containers Sequence[GetVirtual Machines V2Vm Disk Backing Info Vm Disk Storage Container]
GetVirtualMachinesV2VmDiskBackingInfoVmDiskDataSource
GetVirtualMachinesV2VmDiskBackingInfoVmDiskDataSourceReference
GetVirtualMachinesV2VmDiskBackingInfoVmDiskDataSourceReferenceImageReference
- Image
Ext stringId
- Image
Ext stringId
- image
Ext StringId
- image
Ext stringId
- image_
ext_ strid
- image
Ext StringId
GetVirtualMachinesV2VmDiskBackingInfoVmDiskDataSourceReferenceVmDiskReference
GetVirtualMachinesV2VmDiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceDiskAddress
GetVirtualMachinesV2VmDiskBackingInfoVmDiskDataSourceReferenceVmDiskReferenceVmReference
- Ext
Id string
- Ext
Id string
- ext
Id String
- ext
Id string
- ext_
id str
- ext
Id String
GetVirtualMachinesV2VmDiskBackingInfoVmDiskStorageConfig
- Is
Flash boolMode Enabled
- Is
Flash boolMode Enabled
- is
Flash BooleanMode Enabled
- is
Flash booleanMode Enabled
- is
Flash BooleanMode Enabled
GetVirtualMachinesV2VmDiskBackingInfoVmDiskStorageContainer
- Ext
Id string
- Ext
Id string
- ext
Id String
- ext
Id string
- ext_
id str
- ext
Id String
GetVirtualMachinesV2VmDiskDiskAddress
GetVirtualMachinesV2VmGpus
- Device
Id int - Ext
Id string - Fraction int
- Frame
Buffer intSize Bytes - Guest
Driver stringVersion - Links
List<Piers
Karsenbarg. Nutanix. Inputs. Get Virtual Machines V2Vm Gpus Link> - Mode string
- Name string
- Num
Virtual intDisplay Heads - Pci
Addresses List<PiersKarsenbarg. Nutanix. Inputs. Get Virtual Machines V2Vm Gpus Pci Address> - Tenant
Id string - Vendor string
- Device
Id int - Ext
Id string - Fraction int
- Frame
Buffer intSize Bytes - Guest
Driver stringVersion - Links
[]Get
Virtual Machines V2Vm Gpus Link - Mode string
- Name string
- Num
Virtual intDisplay Heads - Pci
Addresses []GetVirtual Machines V2Vm Gpus Pci Address - Tenant
Id string - Vendor string
- device
Id Integer - ext
Id String - fraction Integer
- frame
Buffer IntegerSize Bytes - guest
Driver StringVersion - links
List<Get
Virtual Machines V2Vm Gpus Link> - mode String
- name String
- num
Virtual IntegerDisplay Heads - pci
Addresses List<GetVirtual Machines V2Vm Gpus Pci Address> - tenant
Id String - vendor String
- device
Id number - ext
Id string - fraction number
- frame
Buffer numberSize Bytes - guest
Driver stringVersion - links
Get
Virtual Machines V2Vm Gpus Link[] - mode string
- name string
- num
Virtual numberDisplay Heads - pci
Addresses GetVirtual Machines V2Vm Gpus Pci Address[] - tenant
Id string - vendor string
- device
Id Number - ext
Id String - fraction Number
- frame
Buffer NumberSize Bytes - guest
Driver StringVersion - links List<Property Map>
- mode String
- name String
- num
Virtual NumberDisplay Heads - pci
Addresses List<Property Map> - tenant
Id String - vendor String
GetVirtualMachinesV2VmGpusLink
GetVirtualMachinesV2VmGpusPciAddress
GetVirtualMachinesV2VmGuestCustomization
GetVirtualMachinesV2VmGuestCustomizationConfig
GetVirtualMachinesV2VmGuestCustomizationConfigCloudInit
- cloud
Init List<Property Map>Scripts - datasource
Type String - metadata String
GetVirtualMachinesV2VmGuestCustomizationConfigCloudInitCloudInitScript
GetVirtualMachinesV2VmGuestCustomizationConfigCloudInitCloudInitScriptCustomKey
GetVirtualMachinesV2VmGuestCustomizationConfigCloudInitCloudInitScriptCustomKeyKeyValuePair
GetVirtualMachinesV2VmGuestCustomizationConfigCloudInitCloudInitScriptUserData
- Value string
- Value string
- value String
- value string
- value str
- value String
GetVirtualMachinesV2VmGuestCustomizationConfigSysprep
GetVirtualMachinesV2VmGuestCustomizationConfigSysprepSysprepScript
GetVirtualMachinesV2VmGuestCustomizationConfigSysprepSysprepScriptCustomKeyValue
GetVirtualMachinesV2VmGuestCustomizationConfigSysprepSysprepScriptCustomKeyValueKeyValuePair
GetVirtualMachinesV2VmGuestCustomizationConfigSysprepSysprepScriptUnattendXml
- Value string
- Value string
- value String
- value string
- value str
- value String
GetVirtualMachinesV2VmGuestTool
- Available
Version string - Capabilities List<string>
- Guest
Os stringVersion - Is
Enabled bool - Is
Installed bool - Is
Iso boolInserted - Is
Reachable bool - Is
Vm boolMobility Drivers Installed - Is
Vss boolSnapshot Capable - Version string
- Available
Version string - Capabilities []string
- Guest
Os stringVersion - Is
Enabled bool - Is
Installed bool - Is
Iso boolInserted - Is
Reachable bool - Is
Vm boolMobility Drivers Installed - Is
Vss boolSnapshot Capable - Version string
- available
Version String - capabilities List<String>
- guest
Os StringVersion - is
Enabled Boolean - is
Installed Boolean - is
Iso BooleanInserted - is
Reachable Boolean - is
Vm BooleanMobility Drivers Installed - is
Vss BooleanSnapshot Capable - version String
- available
Version string - capabilities string[]
- guest
Os stringVersion - is
Enabled boolean - is
Installed boolean - is
Iso booleanInserted - is
Reachable boolean - is
Vm booleanMobility Drivers Installed - is
Vss booleanSnapshot Capable - version string
- available_
version str - capabilities Sequence[str]
- guest_
os_ strversion - is_
enabled bool - is_
installed bool - is_
iso_ boolinserted - is_
reachable bool - is_
vm_ boolmobility_ drivers_ installed - is_
vss_ boolsnapshot_ capable - version str
- available
Version String - capabilities List<String>
- guest
Os StringVersion - is
Enabled Boolean - is
Installed Boolean - is
Iso BooleanInserted - is
Reachable Boolean - is
Vm BooleanMobility Drivers Installed - is
Vss BooleanSnapshot Capable - version String
GetVirtualMachinesV2VmHost
- Ext
Id string
- Ext
Id string
- ext
Id String
- ext
Id string
- ext_
id str
- ext
Id String
GetVirtualMachinesV2VmNic
GetVirtualMachinesV2VmNicBackingInfo
- Is
Connected bool - Mac
Address string - Model string
- Num
Queues int
- Is
Connected bool - Mac
Address string - Model string
- Num
Queues int
- is
Connected Boolean - mac
Address String - model String
- num
Queues Integer
- is
Connected boolean - mac
Address string - model string
- num
Queues number
- is_
connected bool - mac_
address str - model str
- num_
queues int
- is
Connected Boolean - mac
Address String - model String
- num
Queues Number
GetVirtualMachinesV2VmNicNetworkInfo
- Ipv4Configs
List<Piers
Karsenbarg. Nutanix. Inputs. Get Virtual Machines V2Vm Nic Network Info Ipv4Config> - Ipv4Infos
List<Piers
Karsenbarg. Nutanix. Inputs. Get Virtual Machines V2Vm Nic Network Info Ipv4Info> - Network
Function List<PiersChains Karsenbarg. Nutanix. Inputs. Get Virtual Machines V2Vm Nic Network Info Network Function Chain> - Network
Function stringNic Type - Nic
Type string - Should
Allow boolUnknown Macs - Subnets
List<Piers
Karsenbarg. Nutanix. Inputs. Get Virtual Machines V2Vm Nic Network Info Subnet> - Trunked
Vlans List<int> - Vlan
Mode string
- Ipv4Configs
[]Get
Virtual Machines V2Vm Nic Network Info Ipv4Config - Ipv4Infos
[]Get
Virtual Machines V2Vm Nic Network Info Ipv4Info - Network
Function []GetChains Virtual Machines V2Vm Nic Network Info Network Function Chain - Network
Function stringNic Type - Nic
Type string - Should
Allow boolUnknown Macs - Subnets
[]Get
Virtual Machines V2Vm Nic Network Info Subnet - Trunked
Vlans []int - Vlan
Mode string
- ipv4Configs
List<Get
Virtual Machines V2Vm Nic Network Info Ipv4Config> - ipv4Infos
List<Get
Virtual Machines V2Vm Nic Network Info Ipv4Info> - network
Function List<GetChains Virtual Machines V2Vm Nic Network Info Network Function Chain> - network
Function StringNic Type - nic
Type String - should
Allow BooleanUnknown Macs - subnets
List<Get
Virtual Machines V2Vm Nic Network Info Subnet> - trunked
Vlans List<Integer> - vlan
Mode String
- ipv4Configs
Get
Virtual Machines V2Vm Nic Network Info Ipv4Config[] - ipv4Infos
Get
Virtual Machines V2Vm Nic Network Info Ipv4Info[] - network
Function GetChains Virtual Machines V2Vm Nic Network Info Network Function Chain[] - network
Function stringNic Type - nic
Type string - should
Allow booleanUnknown Macs - subnets
Get
Virtual Machines V2Vm Nic Network Info Subnet[] - trunked
Vlans number[] - vlan
Mode string
- ipv4_
configs Sequence[GetVirtual Machines V2Vm Nic Network Info Ipv4Config] - ipv4_
infos Sequence[GetVirtual Machines V2Vm Nic Network Info Ipv4Info] - network_
function_ Sequence[Getchains Virtual Machines V2Vm Nic Network Info Network Function Chain] - network_
function_ strnic_ type - nic_
type str - should_
allow_ boolunknown_ macs - subnets
Sequence[Get
Virtual Machines V2Vm Nic Network Info Subnet] - trunked_
vlans Sequence[int] - vlan_
mode str
GetVirtualMachinesV2VmNicNetworkInfoIpv4Config
GetVirtualMachinesV2VmNicNetworkInfoIpv4ConfigIpAddress
- 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
GetVirtualMachinesV2VmNicNetworkInfoIpv4ConfigSecondaryIpAddressList
- 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
GetVirtualMachinesV2VmNicNetworkInfoIpv4Info
GetVirtualMachinesV2VmNicNetworkInfoIpv4InfoLearnedIpAddress
- 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
GetVirtualMachinesV2VmNicNetworkInfoNetworkFunctionChain
- Ext
Id string
- Ext
Id string
- ext
Id String
- ext
Id string
- ext_
id str
- ext
Id String
GetVirtualMachinesV2VmNicNetworkInfoSubnet
- Ext
Id string
- Ext
Id string
- ext
Id String
- ext
Id string
- ext_
id str
- ext
Id String
GetVirtualMachinesV2VmOwnershipInfo
GetVirtualMachinesV2VmOwnershipInfoOwner
- Ext
Id string
- Ext
Id string
- ext
Id String
- ext
Id string
- ext_
id str
- ext
Id String
GetVirtualMachinesV2VmProtectionPolicyState
GetVirtualMachinesV2VmProtectionPolicyStatePolicy
- Ext
Id string
- Ext
Id string
- ext
Id String
- ext
Id string
- ext_
id str
- ext
Id String
GetVirtualMachinesV2VmSerialPort
- Ext
Id string - Index int
- Is
Connected bool
- Ext
Id string - Index int
- Is
Connected bool
- ext
Id String - index Integer
- is
Connected Boolean
- ext
Id string - index number
- is
Connected boolean
- ext_
id str - index int
- is_
connected bool
- ext
Id String - index Number
- is
Connected Boolean
GetVirtualMachinesV2VmSource
- Entity
Type string - Ext
Id string
- Entity
Type string - Ext
Id string
- entity
Type String - ext
Id String
- entity
Type string - ext
Id string
- entity_
type str - ext_
id str
- entity
Type String - ext
Id String
GetVirtualMachinesV2VmStorageConfig
GetVirtualMachinesV2VmStorageConfigQosConfig
- Throttled
Iops int
- Throttled
Iops int
- throttled
Iops Integer
- throttled
Iops number
- throttled_
iops int
- throttled
Iops Number
GetVirtualMachinesV2VmVtpmConfig
- Is
Vtpm boolEnabled - Version string
- Is
Vtpm boolEnabled - Version string
- is
Vtpm BooleanEnabled - version String
- is
Vtpm booleanEnabled - version string
- is_
vtpm_ boolenabled - version str
- is
Vtpm BooleanEnabled - version String
Package Details
- Repository
- nutanix pierskarsenbarg/pulumi-nutanix
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
nutanix
Terraform Provider.