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

nutanix.getHostV2

Explore with Pulumi AI

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

    Describes the statistics data of the host identified by {hostExtId} belonging to the cluster identified by {clusterExtId}.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as nutanix from "@pulumi/nutanix";
    
    const host = nutanix.getHostV2({
        clusterExtId: "<cluster uuid>",
        extId: "<host uuid>",
    });
    
    import pulumi
    import pulumi_nutanix as nutanix
    
    host = nutanix.get_host_v2(cluster_ext_id="<cluster uuid>",
        ext_id="<host uuid>")
    
    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.GetHostV2(ctx, &nutanix.GetHostV2Args{
    			ClusterExtId: "<cluster uuid>",
    			ExtId:        "<host uuid>",
    		}, 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 host = Nutanix.GetHostV2.Invoke(new()
        {
            ClusterExtId = "<cluster uuid>",
            ExtId = "<host uuid>",
        });
    
    });
    
    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.GetHostV2Args;
    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 host = NutanixFunctions.getHostV2(GetHostV2Args.builder()
                .clusterExtId("<cluster uuid>")
                .extId("<host uuid>")
                .build());
    
        }
    }
    
    variables:
      host:
        fn::invoke:
          function: nutanix:getHostV2
          arguments:
            clusterExtId: <cluster uuid>
            extId: <host uuid>
    

    Using getHostV2

    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 getHostV2(args: GetHostV2Args, opts?: InvokeOptions): Promise<GetHostV2Result>
    function getHostV2Output(args: GetHostV2OutputArgs, opts?: InvokeOptions): Output<GetHostV2Result>
    def get_host_v2(cluster_ext_id: Optional[str] = None,
                    ext_id: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetHostV2Result
    def get_host_v2_output(cluster_ext_id: Optional[pulumi.Input[str]] = None,
                    ext_id: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetHostV2Result]
    func GetHostV2(ctx *Context, args *GetHostV2Args, opts ...InvokeOption) (*GetHostV2Result, error)
    func GetHostV2Output(ctx *Context, args *GetHostV2OutputArgs, opts ...InvokeOption) GetHostV2ResultOutput

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

    public static class GetHostV2 
    {
        public static Task<GetHostV2Result> InvokeAsync(GetHostV2Args args, InvokeOptions? opts = null)
        public static Output<GetHostV2Result> Invoke(GetHostV2InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetHostV2Result> getHostV2(GetHostV2Args args, InvokeOptions options)
    public static Output<GetHostV2Result> getHostV2(GetHostV2Args args, InvokeOptions options)
    
    fn::invoke:
      function: nutanix:index/getHostV2:getHostV2
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ClusterExtId string
    • (Required) cluster uuid
    ExtId string
    • (Required) host uuid
    ClusterExtId string
    • (Required) cluster uuid
    ExtId string
    • (Required) host uuid
    clusterExtId String
    • (Required) cluster uuid
    extId String
    • (Required) host uuid
    clusterExtId string
    • (Required) cluster uuid
    extId string
    • (Required) host uuid
    cluster_ext_id str
    • (Required) cluster uuid
    ext_id str
    • (Required) host uuid
    clusterExtId String
    • (Required) cluster uuid
    extId String
    • (Required) host uuid

    getHostV2 Result

    The following output properties are available:

    BlockModel string
    • Rackable unit model name.
    BlockSerial string
    • Rackable unit serial name.
    BootTimeUsecs int
    • Boot time in secs.
    ClusterExtId string
    Clusters List<PiersKarsenbarg.Nutanix.Outputs.GetHostV2Cluster>
    • Cluster reference for an entity.
    ControllerVms List<PiersKarsenbarg.Nutanix.Outputs.GetHostV2ControllerVm>
    • Host entity with its attributes.
    CpuCapacityHz int
    • CPU capacity in Hz.
    CpuFrequencyHz int
    • CPU frequency in Hz.
    CpuModel string
    • CPU model name.
    DefaultVhdContainerUuid string
    • Default VHD container UUID.
    DefaultVhdLocation string
    • Default VHD location.
    DefaultVmContainerUuid string
    • Default VM container UUID.
    DefaultVmLocation string
    • Default VM location.
    Disks List<PiersKarsenbarg.Nutanix.Outputs.GetHostV2Disk>
    • Disks attached to host.
    ExtId string
    • A globally unique identifier of an instance that is suitable for external consumption.
    FailoverClusterFqdn string
    • Failover cluster FQDN.
    FailoverClusterNodeStatus string
    • Failover cluster node status.
    GpuDriverVersion string
    • GPU driver version.
    GpuLists List<string>
    • GPU attached list.
    HasCsr bool
    • Certificate signing request status.
    HostName string
    • Name of the host.
    HostType string
    • Type of the host.
    • HYPER_CONVERGED: Hyper-converged node.
    • COMPUTE_ONLY: Compute only node.
    • STORAGE_ONLY: Storage only node.
    Hypervisors List<PiersKarsenbarg.Nutanix.Outputs.GetHostV2Hypervisor>
    • Hypervisor details.
    Id string
    The provider-assigned unique ID for this managed resource.
    Ipmis List<PiersKarsenbarg.Nutanix.Outputs.GetHostV2Ipmi>
    • IPMI reference.
    IsDegraded bool
    • Node degraded status.
    IsHardwareVirtualized bool
    • Indicates whether the hardware is virtualized or not.
    IsRebootPending bool
    IsSecureBooted bool
    • Secure boot status.
    KeyManagementDeviceToCertStatuses List<PiersKarsenbarg.Nutanix.Outputs.GetHostV2KeyManagementDeviceToCertStatus>
    • Mapping of key management device to certificate status list.
    Links List<PiersKarsenbarg.Nutanix.Outputs.GetHostV2Link>
    • 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.
    MaintenanceState string
    • Host Maintenance State.
    MemorySizeBytes int
    • Memory size in bytes.
    NodeStatus string
    • Node status.
    • TO_BE_PREPROTECTED: Node to be preprotected.
    • TO_BE_REMOVED: Node to be removed.
    • PREPROTECTED: Node is preprotected.
    • OK_TO_BE_REMOVED: Indicates whether removing the node from the cluster is adequate.
    • NORMAL: Normal node.
    • NEW_NODE: New node.
    NumberOfCpuCores int
    • Number of CPU cores.
    NumberOfCpuSockets int
    • Number of CPU sockets.
    NumberOfCpuThreads int
    • Number of CPU threads.
    RackableUnitUuid string
    • Rackable unit UUID.
    TenantId string
    • image uuid.
    BlockModel string
    • Rackable unit model name.
    BlockSerial string
    • Rackable unit serial name.
    BootTimeUsecs int
    • Boot time in secs.
    ClusterExtId string
    Clusters []GetHostV2Cluster
    • Cluster reference for an entity.
    ControllerVms []GetHostV2ControllerVm
    • Host entity with its attributes.
    CpuCapacityHz int
    • CPU capacity in Hz.
    CpuFrequencyHz int
    • CPU frequency in Hz.
    CpuModel string
    • CPU model name.
    DefaultVhdContainerUuid string
    • Default VHD container UUID.
    DefaultVhdLocation string
    • Default VHD location.
    DefaultVmContainerUuid string
    • Default VM container UUID.
    DefaultVmLocation string
    • Default VM location.
    Disks []GetHostV2Disk
    • Disks attached to host.
    ExtId string
    • A globally unique identifier of an instance that is suitable for external consumption.
    FailoverClusterFqdn string
    • Failover cluster FQDN.
    FailoverClusterNodeStatus string
    • Failover cluster node status.
    GpuDriverVersion string
    • GPU driver version.
    GpuLists []string
    • GPU attached list.
    HasCsr bool
    • Certificate signing request status.
    HostName string
    • Name of the host.
    HostType string
    • Type of the host.
    • HYPER_CONVERGED: Hyper-converged node.
    • COMPUTE_ONLY: Compute only node.
    • STORAGE_ONLY: Storage only node.
    Hypervisors []GetHostV2Hypervisor
    • Hypervisor details.
    Id string
    The provider-assigned unique ID for this managed resource.
    Ipmis []GetHostV2Ipmi
    • IPMI reference.
    IsDegraded bool
    • Node degraded status.
    IsHardwareVirtualized bool
    • Indicates whether the hardware is virtualized or not.
    IsRebootPending bool
    IsSecureBooted bool
    • Secure boot status.
    KeyManagementDeviceToCertStatuses []GetHostV2KeyManagementDeviceToCertStatus
    • Mapping of key management device to certificate status list.
    Links []GetHostV2Link
    • 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.
    MaintenanceState string
    • Host Maintenance State.
    MemorySizeBytes int
    • Memory size in bytes.
    NodeStatus string
    • Node status.
    • TO_BE_PREPROTECTED: Node to be preprotected.
    • TO_BE_REMOVED: Node to be removed.
    • PREPROTECTED: Node is preprotected.
    • OK_TO_BE_REMOVED: Indicates whether removing the node from the cluster is adequate.
    • NORMAL: Normal node.
    • NEW_NODE: New node.
    NumberOfCpuCores int
    • Number of CPU cores.
    NumberOfCpuSockets int
    • Number of CPU sockets.
    NumberOfCpuThreads int
    • Number of CPU threads.
    RackableUnitUuid string
    • Rackable unit UUID.
    TenantId string
    • image uuid.
    blockModel String
    • Rackable unit model name.
    blockSerial String
    • Rackable unit serial name.
    bootTimeUsecs Integer
    • Boot time in secs.
    clusterExtId String
    clusters List<GetHostV2Cluster>
    • Cluster reference for an entity.
    controllerVms List<GetHostV2ControllerVm>
    • Host entity with its attributes.
    cpuCapacityHz Integer
    • CPU capacity in Hz.
    cpuFrequencyHz Integer
    • CPU frequency in Hz.
    cpuModel String
    • CPU model name.
    defaultVhdContainerUuid String
    • Default VHD container UUID.
    defaultVhdLocation String
    • Default VHD location.
    defaultVmContainerUuid String
    • Default VM container UUID.
    defaultVmLocation String
    • Default VM location.
    disks List<GetHostV2Disk>
    • Disks attached to host.
    extId String
    • A globally unique identifier of an instance that is suitable for external consumption.
    failoverClusterFqdn String
    • Failover cluster FQDN.
    failoverClusterNodeStatus String
    • Failover cluster node status.
    gpuDriverVersion String
    • GPU driver version.
    gpuLists List<String>
    • GPU attached list.
    hasCsr Boolean
    • Certificate signing request status.
    hostName String
    • Name of the host.
    hostType String
    • Type of the host.
    • HYPER_CONVERGED: Hyper-converged node.
    • COMPUTE_ONLY: Compute only node.
    • STORAGE_ONLY: Storage only node.
    hypervisors List<GetHostV2Hypervisor>
    • Hypervisor details.
    id String
    The provider-assigned unique ID for this managed resource.
    ipmis List<GetHostV2Ipmi>
    • IPMI reference.
    isDegraded Boolean
    • Node degraded status.
    isHardwareVirtualized Boolean
    • Indicates whether the hardware is virtualized or not.
    isRebootPending Boolean
    isSecureBooted Boolean
    • Secure boot status.
    keyManagementDeviceToCertStatuses List<GetHostV2KeyManagementDeviceToCertStatus>
    • Mapping of key management device to certificate status list.
    links List<GetHostV2Link>
    • 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.
    maintenanceState String
    • Host Maintenance State.
    memorySizeBytes Integer
    • Memory size in bytes.
    nodeStatus String
    • Node status.
    • TO_BE_PREPROTECTED: Node to be preprotected.
    • TO_BE_REMOVED: Node to be removed.
    • PREPROTECTED: Node is preprotected.
    • OK_TO_BE_REMOVED: Indicates whether removing the node from the cluster is adequate.
    • NORMAL: Normal node.
    • NEW_NODE: New node.
    numberOfCpuCores Integer
    • Number of CPU cores.
    numberOfCpuSockets Integer
    • Number of CPU sockets.
    numberOfCpuThreads Integer
    • Number of CPU threads.
    rackableUnitUuid String
    • Rackable unit UUID.
    tenantId String
    • image uuid.
    blockModel string
    • Rackable unit model name.
    blockSerial string
    • Rackable unit serial name.
    bootTimeUsecs number
    • Boot time in secs.
    clusterExtId string
    clusters GetHostV2Cluster[]
    • Cluster reference for an entity.
    controllerVms GetHostV2ControllerVm[]
    • Host entity with its attributes.
    cpuCapacityHz number
    • CPU capacity in Hz.
    cpuFrequencyHz number
    • CPU frequency in Hz.
    cpuModel string
    • CPU model name.
    defaultVhdContainerUuid string
    • Default VHD container UUID.
    defaultVhdLocation string
    • Default VHD location.
    defaultVmContainerUuid string
    • Default VM container UUID.
    defaultVmLocation string
    • Default VM location.
    disks GetHostV2Disk[]
    • Disks attached to host.
    extId string
    • A globally unique identifier of an instance that is suitable for external consumption.
    failoverClusterFqdn string
    • Failover cluster FQDN.
    failoverClusterNodeStatus string
    • Failover cluster node status.
    gpuDriverVersion string
    • GPU driver version.
    gpuLists string[]
    • GPU attached list.
    hasCsr boolean
    • Certificate signing request status.
    hostName string
    • Name of the host.
    hostType string
    • Type of the host.
    • HYPER_CONVERGED: Hyper-converged node.
    • COMPUTE_ONLY: Compute only node.
    • STORAGE_ONLY: Storage only node.
    hypervisors GetHostV2Hypervisor[]
    • Hypervisor details.
    id string
    The provider-assigned unique ID for this managed resource.
    ipmis GetHostV2Ipmi[]
    • IPMI reference.
    isDegraded boolean
    • Node degraded status.
    isHardwareVirtualized boolean
    • Indicates whether the hardware is virtualized or not.
    isRebootPending boolean
    isSecureBooted boolean
    • Secure boot status.
    keyManagementDeviceToCertStatuses GetHostV2KeyManagementDeviceToCertStatus[]
    • Mapping of key management device to certificate status list.
    links GetHostV2Link[]
    • 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.
    maintenanceState string
    • Host Maintenance State.
    memorySizeBytes number
    • Memory size in bytes.
    nodeStatus string
    • Node status.
    • TO_BE_PREPROTECTED: Node to be preprotected.
    • TO_BE_REMOVED: Node to be removed.
    • PREPROTECTED: Node is preprotected.
    • OK_TO_BE_REMOVED: Indicates whether removing the node from the cluster is adequate.
    • NORMAL: Normal node.
    • NEW_NODE: New node.
    numberOfCpuCores number
    • Number of CPU cores.
    numberOfCpuSockets number
    • Number of CPU sockets.
    numberOfCpuThreads number
    • Number of CPU threads.
    rackableUnitUuid string
    • Rackable unit UUID.
    tenantId string
    • image uuid.
    block_model str
    • Rackable unit model name.
    block_serial str
    • Rackable unit serial name.
    boot_time_usecs int
    • Boot time in secs.
    cluster_ext_id str
    clusters Sequence[GetHostV2Cluster]
    • Cluster reference for an entity.
    controller_vms Sequence[GetHostV2ControllerVm]
    • Host entity with its attributes.
    cpu_capacity_hz int
    • CPU capacity in Hz.
    cpu_frequency_hz int
    • CPU frequency in Hz.
    cpu_model str
    • CPU model name.
    default_vhd_container_uuid str
    • Default VHD container UUID.
    default_vhd_location str
    • Default VHD location.
    default_vm_container_uuid str
    • Default VM container UUID.
    default_vm_location str
    • Default VM location.
    disks Sequence[GetHostV2Disk]
    • Disks attached to host.
    ext_id str
    • A globally unique identifier of an instance that is suitable for external consumption.
    failover_cluster_fqdn str
    • Failover cluster FQDN.
    failover_cluster_node_status str
    • Failover cluster node status.
    gpu_driver_version str
    • GPU driver version.
    gpu_lists Sequence[str]
    • GPU attached list.
    has_csr bool
    • Certificate signing request status.
    host_name str
    • Name of the host.
    host_type str
    • Type of the host.
    • HYPER_CONVERGED: Hyper-converged node.
    • COMPUTE_ONLY: Compute only node.
    • STORAGE_ONLY: Storage only node.
    hypervisors Sequence[GetHostV2Hypervisor]
    • Hypervisor details.
    id str
    The provider-assigned unique ID for this managed resource.
    ipmis Sequence[GetHostV2Ipmi]
    • IPMI reference.
    is_degraded bool
    • Node degraded status.
    is_hardware_virtualized bool
    • Indicates whether the hardware is virtualized or not.
    is_reboot_pending bool
    is_secure_booted bool
    • Secure boot status.
    key_management_device_to_cert_statuses Sequence[GetHostV2KeyManagementDeviceToCertStatus]
    • Mapping of key management device to certificate status list.
    links Sequence[GetHostV2Link]
    • 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.
    maintenance_state str
    • Host Maintenance State.
    memory_size_bytes int
    • Memory size in bytes.
    node_status str
    • Node status.
    • TO_BE_PREPROTECTED: Node to be preprotected.
    • TO_BE_REMOVED: Node to be removed.
    • PREPROTECTED: Node is preprotected.
    • OK_TO_BE_REMOVED: Indicates whether removing the node from the cluster is adequate.
    • NORMAL: Normal node.
    • NEW_NODE: New node.
    number_of_cpu_cores int
    • Number of CPU cores.
    number_of_cpu_sockets int
    • Number of CPU sockets.
    number_of_cpu_threads int
    • Number of CPU threads.
    rackable_unit_uuid str
    • Rackable unit UUID.
    tenant_id str
    • image uuid.
    blockModel String
    • Rackable unit model name.
    blockSerial String
    • Rackable unit serial name.
    bootTimeUsecs Number
    • Boot time in secs.
    clusterExtId String
    clusters List<Property Map>
    • Cluster reference for an entity.
    controllerVms List<Property Map>
    • Host entity with its attributes.
    cpuCapacityHz Number
    • CPU capacity in Hz.
    cpuFrequencyHz Number
    • CPU frequency in Hz.
    cpuModel String
    • CPU model name.
    defaultVhdContainerUuid String
    • Default VHD container UUID.
    defaultVhdLocation String
    • Default VHD location.
    defaultVmContainerUuid String
    • Default VM container UUID.
    defaultVmLocation String
    • Default VM location.
    disks List<Property Map>
    • Disks attached to host.
    extId String
    • A globally unique identifier of an instance that is suitable for external consumption.
    failoverClusterFqdn String
    • Failover cluster FQDN.
    failoverClusterNodeStatus String
    • Failover cluster node status.
    gpuDriverVersion String
    • GPU driver version.
    gpuLists List<String>
    • GPU attached list.
    hasCsr Boolean
    • Certificate signing request status.
    hostName String
    • Name of the host.
    hostType String
    • Type of the host.
    • HYPER_CONVERGED: Hyper-converged node.
    • COMPUTE_ONLY: Compute only node.
    • STORAGE_ONLY: Storage only node.
    hypervisors List<Property Map>
    • Hypervisor details.
    id String
    The provider-assigned unique ID for this managed resource.
    ipmis List<Property Map>
    • IPMI reference.
    isDegraded Boolean
    • Node degraded status.
    isHardwareVirtualized Boolean
    • Indicates whether the hardware is virtualized or not.
    isRebootPending Boolean
    isSecureBooted Boolean
    • Secure boot status.
    keyManagementDeviceToCertStatuses List<Property Map>
    • Mapping of key management device to certificate status list.
    links List<Property Map>
    • A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    maintenanceState String
    • Host Maintenance State.
    memorySizeBytes Number
    • Memory size in bytes.
    nodeStatus String
    • Node status.
    • TO_BE_PREPROTECTED: Node to be preprotected.
    • TO_BE_REMOVED: Node to be removed.
    • PREPROTECTED: Node is preprotected.
    • OK_TO_BE_REMOVED: Indicates whether removing the node from the cluster is adequate.
    • NORMAL: Normal node.
    • NEW_NODE: New node.
    numberOfCpuCores Number
    • Number of CPU cores.
    numberOfCpuSockets Number
    • Number of CPU sockets.
    numberOfCpuThreads Number
    • Number of CPU threads.
    rackableUnitUuid String
    • Rackable unit UUID.
    tenantId String
    • image uuid.

    Supporting Types

    GetHostV2Cluster

    Name string
    • Cluster name. This is part of payload for both cluster create & update operations.
    Uuid string
    • Disk UUID.
    Name string
    • Cluster name. This is part of payload for both cluster create & update operations.
    Uuid string
    • Disk UUID.
    name String
    • Cluster name. This is part of payload for both cluster create & update operations.
    uuid String
    • Disk UUID.
    name string
    • Cluster name. This is part of payload for both cluster create & update operations.
    uuid string
    • Disk UUID.
    name str
    • Cluster name. This is part of payload for both cluster create & update operations.
    uuid str
    • Disk UUID.
    name String
    • Cluster name. This is part of payload for both cluster create & update operations.
    uuid String
    • Disk UUID.

    GetHostV2ControllerVm

    BackplaneAddresses List<PiersKarsenbarg.Nutanix.Inputs.GetHostV2ControllerVmBackplaneAddress>
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    ExternalAddresses List<PiersKarsenbarg.Nutanix.Inputs.GetHostV2ControllerVmExternalAddress>
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    Id int
    • Controller VM Id.
    MaintenanceMode bool
    • Maintenance mode status.
    NatIps List<PiersKarsenbarg.Nutanix.Inputs.GetHostV2ControllerVmNatIp>
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    NatPort int
    • NAT port.
    RdmaBackplaneAddresses List<PiersKarsenbarg.Nutanix.Inputs.GetHostV2ControllerVmRdmaBackplaneAddress>
    • RDMA backplane address.
    BackplaneAddresses []GetHostV2ControllerVmBackplaneAddress
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    ExternalAddresses []GetHostV2ControllerVmExternalAddress
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    Id int
    • Controller VM Id.
    MaintenanceMode bool
    • Maintenance mode status.
    NatIps []GetHostV2ControllerVmNatIp
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    NatPort int
    • NAT port.
    RdmaBackplaneAddresses []GetHostV2ControllerVmRdmaBackplaneAddress
    • RDMA backplane address.
    backplaneAddresses List<GetHostV2ControllerVmBackplaneAddress>
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    externalAddresses List<GetHostV2ControllerVmExternalAddress>
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    id Integer
    • Controller VM Id.
    maintenanceMode Boolean
    • Maintenance mode status.
    natIps List<GetHostV2ControllerVmNatIp>
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    natPort Integer
    • NAT port.
    rdmaBackplaneAddresses List<GetHostV2ControllerVmRdmaBackplaneAddress>
    • RDMA backplane address.
    backplaneAddresses GetHostV2ControllerVmBackplaneAddress[]
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    externalAddresses GetHostV2ControllerVmExternalAddress[]
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    id number
    • Controller VM Id.
    maintenanceMode boolean
    • Maintenance mode status.
    natIps GetHostV2ControllerVmNatIp[]
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    natPort number
    • NAT port.
    rdmaBackplaneAddresses GetHostV2ControllerVmRdmaBackplaneAddress[]
    • RDMA backplane address.
    backplane_addresses Sequence[GetHostV2ControllerVmBackplaneAddress]
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    external_addresses Sequence[GetHostV2ControllerVmExternalAddress]
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    id int
    • Controller VM Id.
    maintenance_mode bool
    • Maintenance mode status.
    nat_ips Sequence[GetHostV2ControllerVmNatIp]
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    nat_port int
    • NAT port.
    rdma_backplane_addresses Sequence[GetHostV2ControllerVmRdmaBackplaneAddress]
    • RDMA backplane address.
    backplaneAddresses List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    externalAddresses List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    id Number
    • Controller VM Id.
    maintenanceMode Boolean
    • Maintenance mode status.
    natIps List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    natPort Number
    • NAT port.
    rdmaBackplaneAddresses List<Property Map>
    • RDMA backplane address.

    GetHostV2ControllerVmBackplaneAddress

    Ipv4s List<PiersKarsenbarg.Nutanix.Inputs.GetHostV2ControllerVmBackplaneAddressIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s List<PiersKarsenbarg.Nutanix.Inputs.GetHostV2ControllerVmBackplaneAddressIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    Ipv4s []GetHostV2ControllerVmBackplaneAddressIpv4
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s []GetHostV2ControllerVmBackplaneAddressIpv6
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s List<GetHostV2ControllerVmBackplaneAddressIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<GetHostV2ControllerVmBackplaneAddressIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s GetHostV2ControllerVmBackplaneAddressIpv4[]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s GetHostV2ControllerVmBackplaneAddressIpv6[]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s Sequence[GetHostV2ControllerVmBackplaneAddressIpv4]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s Sequence[GetHostV2ControllerVmBackplaneAddressIpv6]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.

    GetHostV2ControllerVmBackplaneAddressIpv4

    Value string
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    PrefixLength int
    • The prefix length of the network to which this host IPv6 address belongs.
    Value string
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    PrefixLength int
    • The prefix length of the network to which this host IPv6 address belongs.
    value String
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefixLength Integer
    • The prefix length of the network to which this host IPv6 address belongs.
    value string
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefixLength number
    • The prefix length of the network to which this host IPv6 address belongs.
    value str
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefix_length int
    • The prefix length of the network to which this host IPv6 address belongs.
    value String
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefixLength Number
    • The prefix length of the network to which this host IPv6 address belongs.

    GetHostV2ControllerVmBackplaneAddressIpv6

    Value string
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    PrefixLength int
    • The prefix length of the network to which this host IPv6 address belongs.
    Value string
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    PrefixLength int
    • The prefix length of the network to which this host IPv6 address belongs.
    value String
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefixLength Integer
    • The prefix length of the network to which this host IPv6 address belongs.
    value string
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefixLength number
    • The prefix length of the network to which this host IPv6 address belongs.
    value str
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefix_length int
    • The prefix length of the network to which this host IPv6 address belongs.
    value String
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefixLength Number
    • The prefix length of the network to which this host IPv6 address belongs.

    GetHostV2ControllerVmExternalAddress

    Ipv4s List<PiersKarsenbarg.Nutanix.Inputs.GetHostV2ControllerVmExternalAddressIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s List<PiersKarsenbarg.Nutanix.Inputs.GetHostV2ControllerVmExternalAddressIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    Ipv4s []GetHostV2ControllerVmExternalAddressIpv4
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s []GetHostV2ControllerVmExternalAddressIpv6
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s List<GetHostV2ControllerVmExternalAddressIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<GetHostV2ControllerVmExternalAddressIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s GetHostV2ControllerVmExternalAddressIpv4[]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s GetHostV2ControllerVmExternalAddressIpv6[]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s Sequence[GetHostV2ControllerVmExternalAddressIpv4]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s Sequence[GetHostV2ControllerVmExternalAddressIpv6]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.

    GetHostV2ControllerVmExternalAddressIpv4

    Value string
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    PrefixLength int
    • The prefix length of the network to which this host IPv6 address belongs.
    Value string
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    PrefixLength int
    • The prefix length of the network to which this host IPv6 address belongs.
    value String
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefixLength Integer
    • The prefix length of the network to which this host IPv6 address belongs.
    value string
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefixLength number
    • The prefix length of the network to which this host IPv6 address belongs.
    value str
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefix_length int
    • The prefix length of the network to which this host IPv6 address belongs.
    value String
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefixLength Number
    • The prefix length of the network to which this host IPv6 address belongs.

    GetHostV2ControllerVmExternalAddressIpv6

    Value string
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    PrefixLength int
    • The prefix length of the network to which this host IPv6 address belongs.
    Value string
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    PrefixLength int
    • The prefix length of the network to which this host IPv6 address belongs.
    value String
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefixLength Integer
    • The prefix length of the network to which this host IPv6 address belongs.
    value string
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefixLength number
    • The prefix length of the network to which this host IPv6 address belongs.
    value str
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefix_length int
    • The prefix length of the network to which this host IPv6 address belongs.
    value String
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefixLength Number
    • The prefix length of the network to which this host IPv6 address belongs.

    GetHostV2ControllerVmNatIp

    Ipv4s List<PiersKarsenbarg.Nutanix.Inputs.GetHostV2ControllerVmNatIpIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s List<PiersKarsenbarg.Nutanix.Inputs.GetHostV2ControllerVmNatIpIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    Ipv4s []GetHostV2ControllerVmNatIpIpv4
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s []GetHostV2ControllerVmNatIpIpv6
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s List<GetHostV2ControllerVmNatIpIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<GetHostV2ControllerVmNatIpIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s GetHostV2ControllerVmNatIpIpv4[]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s GetHostV2ControllerVmNatIpIpv6[]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s Sequence[GetHostV2ControllerVmNatIpIpv4]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s Sequence[GetHostV2ControllerVmNatIpIpv6]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.

    GetHostV2ControllerVmNatIpIpv4

    Value string
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    PrefixLength int
    • The prefix length of the network to which this host IPv6 address belongs.
    Value string
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    PrefixLength int
    • The prefix length of the network to which this host IPv6 address belongs.
    value String
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefixLength Integer
    • The prefix length of the network to which this host IPv6 address belongs.
    value string
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefixLength number
    • The prefix length of the network to which this host IPv6 address belongs.
    value str
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefix_length int
    • The prefix length of the network to which this host IPv6 address belongs.
    value String
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefixLength Number
    • The prefix length of the network to which this host IPv6 address belongs.

    GetHostV2ControllerVmNatIpIpv6

    Value string
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    PrefixLength int
    • The prefix length of the network to which this host IPv6 address belongs.
    Value string
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    PrefixLength int
    • The prefix length of the network to which this host IPv6 address belongs.
    value String
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefixLength Integer
    • The prefix length of the network to which this host IPv6 address belongs.
    value string
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefixLength number
    • The prefix length of the network to which this host IPv6 address belongs.
    value str
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefix_length int
    • The prefix length of the network to which this host IPv6 address belongs.
    value String
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefixLength Number
    • The prefix length of the network to which this host IPv6 address belongs.

    GetHostV2ControllerVmRdmaBackplaneAddress

    Ipv4s List<PiersKarsenbarg.Nutanix.Inputs.GetHostV2ControllerVmRdmaBackplaneAddressIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s List<PiersKarsenbarg.Nutanix.Inputs.GetHostV2ControllerVmRdmaBackplaneAddressIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    Ipv4s []GetHostV2ControllerVmRdmaBackplaneAddressIpv4
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s []GetHostV2ControllerVmRdmaBackplaneAddressIpv6
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s List<GetHostV2ControllerVmRdmaBackplaneAddressIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<GetHostV2ControllerVmRdmaBackplaneAddressIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s GetHostV2ControllerVmRdmaBackplaneAddressIpv4[]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s GetHostV2ControllerVmRdmaBackplaneAddressIpv6[]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s Sequence[GetHostV2ControllerVmRdmaBackplaneAddressIpv4]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s Sequence[GetHostV2ControllerVmRdmaBackplaneAddressIpv6]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.

    GetHostV2ControllerVmRdmaBackplaneAddressIpv4

    Value string
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    PrefixLength int
    • The prefix length of the network to which this host IPv6 address belongs.
    Value string
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    PrefixLength int
    • The prefix length of the network to which this host IPv6 address belongs.
    value String
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefixLength Integer
    • The prefix length of the network to which this host IPv6 address belongs.
    value string
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefixLength number
    • The prefix length of the network to which this host IPv6 address belongs.
    value str
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefix_length int
    • The prefix length of the network to which this host IPv6 address belongs.
    value String
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefixLength Number
    • The prefix length of the network to which this host IPv6 address belongs.

    GetHostV2ControllerVmRdmaBackplaneAddressIpv6

    Value string
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    PrefixLength int
    • The prefix length of the network to which this host IPv6 address belongs.
    Value string
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    PrefixLength int
    • The prefix length of the network to which this host IPv6 address belongs.
    value String
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefixLength Integer
    • The prefix length of the network to which this host IPv6 address belongs.
    value string
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefixLength number
    • The prefix length of the network to which this host IPv6 address belongs.
    value str
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefix_length int
    • The prefix length of the network to which this host IPv6 address belongs.
    value String
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefixLength Number
    • The prefix length of the network to which this host IPv6 address belongs.

    GetHostV2Disk

    MountPath string
    • Disk mount path.
    SerialId string
    • Disk serial Id.
    SizeInBytes int
    • Disk size.
    StorageTier string
    • Disk storage Tier type.
    • HDD: HDD storage tier.
    • PCIE_SSD: PCIE SSD storage tier.
    • SATA_SSD: SATA SSD storage tier.
    Uuid string
    • Disk UUID.
    MountPath string
    • Disk mount path.
    SerialId string
    • Disk serial Id.
    SizeInBytes int
    • Disk size.
    StorageTier string
    • Disk storage Tier type.
    • HDD: HDD storage tier.
    • PCIE_SSD: PCIE SSD storage tier.
    • SATA_SSD: SATA SSD storage tier.
    Uuid string
    • Disk UUID.
    mountPath String
    • Disk mount path.
    serialId String
    • Disk serial Id.
    sizeInBytes Integer
    • Disk size.
    storageTier String
    • Disk storage Tier type.
    • HDD: HDD storage tier.
    • PCIE_SSD: PCIE SSD storage tier.
    • SATA_SSD: SATA SSD storage tier.
    uuid String
    • Disk UUID.
    mountPath string
    • Disk mount path.
    serialId string
    • Disk serial Id.
    sizeInBytes number
    • Disk size.
    storageTier string
    • Disk storage Tier type.
    • HDD: HDD storage tier.
    • PCIE_SSD: PCIE SSD storage tier.
    • SATA_SSD: SATA SSD storage tier.
    uuid string
    • Disk UUID.
    mount_path str
    • Disk mount path.
    serial_id str
    • Disk serial Id.
    size_in_bytes int
    • Disk size.
    storage_tier str
    • Disk storage Tier type.
    • HDD: HDD storage tier.
    • PCIE_SSD: PCIE SSD storage tier.
    • SATA_SSD: SATA SSD storage tier.
    uuid str
    • Disk UUID.
    mountPath String
    • Disk mount path.
    serialId String
    • Disk serial Id.
    sizeInBytes Number
    • Disk size.
    storageTier String
    • Disk storage Tier type.
    • HDD: HDD storage tier.
    • PCIE_SSD: PCIE SSD storage tier.
    • SATA_SSD: SATA SSD storage tier.
    uuid String
    • Disk UUID.

    GetHostV2Hypervisor

    AcropolisConnectionState string
    • Status of Acropolis connection to hypervisor.
    • DISCONNECTED: Acropolis disconnected.
    • CONNECTED: Acropolis connected.
    ExternalAddresses List<PiersKarsenbarg.Nutanix.Inputs.GetHostV2HypervisorExternalAddress>
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    FullName string
    • Hypervisor full name.
    NumberOfVms int
    • Number of VMs.
    State string
    • Hypervisor state.
    • HA_HEALING_TARGET: Hypervisor in HA healing target state.
    • ENTERING_MAINTENANCE_MODE: Hypervisor entering maintenance mode.
    • RESERVED_FOR_HA_FAILOVER: Hypervisor reserved for HA failover.
    • HA_HEALING_SOURCE: Hypervisor in HA healing source state.
    • RESERVING_FOR_HA_FAILOVER: Hypervisor that is planned to be reserved for HA failover.
    • HA_FAILOVER_SOURCE: Hypervisor in HA failover source state.
    • ACROPOLIS_NORMAL: Hypervisor in Acropolis normal state.
    • ENTERED_MAINTENANCE_MODE: Hypervisor entered maintenance mode.
    • ENTERING_MAINTENANCE_MODE_FROM_HA_FAILOVER: Hypervisor entering maintenance mode from HA failover.
    • HA_FAILOVER_TARGET: Hypervisor in HA failover target state.
    Type string
    • Hypervisor type.
    • XEN: Xen hypervisor.
    • HYPERV: HyperV hypervisor.
    • ESX: ESX hypervisor.
    • AHV: AHV hypervisor.
    UserName string
    • Hypervisor user name.
    AcropolisConnectionState string
    • Status of Acropolis connection to hypervisor.
    • DISCONNECTED: Acropolis disconnected.
    • CONNECTED: Acropolis connected.
    ExternalAddresses []GetHostV2HypervisorExternalAddress
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    FullName string
    • Hypervisor full name.
    NumberOfVms int
    • Number of VMs.
    State string
    • Hypervisor state.
    • HA_HEALING_TARGET: Hypervisor in HA healing target state.
    • ENTERING_MAINTENANCE_MODE: Hypervisor entering maintenance mode.
    • RESERVED_FOR_HA_FAILOVER: Hypervisor reserved for HA failover.
    • HA_HEALING_SOURCE: Hypervisor in HA healing source state.
    • RESERVING_FOR_HA_FAILOVER: Hypervisor that is planned to be reserved for HA failover.
    • HA_FAILOVER_SOURCE: Hypervisor in HA failover source state.
    • ACROPOLIS_NORMAL: Hypervisor in Acropolis normal state.
    • ENTERED_MAINTENANCE_MODE: Hypervisor entered maintenance mode.
    • ENTERING_MAINTENANCE_MODE_FROM_HA_FAILOVER: Hypervisor entering maintenance mode from HA failover.
    • HA_FAILOVER_TARGET: Hypervisor in HA failover target state.
    Type string
    • Hypervisor type.
    • XEN: Xen hypervisor.
    • HYPERV: HyperV hypervisor.
    • ESX: ESX hypervisor.
    • AHV: AHV hypervisor.
    UserName string
    • Hypervisor user name.
    acropolisConnectionState String
    • Status of Acropolis connection to hypervisor.
    • DISCONNECTED: Acropolis disconnected.
    • CONNECTED: Acropolis connected.
    externalAddresses List<GetHostV2HypervisorExternalAddress>
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    fullName String
    • Hypervisor full name.
    numberOfVms Integer
    • Number of VMs.
    state String
    • Hypervisor state.
    • HA_HEALING_TARGET: Hypervisor in HA healing target state.
    • ENTERING_MAINTENANCE_MODE: Hypervisor entering maintenance mode.
    • RESERVED_FOR_HA_FAILOVER: Hypervisor reserved for HA failover.
    • HA_HEALING_SOURCE: Hypervisor in HA healing source state.
    • RESERVING_FOR_HA_FAILOVER: Hypervisor that is planned to be reserved for HA failover.
    • HA_FAILOVER_SOURCE: Hypervisor in HA failover source state.
    • ACROPOLIS_NORMAL: Hypervisor in Acropolis normal state.
    • ENTERED_MAINTENANCE_MODE: Hypervisor entered maintenance mode.
    • ENTERING_MAINTENANCE_MODE_FROM_HA_FAILOVER: Hypervisor entering maintenance mode from HA failover.
    • HA_FAILOVER_TARGET: Hypervisor in HA failover target state.
    type String
    • Hypervisor type.
    • XEN: Xen hypervisor.
    • HYPERV: HyperV hypervisor.
    • ESX: ESX hypervisor.
    • AHV: AHV hypervisor.
    userName String
    • Hypervisor user name.
    acropolisConnectionState string
    • Status of Acropolis connection to hypervisor.
    • DISCONNECTED: Acropolis disconnected.
    • CONNECTED: Acropolis connected.
    externalAddresses GetHostV2HypervisorExternalAddress[]
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    fullName string
    • Hypervisor full name.
    numberOfVms number
    • Number of VMs.
    state string
    • Hypervisor state.
    • HA_HEALING_TARGET: Hypervisor in HA healing target state.
    • ENTERING_MAINTENANCE_MODE: Hypervisor entering maintenance mode.
    • RESERVED_FOR_HA_FAILOVER: Hypervisor reserved for HA failover.
    • HA_HEALING_SOURCE: Hypervisor in HA healing source state.
    • RESERVING_FOR_HA_FAILOVER: Hypervisor that is planned to be reserved for HA failover.
    • HA_FAILOVER_SOURCE: Hypervisor in HA failover source state.
    • ACROPOLIS_NORMAL: Hypervisor in Acropolis normal state.
    • ENTERED_MAINTENANCE_MODE: Hypervisor entered maintenance mode.
    • ENTERING_MAINTENANCE_MODE_FROM_HA_FAILOVER: Hypervisor entering maintenance mode from HA failover.
    • HA_FAILOVER_TARGET: Hypervisor in HA failover target state.
    type string
    • Hypervisor type.
    • XEN: Xen hypervisor.
    • HYPERV: HyperV hypervisor.
    • ESX: ESX hypervisor.
    • AHV: AHV hypervisor.
    userName string
    • Hypervisor user name.
    acropolis_connection_state str
    • Status of Acropolis connection to hypervisor.
    • DISCONNECTED: Acropolis disconnected.
    • CONNECTED: Acropolis connected.
    external_addresses Sequence[GetHostV2HypervisorExternalAddress]
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    full_name str
    • Hypervisor full name.
    number_of_vms int
    • Number of VMs.
    state str
    • Hypervisor state.
    • HA_HEALING_TARGET: Hypervisor in HA healing target state.
    • ENTERING_MAINTENANCE_MODE: Hypervisor entering maintenance mode.
    • RESERVED_FOR_HA_FAILOVER: Hypervisor reserved for HA failover.
    • HA_HEALING_SOURCE: Hypervisor in HA healing source state.
    • RESERVING_FOR_HA_FAILOVER: Hypervisor that is planned to be reserved for HA failover.
    • HA_FAILOVER_SOURCE: Hypervisor in HA failover source state.
    • ACROPOLIS_NORMAL: Hypervisor in Acropolis normal state.
    • ENTERED_MAINTENANCE_MODE: Hypervisor entered maintenance mode.
    • ENTERING_MAINTENANCE_MODE_FROM_HA_FAILOVER: Hypervisor entering maintenance mode from HA failover.
    • HA_FAILOVER_TARGET: Hypervisor in HA failover target state.
    type str
    • Hypervisor type.
    • XEN: Xen hypervisor.
    • HYPERV: HyperV hypervisor.
    • ESX: ESX hypervisor.
    • AHV: AHV hypervisor.
    user_name str
    • Hypervisor user name.
    acropolisConnectionState String
    • Status of Acropolis connection to hypervisor.
    • DISCONNECTED: Acropolis disconnected.
    • CONNECTED: Acropolis connected.
    externalAddresses List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    fullName String
    • Hypervisor full name.
    numberOfVms Number
    • Number of VMs.
    state String
    • Hypervisor state.
    • HA_HEALING_TARGET: Hypervisor in HA healing target state.
    • ENTERING_MAINTENANCE_MODE: Hypervisor entering maintenance mode.
    • RESERVED_FOR_HA_FAILOVER: Hypervisor reserved for HA failover.
    • HA_HEALING_SOURCE: Hypervisor in HA healing source state.
    • RESERVING_FOR_HA_FAILOVER: Hypervisor that is planned to be reserved for HA failover.
    • HA_FAILOVER_SOURCE: Hypervisor in HA failover source state.
    • ACROPOLIS_NORMAL: Hypervisor in Acropolis normal state.
    • ENTERED_MAINTENANCE_MODE: Hypervisor entered maintenance mode.
    • ENTERING_MAINTENANCE_MODE_FROM_HA_FAILOVER: Hypervisor entering maintenance mode from HA failover.
    • HA_FAILOVER_TARGET: Hypervisor in HA failover target state.
    type String
    • Hypervisor type.
    • XEN: Xen hypervisor.
    • HYPERV: HyperV hypervisor.
    • ESX: ESX hypervisor.
    • AHV: AHV hypervisor.
    userName String
    • Hypervisor user name.

    GetHostV2HypervisorExternalAddress

    Ipv4s List<PiersKarsenbarg.Nutanix.Inputs.GetHostV2HypervisorExternalAddressIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s List<PiersKarsenbarg.Nutanix.Inputs.GetHostV2HypervisorExternalAddressIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    Ipv4s []GetHostV2HypervisorExternalAddressIpv4
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s []GetHostV2HypervisorExternalAddressIpv6
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s List<GetHostV2HypervisorExternalAddressIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<GetHostV2HypervisorExternalAddressIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s GetHostV2HypervisorExternalAddressIpv4[]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s GetHostV2HypervisorExternalAddressIpv6[]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s Sequence[GetHostV2HypervisorExternalAddressIpv4]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s Sequence[GetHostV2HypervisorExternalAddressIpv6]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.

    GetHostV2HypervisorExternalAddressIpv4

    Value string
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    PrefixLength int
    • The prefix length of the network to which this host IPv6 address belongs.
    Value string
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    PrefixLength int
    • The prefix length of the network to which this host IPv6 address belongs.
    value String
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefixLength Integer
    • The prefix length of the network to which this host IPv6 address belongs.
    value string
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefixLength number
    • The prefix length of the network to which this host IPv6 address belongs.
    value str
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefix_length int
    • The prefix length of the network to which this host IPv6 address belongs.
    value String
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefixLength Number
    • The prefix length of the network to which this host IPv6 address belongs.

    GetHostV2HypervisorExternalAddressIpv6

    Value string
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    PrefixLength int
    • The prefix length of the network to which this host IPv6 address belongs.
    Value string
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    PrefixLength int
    • The prefix length of the network to which this host IPv6 address belongs.
    value String
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefixLength Integer
    • The prefix length of the network to which this host IPv6 address belongs.
    value string
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefixLength number
    • The prefix length of the network to which this host IPv6 address belongs.
    value str
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefix_length int
    • The prefix length of the network to which this host IPv6 address belongs.
    value String
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefixLength Number
    • The prefix length of the network to which this host IPv6 address belongs.

    GetHostV2Ipmi

    Ips List<PiersKarsenbarg.Nutanix.Inputs.GetHostV2IpmiIp>
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    Username string
    • IPMI username.
    Ips []GetHostV2IpmiIp
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    Username string
    • IPMI username.
    ips List<GetHostV2IpmiIp>
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    username String
    • IPMI username.
    ips GetHostV2IpmiIp[]
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    username string
    • IPMI username.
    ips Sequence[GetHostV2IpmiIp]
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    username str
    • IPMI username.
    ips List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    username String
    • IPMI username.

    GetHostV2IpmiIp

    Ipv4s List<PiersKarsenbarg.Nutanix.Inputs.GetHostV2IpmiIpIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s List<PiersKarsenbarg.Nutanix.Inputs.GetHostV2IpmiIpIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    Ipv4s []GetHostV2IpmiIpIpv4
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    Ipv6s []GetHostV2IpmiIpIpv6
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s List<GetHostV2IpmiIpIpv4>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<GetHostV2IpmiIpIpv6>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s GetHostV2IpmiIpIpv4[]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s GetHostV2IpmiIpIpv6[]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s Sequence[GetHostV2IpmiIpIpv4]
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s Sequence[GetHostV2IpmiIpIpv6]
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    ipv4s List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv4 format.
    ipv6s List<Property Map>
    • An unique address that identifies a device on the internet or a local network in IPv6 format.

    GetHostV2IpmiIpIpv4

    Value string
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    PrefixLength int
    • The prefix length of the network to which this host IPv6 address belongs.
    Value string
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    PrefixLength int
    • The prefix length of the network to which this host IPv6 address belongs.
    value String
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefixLength Integer
    • The prefix length of the network to which this host IPv6 address belongs.
    value string
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefixLength number
    • The prefix length of the network to which this host IPv6 address belongs.
    value str
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefix_length int
    • The prefix length of the network to which this host IPv6 address belongs.
    value String
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefixLength Number
    • The prefix length of the network to which this host IPv6 address belongs.

    GetHostV2IpmiIpIpv6

    Value string
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    PrefixLength int
    • The prefix length of the network to which this host IPv6 address belongs.
    Value string
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    PrefixLength int
    • The prefix length of the network to which this host IPv6 address belongs.
    value String
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefixLength Integer
    • The prefix length of the network to which this host IPv6 address belongs.
    value string
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefixLength number
    • The prefix length of the network to which this host IPv6 address belongs.
    value str
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefix_length int
    • The prefix length of the network to which this host IPv6 address belongs.
    value String
    • An unique address that identifies a device on the internet or a local network in IPv6 format.
    prefixLength Number
    • The prefix length of the network to which this host IPv6 address belongs.

    GetHostV2KeyManagementDeviceToCertStatus

    IsCertificatePresent bool
    KeyManagementServerName string
    • Key management server name.
    IsCertificatePresent bool
    KeyManagementServerName string
    • Key management server name.
    isCertificatePresent Boolean
    keyManagementServerName String
    • Key management server name.
    isCertificatePresent boolean
    keyManagementServerName string
    • Key management server name.
    is_certificate_present bool
    key_management_server_name str
    • Key management server name.
    isCertificatePresent Boolean
    keyManagementServerName String
    • Key management server name.
    Href string
    • The URL at which the entity described by the link can be accessed.
    Rel string
    • 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.
    Href string
    • The URL at which the entity described by the link can be accessed.
    Rel string
    • 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.
    href String
    • The URL at which the entity described by the link can be accessed.
    rel String
    • 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.
    href string
    • The URL at which the entity described by the link can be accessed.
    rel string
    • 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.
    href str
    • The URL at which the entity described by the link can be accessed.
    rel str
    • 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.
    href String
    • The URL at which the entity described by the link can be accessed.
    rel String
    • 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.

    Package Details

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