Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg
nutanix.getHostV2
Explore with Pulumi AI
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:
- Cluster
Ext stringId - (Required) cluster uuid
- Ext
Id string - (Required) host uuid
- Cluster
Ext stringId - (Required) cluster uuid
- Ext
Id string - (Required) host uuid
- cluster
Ext StringId - (Required) cluster uuid
- ext
Id String - (Required) host uuid
- cluster
Ext stringId - (Required) cluster uuid
- ext
Id string - (Required) host uuid
- cluster_
ext_ strid - (Required) cluster uuid
- ext_
id str - (Required) host uuid
- cluster
Ext StringId - (Required) cluster uuid
- ext
Id String - (Required) host uuid
getHostV2 Result
The following output properties are available:
- Block
Model string - Rackable unit model name.
- Block
Serial string - Rackable unit serial name.
- Boot
Time intUsecs - Boot time in secs.
- Cluster
Ext stringId - Clusters
List<Piers
Karsenbarg. Nutanix. Outputs. Get Host V2Cluster> - Cluster reference for an entity.
- Controller
Vms List<PiersKarsenbarg. Nutanix. Outputs. Get Host V2Controller Vm> - Host entity with its attributes.
- Cpu
Capacity intHz - CPU capacity in Hz.
- Cpu
Frequency intHz - CPU frequency in Hz.
- Cpu
Model string - CPU model name.
- Default
Vhd stringContainer Uuid - Default VHD container UUID.
- Default
Vhd stringLocation - Default VHD location.
- Default
Vm stringContainer Uuid - Default VM container UUID.
- Default
Vm stringLocation - Default VM location.
- Disks
List<Piers
Karsenbarg. Nutanix. Outputs. Get Host V2Disk> - Disks attached to host.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Failover
Cluster stringFqdn - Failover cluster FQDN.
- Failover
Cluster stringNode Status - Failover cluster node status.
- Gpu
Driver stringVersion - GPU driver version.
- Gpu
Lists List<string> - GPU attached list.
- Has
Csr bool - Certificate signing request status.
- Host
Name string - Name of the host.
- Host
Type string - Type of the host.
HYPER_CONVERGED
: Hyper-converged node.COMPUTE_ONLY
: Compute only node.STORAGE_ONLY
: Storage only node.
- Hypervisors
List<Piers
Karsenbarg. Nutanix. Outputs. Get Host V2Hypervisor> - Hypervisor details.
- Id string
- The provider-assigned unique ID for this managed resource.
- Ipmis
List<Piers
Karsenbarg. Nutanix. Outputs. Get Host V2Ipmi> - IPMI reference.
- Is
Degraded bool - Node degraded status.
- Is
Hardware boolVirtualized - Indicates whether the hardware is virtualized or not.
- Is
Reboot boolPending - Is
Secure boolBooted - Secure boot status.
- Key
Management List<PiersDevice To Cert Statuses Karsenbarg. Nutanix. Outputs. Get Host V2Key Management Device To Cert Status> - Mapping of key management device to certificate status list.
- Links
List<Piers
Karsenbarg. Nutanix. Outputs. Get Host V2Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Maintenance
State string - Host Maintenance State.
- Memory
Size intBytes - Memory size in bytes.
- Node
Status 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.
- Number
Of intCpu Cores - Number of CPU cores.
- Number
Of intCpu Sockets - Number of CPU sockets.
- Number
Of intCpu Threads - Number of CPU threads.
- Rackable
Unit stringUuid - Rackable unit UUID.
- Tenant
Id string - image uuid.
- Block
Model string - Rackable unit model name.
- Block
Serial string - Rackable unit serial name.
- Boot
Time intUsecs - Boot time in secs.
- Cluster
Ext stringId - Clusters
[]Get
Host V2Cluster - Cluster reference for an entity.
- Controller
Vms []GetHost V2Controller Vm - Host entity with its attributes.
- Cpu
Capacity intHz - CPU capacity in Hz.
- Cpu
Frequency intHz - CPU frequency in Hz.
- Cpu
Model string - CPU model name.
- Default
Vhd stringContainer Uuid - Default VHD container UUID.
- Default
Vhd stringLocation - Default VHD location.
- Default
Vm stringContainer Uuid - Default VM container UUID.
- Default
Vm stringLocation - Default VM location.
- Disks
[]Get
Host V2Disk - Disks attached to host.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Failover
Cluster stringFqdn - Failover cluster FQDN.
- Failover
Cluster stringNode Status - Failover cluster node status.
- Gpu
Driver stringVersion - GPU driver version.
- Gpu
Lists []string - GPU attached list.
- Has
Csr bool - Certificate signing request status.
- Host
Name string - Name of the host.
- Host
Type string - Type of the host.
HYPER_CONVERGED
: Hyper-converged node.COMPUTE_ONLY
: Compute only node.STORAGE_ONLY
: Storage only node.
- Hypervisors
[]Get
Host V2Hypervisor - Hypervisor details.
- Id string
- The provider-assigned unique ID for this managed resource.
- Ipmis
[]Get
Host V2Ipmi - IPMI reference.
- Is
Degraded bool - Node degraded status.
- Is
Hardware boolVirtualized - Indicates whether the hardware is virtualized or not.
- Is
Reboot boolPending - Is
Secure boolBooted - Secure boot status.
- Key
Management []GetDevice To Cert Statuses Host V2Key Management Device To Cert Status - Mapping of key management device to certificate status list.
- Links
[]Get
Host V2Link - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Maintenance
State string - Host Maintenance State.
- Memory
Size intBytes - Memory size in bytes.
- Node
Status 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.
- Number
Of intCpu Cores - Number of CPU cores.
- Number
Of intCpu Sockets - Number of CPU sockets.
- Number
Of intCpu Threads - Number of CPU threads.
- Rackable
Unit stringUuid - Rackable unit UUID.
- Tenant
Id string - image uuid.
- block
Model String - Rackable unit model name.
- block
Serial String - Rackable unit serial name.
- boot
Time IntegerUsecs - Boot time in secs.
- cluster
Ext StringId - clusters
List<Get
Host V2Cluster> - Cluster reference for an entity.
- controller
Vms List<GetHost V2Controller Vm> - Host entity with its attributes.
- cpu
Capacity IntegerHz - CPU capacity in Hz.
- cpu
Frequency IntegerHz - CPU frequency in Hz.
- cpu
Model String - CPU model name.
- default
Vhd StringContainer Uuid - Default VHD container UUID.
- default
Vhd StringLocation - Default VHD location.
- default
Vm StringContainer Uuid - Default VM container UUID.
- default
Vm StringLocation - Default VM location.
- disks
List<Get
Host V2Disk> - Disks attached to host.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- failover
Cluster StringFqdn - Failover cluster FQDN.
- failover
Cluster StringNode Status - Failover cluster node status.
- gpu
Driver StringVersion - GPU driver version.
- gpu
Lists List<String> - GPU attached list.
- has
Csr Boolean - Certificate signing request status.
- host
Name String - Name of the host.
- host
Type String - Type of the host.
HYPER_CONVERGED
: Hyper-converged node.COMPUTE_ONLY
: Compute only node.STORAGE_ONLY
: Storage only node.
- hypervisors
List<Get
Host V2Hypervisor> - Hypervisor details.
- id String
- The provider-assigned unique ID for this managed resource.
- ipmis
List<Get
Host V2Ipmi> - IPMI reference.
- is
Degraded Boolean - Node degraded status.
- is
Hardware BooleanVirtualized - Indicates whether the hardware is virtualized or not.
- is
Reboot BooleanPending - is
Secure BooleanBooted - Secure boot status.
- key
Management List<GetDevice To Cert Statuses Host V2Key Management Device To Cert Status> - Mapping of key management device to certificate status list.
- links
List<Get
Host V2Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- maintenance
State String - Host Maintenance State.
- memory
Size IntegerBytes - Memory size in bytes.
- node
Status 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.
- number
Of IntegerCpu Cores - Number of CPU cores.
- number
Of IntegerCpu Sockets - Number of CPU sockets.
- number
Of IntegerCpu Threads - Number of CPU threads.
- rackable
Unit StringUuid - Rackable unit UUID.
- tenant
Id String - image uuid.
- block
Model string - Rackable unit model name.
- block
Serial string - Rackable unit serial name.
- boot
Time numberUsecs - Boot time in secs.
- cluster
Ext stringId - clusters
Get
Host V2Cluster[] - Cluster reference for an entity.
- controller
Vms GetHost V2Controller Vm[] - Host entity with its attributes.
- cpu
Capacity numberHz - CPU capacity in Hz.
- cpu
Frequency numberHz - CPU frequency in Hz.
- cpu
Model string - CPU model name.
- default
Vhd stringContainer Uuid - Default VHD container UUID.
- default
Vhd stringLocation - Default VHD location.
- default
Vm stringContainer Uuid - Default VM container UUID.
- default
Vm stringLocation - Default VM location.
- disks
Get
Host V2Disk[] - Disks attached to host.
- ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- failover
Cluster stringFqdn - Failover cluster FQDN.
- failover
Cluster stringNode Status - Failover cluster node status.
- gpu
Driver stringVersion - GPU driver version.
- gpu
Lists string[] - GPU attached list.
- has
Csr boolean - Certificate signing request status.
- host
Name string - Name of the host.
- host
Type string - Type of the host.
HYPER_CONVERGED
: Hyper-converged node.COMPUTE_ONLY
: Compute only node.STORAGE_ONLY
: Storage only node.
- hypervisors
Get
Host V2Hypervisor[] - Hypervisor details.
- id string
- The provider-assigned unique ID for this managed resource.
- ipmis
Get
Host V2Ipmi[] - IPMI reference.
- is
Degraded boolean - Node degraded status.
- is
Hardware booleanVirtualized - Indicates whether the hardware is virtualized or not.
- is
Reboot booleanPending - is
Secure booleanBooted - Secure boot status.
- key
Management GetDevice To Cert Statuses Host V2Key Management Device To Cert Status[] - Mapping of key management device to certificate status list.
- links
Get
Host V2Link[] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- maintenance
State string - Host Maintenance State.
- memory
Size numberBytes - Memory size in bytes.
- node
Status 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.
- number
Of numberCpu Cores - Number of CPU cores.
- number
Of numberCpu Sockets - Number of CPU sockets.
- number
Of numberCpu Threads - Number of CPU threads.
- rackable
Unit stringUuid - Rackable unit UUID.
- tenant
Id string - image uuid.
- block_
model str - Rackable unit model name.
- block_
serial str - Rackable unit serial name.
- boot_
time_ intusecs - Boot time in secs.
- cluster_
ext_ strid - clusters
Sequence[Get
Host V2Cluster] - Cluster reference for an entity.
- controller_
vms Sequence[GetHost V2Controller Vm] - Host entity with its attributes.
- cpu_
capacity_ inthz - CPU capacity in Hz.
- cpu_
frequency_ inthz - CPU frequency in Hz.
- cpu_
model str - CPU model name.
- default_
vhd_ strcontainer_ uuid - Default VHD container UUID.
- default_
vhd_ strlocation - Default VHD location.
- default_
vm_ strcontainer_ uuid - Default VM container UUID.
- default_
vm_ strlocation - Default VM location.
- disks
Sequence[Get
Host V2Disk] - Disks attached to host.
- ext_
id str - A globally unique identifier of an instance that is suitable for external consumption.
- failover_
cluster_ strfqdn - Failover cluster FQDN.
- failover_
cluster_ strnode_ status - Failover cluster node status.
- gpu_
driver_ strversion - 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[Get
Host V2Hypervisor] - Hypervisor details.
- id str
- The provider-assigned unique ID for this managed resource.
- ipmis
Sequence[Get
Host V2Ipmi] - IPMI reference.
- is_
degraded bool - Node degraded status.
- is_
hardware_ boolvirtualized - Indicates whether the hardware is virtualized or not.
- is_
reboot_ boolpending - is_
secure_ boolbooted - Secure boot status.
- key_
management_ Sequence[Getdevice_ to_ cert_ statuses Host V2Key Management Device To Cert Status] - Mapping of key management device to certificate status list.
- links
Sequence[Get
Host V2Link] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- maintenance_
state str - Host Maintenance State.
- memory_
size_ intbytes - 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_ intcpu_ cores - Number of CPU cores.
- number_
of_ intcpu_ sockets - Number of CPU sockets.
- number_
of_ intcpu_ threads - Number of CPU threads.
- rackable_
unit_ struuid - Rackable unit UUID.
- tenant_
id str - image uuid.
- block
Model String - Rackable unit model name.
- block
Serial String - Rackable unit serial name.
- boot
Time NumberUsecs - Boot time in secs.
- cluster
Ext StringId - clusters List<Property Map>
- Cluster reference for an entity.
- controller
Vms List<Property Map> - Host entity with its attributes.
- cpu
Capacity NumberHz - CPU capacity in Hz.
- cpu
Frequency NumberHz - CPU frequency in Hz.
- cpu
Model String - CPU model name.
- default
Vhd StringContainer Uuid - Default VHD container UUID.
- default
Vhd StringLocation - Default VHD location.
- default
Vm StringContainer Uuid - Default VM container UUID.
- default
Vm StringLocation - Default VM location.
- disks List<Property Map>
- Disks attached to host.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- failover
Cluster StringFqdn - Failover cluster FQDN.
- failover
Cluster StringNode Status - Failover cluster node status.
- gpu
Driver StringVersion - GPU driver version.
- gpu
Lists List<String> - GPU attached list.
- has
Csr Boolean - Certificate signing request status.
- host
Name String - Name of the host.
- host
Type 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.
- is
Degraded Boolean - Node degraded status.
- is
Hardware BooleanVirtualized - Indicates whether the hardware is virtualized or not.
- is
Reboot BooleanPending - is
Secure BooleanBooted - Secure boot status.
- key
Management List<Property Map>Device To Cert Statuses - 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.
- maintenance
State String - Host Maintenance State.
- memory
Size NumberBytes - Memory size in bytes.
- node
Status 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.
- number
Of NumberCpu Cores - Number of CPU cores.
- number
Of NumberCpu Sockets - Number of CPU sockets.
- number
Of NumberCpu Threads - Number of CPU threads.
- rackable
Unit StringUuid - Rackable unit UUID.
- tenant
Id String - image uuid.
Supporting Types
GetHostV2Cluster
GetHostV2ControllerVm
- Backplane
Addresses List<PiersKarsenbarg. Nutanix. Inputs. Get Host V2Controller Vm Backplane Address> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- External
Addresses List<PiersKarsenbarg. Nutanix. Inputs. Get Host V2Controller Vm External Address> - 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 List<PiersKarsenbarg. Nutanix. Inputs. Get Host V2Controller Vm Nat Ip> - 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 List<PiersAddresses Karsenbarg. Nutanix. Inputs. Get Host V2Controller Vm Rdma Backplane Address> - RDMA backplane address.
- Backplane
Addresses []GetHost V2Controller Vm Backplane Address - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- External
Addresses []GetHost V2Controller Vm External Address - 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 []GetHost V2Controller Vm Nat Ip - 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 []GetAddresses Host V2Controller Vm Rdma Backplane Address - RDMA backplane address.
- backplane
Addresses List<GetHost V2Controller Vm Backplane Address> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- external
Addresses List<GetHost V2Controller Vm External Address> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- id Integer
- Controller VM Id.
- maintenance
Mode Boolean - Maintenance mode status.
- nat
Ips List<GetHost V2Controller Vm Nat Ip> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- nat
Port Integer - NAT port.
- rdma
Backplane List<GetAddresses Host V2Controller Vm Rdma Backplane Address> - RDMA backplane address.
- backplane
Addresses GetHost V2Controller Vm Backplane Address[] - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- external
Addresses GetHost V2Controller Vm External Address[] - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- id number
- Controller VM Id.
- maintenance
Mode boolean - Maintenance mode status.
- nat
Ips GetHost V2Controller Vm Nat Ip[] - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- nat
Port number - NAT port.
- rdma
Backplane GetAddresses Host V2Controller Vm Rdma Backplane Address[] - RDMA backplane address.
- backplane_
addresses Sequence[GetHost V2Controller Vm Backplane Address] - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- external_
addresses Sequence[GetHost V2Controller Vm External Address] - 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[GetHost V2Controller Vm Nat Ip] - 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_ Sequence[Getaddresses Host V2Controller Vm Rdma Backplane Address] - RDMA backplane address.
- backplane
Addresses List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- external
Addresses 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.
- maintenance
Mode Boolean - Maintenance mode status.
- nat
Ips List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- nat
Port Number - NAT port.
- rdma
Backplane List<Property Map>Addresses - RDMA backplane address.
GetHostV2ControllerVmBackplaneAddress
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Host V2Controller Vm Backplane Address Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Host V2Controller Vm Backplane Address Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Ipv4s
[]Get
Host V2Controller Vm Backplane Address Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
[]Get
Host V2Controller Vm Backplane Address Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
List<Get
Host V2Controller Vm Backplane Address Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
List<Get
Host V2Controller Vm Backplane Address Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
Get
Host V2Controller Vm Backplane Address Ipv4[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Get
Host V2Controller Vm Backplane Address Ipv6[] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
Sequence[Get
Host V2Controller Vm Backplane Address Ipv4] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Sequence[Get
Host V2Controller Vm Backplane Address Ipv6] - 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.
- 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.
- 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.
- prefix
Length 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.
- prefix
Length 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.
- prefix
Length 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.
- 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.
- 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.
- prefix
Length 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.
- prefix
Length 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.
- prefix
Length Number - The prefix length of the network to which this host IPv6 address belongs.
GetHostV2ControllerVmExternalAddress
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Host V2Controller Vm External Address Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Host V2Controller Vm External Address Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Ipv4s
[]Get
Host V2Controller Vm External Address Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
[]Get
Host V2Controller Vm External Address Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
List<Get
Host V2Controller Vm External Address Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
List<Get
Host V2Controller Vm External Address Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
Get
Host V2Controller Vm External Address Ipv4[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Get
Host V2Controller Vm External Address Ipv6[] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
Sequence[Get
Host V2Controller Vm External Address Ipv4] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Sequence[Get
Host V2Controller Vm External Address Ipv6] - 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.
- 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.
- 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.
- prefix
Length 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.
- prefix
Length 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.
- prefix
Length 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.
- 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.
- 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.
- prefix
Length 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.
- prefix
Length 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.
- prefix
Length Number - The prefix length of the network to which this host IPv6 address belongs.
GetHostV2ControllerVmNatIp
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Host V2Controller Vm Nat Ip Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Host V2Controller Vm Nat Ip Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Ipv4s
[]Get
Host V2Controller Vm Nat Ip Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
[]Get
Host V2Controller Vm Nat Ip Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
List<Get
Host V2Controller Vm Nat Ip Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
List<Get
Host V2Controller Vm Nat Ip Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
Get
Host V2Controller Vm Nat Ip Ipv4[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Get
Host V2Controller Vm Nat Ip Ipv6[] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
Sequence[Get
Host V2Controller Vm Nat Ip Ipv4] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Sequence[Get
Host V2Controller Vm Nat Ip Ipv6] - 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.
- 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.
- 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.
- prefix
Length 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.
- prefix
Length 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.
- prefix
Length 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.
- 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.
- 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.
- prefix
Length 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.
- prefix
Length 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.
- prefix
Length Number - The prefix length of the network to which this host IPv6 address belongs.
GetHostV2ControllerVmRdmaBackplaneAddress
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Host V2Controller Vm Rdma Backplane Address Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Host V2Controller Vm Rdma Backplane Address Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Ipv4s
[]Get
Host V2Controller Vm Rdma Backplane Address Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
[]Get
Host V2Controller Vm Rdma Backplane Address Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
List<Get
Host V2Controller Vm Rdma Backplane Address Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
List<Get
Host V2Controller Vm Rdma Backplane Address Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
Get
Host V2Controller Vm Rdma Backplane Address Ipv4[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Get
Host V2Controller Vm Rdma Backplane Address Ipv6[] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
Sequence[Get
Host V2Controller Vm Rdma Backplane Address Ipv4] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Sequence[Get
Host V2Controller Vm Rdma Backplane Address Ipv6] - 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.
- 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.
- 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.
- prefix
Length 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.
- prefix
Length 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.
- prefix
Length 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.
- 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.
- 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.
- prefix
Length 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.
- prefix
Length 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.
- prefix
Length Number - The prefix length of the network to which this host IPv6 address belongs.
GetHostV2Disk
- Mount
Path string - Disk mount path.
- Serial
Id string - Disk serial Id.
- Size
In intBytes - Disk size.
- Storage
Tier 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 string - Disk mount path.
- Serial
Id string - Disk serial Id.
- Size
In intBytes - Disk size.
- Storage
Tier 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 String - Disk mount path.
- serial
Id String - Disk serial Id.
- size
In IntegerBytes - Disk size.
- storage
Tier 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 string - Disk mount path.
- serial
Id string - Disk serial Id.
- size
In numberBytes - Disk size.
- storage
Tier 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_ intbytes - 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.
- mount
Path String - Disk mount path.
- serial
Id String - Disk serial Id.
- size
In NumberBytes - Disk size.
- storage
Tier 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
- Acropolis
Connection stringState - Status of Acropolis connection to hypervisor.
DISCONNECTED
: Acropolis disconnected.CONNECTED
: Acropolis connected.
- External
Addresses List<PiersKarsenbarg. Nutanix. Inputs. Get Host V2Hypervisor External Address> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- Full
Name string - Hypervisor full name.
- Number
Of intVms - 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.
- User
Name string - Hypervisor user name.
- Acropolis
Connection stringState - Status of Acropolis connection to hypervisor.
DISCONNECTED
: Acropolis disconnected.CONNECTED
: Acropolis connected.
- External
Addresses []GetHost V2Hypervisor External Address - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- Full
Name string - Hypervisor full name.
- Number
Of intVms - 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.
- User
Name string - Hypervisor user name.
- acropolis
Connection StringState - Status of Acropolis connection to hypervisor.
DISCONNECTED
: Acropolis disconnected.CONNECTED
: Acropolis connected.
- external
Addresses List<GetHost V2Hypervisor External Address> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- full
Name String - Hypervisor full name.
- number
Of IntegerVms - 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.
- user
Name String - Hypervisor user name.
- acropolis
Connection stringState - Status of Acropolis connection to hypervisor.
DISCONNECTED
: Acropolis disconnected.CONNECTED
: Acropolis connected.
- external
Addresses GetHost V2Hypervisor External Address[] - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- full
Name string - Hypervisor full name.
- number
Of numberVms - 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.
- user
Name string - Hypervisor user name.
- acropolis_
connection_ strstate - Status of Acropolis connection to hypervisor.
DISCONNECTED
: Acropolis disconnected.CONNECTED
: Acropolis connected.
- external_
addresses Sequence[GetHost V2Hypervisor External Address] - 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_ intvms - 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.
- acropolis
Connection StringState - Status of Acropolis connection to hypervisor.
DISCONNECTED
: Acropolis disconnected.CONNECTED
: Acropolis connected.
- external
Addresses List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- full
Name String - Hypervisor full name.
- number
Of NumberVms - 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.
- user
Name String - Hypervisor user name.
GetHostV2HypervisorExternalAddress
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Host V2Hypervisor External Address Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Host V2Hypervisor External Address Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Ipv4s
[]Get
Host V2Hypervisor External Address Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
[]Get
Host V2Hypervisor External Address Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
List<Get
Host V2Hypervisor External Address Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
List<Get
Host V2Hypervisor External Address Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
Get
Host V2Hypervisor External Address Ipv4[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Get
Host V2Hypervisor External Address Ipv6[] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
Sequence[Get
Host V2Hypervisor External Address Ipv4] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Sequence[Get
Host V2Hypervisor External Address Ipv6] - 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.
- 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.
- 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.
- prefix
Length 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.
- prefix
Length 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.
- prefix
Length 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.
- 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.
- 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.
- prefix
Length 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.
- prefix
Length 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.
- prefix
Length Number - The prefix length of the network to which this host IPv6 address belongs.
GetHostV2Ipmi
- Ips
List<Piers
Karsenbarg. Nutanix. Inputs. Get Host V2Ipmi Ip> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- Username string
- IPMI username.
- Ips
[]Get
Host V2Ipmi Ip - 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<Get
Host V2Ipmi Ip> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- username String
- IPMI username.
- ips
Get
Host V2Ipmi Ip[] - 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[Get
Host V2Ipmi Ip] - 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<Piers
Karsenbarg. Nutanix. Inputs. Get Host V2Ipmi Ip Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Host V2Ipmi Ip Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- Ipv4s
[]Get
Host V2Ipmi Ip Ipv4 - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Ipv6s
[]Get
Host V2Ipmi Ip Ipv6 - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
List<Get
Host V2Ipmi Ip Ipv4> - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
List<Get
Host V2Ipmi Ip Ipv6> - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
Get
Host V2Ipmi Ip Ipv4[] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Get
Host V2Ipmi Ip Ipv6[] - An unique address that identifies a device on the internet or a local network in IPv6 format.
- ipv4s
Sequence[Get
Host V2Ipmi Ip Ipv4] - An unique address that identifies a device on the internet or a local network in IPv4 format.
- ipv6s
Sequence[Get
Host V2Ipmi Ip Ipv6] - 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.
- 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.
- 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.
- prefix
Length 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.
- prefix
Length 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.
- prefix
Length 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.
- 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.
- 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.
- prefix
Length 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.
- prefix
Length 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.
- prefix
Length Number - The prefix length of the network to which this host IPv6 address belongs.
GetHostV2KeyManagementDeviceToCertStatus
- Is
Certificate boolPresent - Key
Management stringServer Name - Key management server name.
- Is
Certificate boolPresent - Key
Management stringServer Name - Key management server name.
- is
Certificate BooleanPresent - key
Management StringServer Name - Key management server name.
- is
Certificate booleanPresent - key
Management stringServer Name - Key management server name.
- is_
certificate_ boolpresent - key_
management_ strserver_ name - Key management server name.
- is
Certificate BooleanPresent - key
Management StringServer Name - Key management server name.
GetHostV2Link
Package Details
- Repository
- nutanix pierskarsenbarg/pulumi-nutanix
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
nutanix
Terraform Provider.