nutanix.getHostsV2
Explore with Pulumi AI
Describes the Lists of all host entities across clusters registered to Prism Central.
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
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 example = NutanixFunctions.getHostV2(GetHostV2Args.builder()
.filter("cluster/name eq '<cluster name>'")
.build());
}
}
variables:
example:
fn::invoke:
function: nutanix:getHostV2
arguments:
filter: cluster/name eq '<cluster name>'
Host Entities
The host_entities attribute supports the following:
ext_id
: - A globally unique identifier of an instance that is suitable for external consumption.tenant_id
: - image uuid.links
: - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.host_name
: - Name of the host.host_type
: - Type of the host.HYPER_CONVERGED
: Hyper-converged node.COMPUTE_ONLY
: Compute only node.STORAGE_ONLY
: Storage only node.
hypervisor
: - Hypervisor details.cluster
: - Cluster reference for an entity.controller_vm
: - Host entity with its attributes.disk
: - Disks attached to host.is_degraded
: - Node degraded status.is_secure_booted
: - Secure boot status.is_hardware_virtualized
: - Indicates whether the hardware is virtualized or not.has_csr
: - Certificate signing request status.key_management_device_to_cert_status
: - Mapping of key management device to certificate status list.number_of_cpu_cores
: - Number of CPU cores.number_of_cpu_threads
: - Number of CPU threads.number_of_cpu_sockets
: - Number of CPU sockets.cpu_capacity_hz
: - CPU capacity in Hz.cpu_frequency_hz
: - CPU frequency in Hz.cpu_model
: - CPU model name.gpu_driver_version
: - GPU driver version.gpu_list
: - GPU attached list.default_vhd_location
: - Default VHD location.default_vhd_container_uuid
: - Default VHD container UUID.default_vm_location
: - Default VM location.default_vm_container_uuid
: - Default VM container UUID.reboot_pending
: - Reboot pending status.failover_cluster_fqdn
: - Failover cluster FQDN.failover_cluster_node_status
: - Failover cluster node status.boot_time_usecs
: - Boot time in secs.memory_size_bytes
: - Memory size in bytes.block_serial
: - Rackable unit serial name.block_model
: - Rackable unit model name.maintenance_state
: - Host Maintenance State.node_status
: - 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.
Links
The links attribute supports the following:
href
: - The URL at which the entity described by the link can be accessed.rel
: - A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of “self” identifies the URL for the object.
Hypervisor
The hypervisor attribute supports the following:
external_address
: - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.user_name
: - Hypervisor user name.full_name
: - Hypervisor full name.type
: - Hypervisor type.XEN
: Xen hypervisor.HYPERV
: HyperV hypervisor.ESX
: ESX hypervisor.AHV
: AHV hypervisor.
number_of_vms
: - Number of VMs.state
: - 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.
acropolis_connection_state
: - Status of Acropolis connection to hypervisor.DISCONNECTED
: Acropolis disconnected.CONNECTED
: Acropolis connected.
Cluster
The cluster attribute supports the following:
uuid
: - Cluster UUID.name
: - Cluster name. This is part of payload for both cluster create & update operations.
Controller VM
The controller_vm attribute supports the following:
id
: - Controller VM Id.external_address
: - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.backplane_address
: - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.rdma_backplane_address
: - RDMA backplane address.ipmi
: - IPMI reference.nat_ip
: - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.nat_port
: - NAT port.maintenance_mode
: - Maintenance mode status.rackable_unit_uuid
: - Rackable unit UUID.
Disk
The disk attribute supports the following:
uuid
: - Disk UUID.mount_path
: - Disk mount path.size_in_bytes
: - Disk size.serial_id
: - Disk serial Id.storage_tier
: - Disk storage Tier type.HDD
: HDD storage tier.PCIE_SSD
: PCIE SSD storage tier.SATA_SSD
: SATA SSD storage tier.
key Management Device To Cert Status
The key_management_device_to_cert_status attribute supports the following:
key_management_server_name
: - Key management server name.status
: - Certificate status.
external Address
The external_address attribute supports the following:
ipv4
: - An unique address that identifies a device on the internet or a local network in IPv4 format.ipv6
: - An unique address that identifies a device on the internet or a local network in IPv6 format.
Backplane Address
The backplane_address attribute supports the following:
ipv4
: - An unique address that identifies a device on the internet or a local network in IPv4 format.ipv6
: - An unique address that identifies a device on the internet or a local network in IPv6 format.
Rdma Backplane Address
The rdma_backplane_address attribute supports the following:
ipv4
: - An unique address that identifies a device on the internet or a local network in IPv4 format.ipv6
: - An unique address that identifies a device on the internet or a local network in IPv6 format.
ipmi
The ipmi attribute supports the following:
ip
: - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.username
: - IPMI username.
Nat Ip
The nat_ip attribute supports the following:
ipv4
: - An unique address that identifies a device on the internet or a local network in IPv4 format.ipv6
: - An unique address that identifies a device on the internet or a local network in IPv6 format.
ip
The ip attribute supports the following:
ipv4
: - An unique address that identifies a device on the internet or a local network in IPv4 format.ipv6
: - An unique address that identifies a device on the internet or a local network in IPv6 format.
IPV4
The ipv4 attribute supports the following:
value
: - An unique address that identifies a device on the internet or a local network in IPv4 format.prefix_length
: - The prefix length of the network to which this host IPv4 address belongs.
IPV6
The ipv6 attribute supports the following:
value
: - An unique address that identifies a device on the internet or a local network in IPv6 format.prefix_length
: - The prefix length of the network to which this host IPv6 address belongs.
See detailed information in Nutanix Hosts V4.
Using getHostsV2
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 getHostsV2(args: GetHostsV2Args, opts?: InvokeOptions): Promise<GetHostsV2Result>
function getHostsV2Output(args: GetHostsV2OutputArgs, opts?: InvokeOptions): Output<GetHostsV2Result>
def get_hosts_v2(apply: Optional[str] = None,
filter: Optional[str] = None,
limit: Optional[int] = None,
order_by: Optional[str] = None,
page: Optional[int] = None,
select: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetHostsV2Result
def get_hosts_v2_output(apply: Optional[pulumi.Input[str]] = None,
filter: Optional[pulumi.Input[str]] = None,
limit: Optional[pulumi.Input[int]] = None,
order_by: Optional[pulumi.Input[str]] = None,
page: Optional[pulumi.Input[int]] = None,
select: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetHostsV2Result]
func GetHostsV2(ctx *Context, args *GetHostsV2Args, opts ...InvokeOption) (*GetHostsV2Result, error)
func GetHostsV2Output(ctx *Context, args *GetHostsV2OutputArgs, opts ...InvokeOption) GetHostsV2ResultOutput
> Note: This function is named GetHostsV2
in the Go SDK.
public static class GetHostsV2
{
public static Task<GetHostsV2Result> InvokeAsync(GetHostsV2Args args, InvokeOptions? opts = null)
public static Output<GetHostsV2Result> Invoke(GetHostsV2InvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetHostsV2Result> getHostsV2(GetHostsV2Args args, InvokeOptions options)
public static Output<GetHostsV2Result> getHostsV2(GetHostsV2Args args, InvokeOptions options)
fn::invoke:
function: nutanix:index/getHostsV2:getHostsV2
arguments:
# arguments dictionary
The following arguments are supported:
- Apply string
- -(Optional) A URL query parameter that allows clients to specify a sequence of transformations to the entity set, such as groupby, filter, aggregate etc. As of now only support for groupby exists.For example '$apply=groupby((templateName))' would get all templates grouped by templateName. The groupby can be applied on the following fields:
cluster/name
hypervisor/type
- Filter string
- -(Optional) A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions. For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'. The filter can be applied to the following fields:
bootTimeUsecs
cluster/name
cluster/uuid
cpuCapacityHz
cpuFrequencyHz
cpuModel
defaultVhdContainerUuid
defaultVhdLocation
defaultVmContainerUuid
defaultVmLocation
extId
gpuDriverVersion
gpuList
hostName
hypervisor/type
memorySizeBytes
numberOfCpuCores
numberOfCpuSockets
numberOfCpuThreads
- Limit int
- -(Optional) A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
- Order
By string - Page int
- -(Optional) A query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource.
- Select string
- -(Optional) A query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned. The select can be applied to the following fields:
blockModel
blockSerial
bootTimeUsecs
- Apply string
- -(Optional) A URL query parameter that allows clients to specify a sequence of transformations to the entity set, such as groupby, filter, aggregate etc. As of now only support for groupby exists.For example '$apply=groupby((templateName))' would get all templates grouped by templateName. The groupby can be applied on the following fields:
cluster/name
hypervisor/type
- Filter string
- -(Optional) A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions. For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'. The filter can be applied to the following fields:
bootTimeUsecs
cluster/name
cluster/uuid
cpuCapacityHz
cpuFrequencyHz
cpuModel
defaultVhdContainerUuid
defaultVhdLocation
defaultVmContainerUuid
defaultVmLocation
extId
gpuDriverVersion
gpuList
hostName
hypervisor/type
memorySizeBytes
numberOfCpuCores
numberOfCpuSockets
numberOfCpuThreads
- Limit int
- -(Optional) A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
- Order
By string - Page int
- -(Optional) A query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource.
- Select string
- -(Optional) A query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned. The select can be applied to the following fields:
blockModel
blockSerial
bootTimeUsecs
- apply String
- -(Optional) A URL query parameter that allows clients to specify a sequence of transformations to the entity set, such as groupby, filter, aggregate etc. As of now only support for groupby exists.For example '$apply=groupby((templateName))' would get all templates grouped by templateName. The groupby can be applied on the following fields:
cluster/name
hypervisor/type
- filter String
- -(Optional) A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions. For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'. The filter can be applied to the following fields:
bootTimeUsecs
cluster/name
cluster/uuid
cpuCapacityHz
cpuFrequencyHz
cpuModel
defaultVhdContainerUuid
defaultVhdLocation
defaultVmContainerUuid
defaultVmLocation
extId
gpuDriverVersion
gpuList
hostName
hypervisor/type
memorySizeBytes
numberOfCpuCores
numberOfCpuSockets
numberOfCpuThreads
- limit Integer
- -(Optional) A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
- order
By String - page Integer
- -(Optional) A query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource.
- select String
- -(Optional) A query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned. The select can be applied to the following fields:
blockModel
blockSerial
bootTimeUsecs
- apply string
- -(Optional) A URL query parameter that allows clients to specify a sequence of transformations to the entity set, such as groupby, filter, aggregate etc. As of now only support for groupby exists.For example '$apply=groupby((templateName))' would get all templates grouped by templateName. The groupby can be applied on the following fields:
cluster/name
hypervisor/type
- filter string
- -(Optional) A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions. For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'. The filter can be applied to the following fields:
bootTimeUsecs
cluster/name
cluster/uuid
cpuCapacityHz
cpuFrequencyHz
cpuModel
defaultVhdContainerUuid
defaultVhdLocation
defaultVmContainerUuid
defaultVmLocation
extId
gpuDriverVersion
gpuList
hostName
hypervisor/type
memorySizeBytes
numberOfCpuCores
numberOfCpuSockets
numberOfCpuThreads
- limit number
- -(Optional) A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
- order
By string - page number
- -(Optional) A query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource.
- select string
- -(Optional) A query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned. The select can be applied to the following fields:
blockModel
blockSerial
bootTimeUsecs
- apply str
- -(Optional) A URL query parameter that allows clients to specify a sequence of transformations to the entity set, such as groupby, filter, aggregate etc. As of now only support for groupby exists.For example '$apply=groupby((templateName))' would get all templates grouped by templateName. The groupby can be applied on the following fields:
cluster/name
hypervisor/type
- filter str
- -(Optional) A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions. For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'. The filter can be applied to the following fields:
bootTimeUsecs
cluster/name
cluster/uuid
cpuCapacityHz
cpuFrequencyHz
cpuModel
defaultVhdContainerUuid
defaultVhdLocation
defaultVmContainerUuid
defaultVmLocation
extId
gpuDriverVersion
gpuList
hostName
hypervisor/type
memorySizeBytes
numberOfCpuCores
numberOfCpuSockets
numberOfCpuThreads
- limit int
- -(Optional) A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
- order_
by str - page int
- -(Optional) A query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource.
- select str
- -(Optional) A query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned. The select can be applied to the following fields:
blockModel
blockSerial
bootTimeUsecs
- apply String
- -(Optional) A URL query parameter that allows clients to specify a sequence of transformations to the entity set, such as groupby, filter, aggregate etc. As of now only support for groupby exists.For example '$apply=groupby((templateName))' would get all templates grouped by templateName. The groupby can be applied on the following fields:
cluster/name
hypervisor/type
- filter String
- -(Optional) A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions. For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'. The filter can be applied to the following fields:
bootTimeUsecs
cluster/name
cluster/uuid
cpuCapacityHz
cpuFrequencyHz
cpuModel
defaultVhdContainerUuid
defaultVhdLocation
defaultVmContainerUuid
defaultVmLocation
extId
gpuDriverVersion
gpuList
hostName
hypervisor/type
memorySizeBytes
numberOfCpuCores
numberOfCpuSockets
numberOfCpuThreads
- limit Number
- -(Optional) A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
- order
By String - page Number
- -(Optional) A query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource.
- select String
- -(Optional) A query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned. The select can be applied to the following fields:
blockModel
blockSerial
bootTimeUsecs
getHostsV2 Result
The following output properties are available:
- Host
Entities List<PiersKarsenbarg. Nutanix. Outputs. Get Hosts V2Host Entity> - Lists all host entities across clusters registered to Prism Central.
- Id string
- The provider-assigned unique ID for this managed resource.
- Apply string
- Filter string
- Limit int
- Order
By string - Page int
- Select string
- Host
Entities []GetHosts V2Host Entity - Lists all host entities across clusters registered to Prism Central.
- Id string
- The provider-assigned unique ID for this managed resource.
- Apply string
- Filter string
- Limit int
- Order
By string - Page int
- Select string
- host
Entities List<GetHosts V2Host Entity> - Lists all host entities across clusters registered to Prism Central.
- id String
- The provider-assigned unique ID for this managed resource.
- apply String
- filter String
- limit Integer
- order
By String - page Integer
- select String
- host
Entities GetHosts V2Host Entity[] - Lists all host entities across clusters registered to Prism Central.
- id string
- The provider-assigned unique ID for this managed resource.
- apply string
- filter string
- limit number
- order
By string - page number
- select string
- host_
entities Sequence[GetHosts V2Host Entity] - Lists all host entities across clusters registered to Prism Central.
- id str
- The provider-assigned unique ID for this managed resource.
- apply str
- filter str
- limit int
- order_
by str - page int
- select str
- host
Entities List<Property Map> - Lists all host entities across clusters registered to Prism Central.
- id String
- The provider-assigned unique ID for this managed resource.
- apply String
- filter String
- limit Number
- order
By String - page Number
- select String
Supporting Types
GetHostsV2HostEntity
- Block
Model string - Block
Serial string - Boot
Time intUsecs - Cluster
Ext stringId - Clusters
List<Piers
Karsenbarg. Nutanix. Inputs. Get Hosts V2Host Entity Cluster> cpuCapacityHz
cpuFrequencyHz
cpuModel
defaultVhdContainerUuid
defaultVhdLocation
defaultVmContainerUuid
defaultVmLocation
failoverClusterFqdn
failoverClusterNodeStatus
gpuDriverVersion
gpuList
hostName
hostType
maintenanceState
memorySizeBytes
nodeStatus
numberOfCpuCores
numberOfCpuSockets
numberOfCpuThreads
rebootPending
- Controller
Vms List<PiersKarsenbarg. Nutanix. Inputs. Get Hosts V2Host Entity Controller Vm> - Cpu
Capacity intHz - Cpu
Frequency intHz - Cpu
Model string - Default
Vhd stringContainer Uuid - Default
Vhd stringLocation - Default
Vm stringContainer Uuid - Default
Vm stringLocation - Disks
List<Piers
Karsenbarg. Nutanix. Inputs. Get Hosts V2Host Entity Disk> - Ext
Id string - Failover
Cluster stringFqdn - Failover
Cluster stringNode Status - Gpu
Driver stringVersion - Gpu
Lists List<string> - Has
Csr bool - Host
Name string - Host
Type string - Hypervisors
List<Piers
Karsenbarg. Nutanix. Inputs. Get Hosts V2Host Entity Hypervisor> - Ipmis
List<Piers
Karsenbarg. Nutanix. Inputs. Get Hosts V2Host Entity Ipmi> - Is
Degraded bool - Is
Hardware boolVirtualized - Is
Reboot boolPending - Is
Secure boolBooted - Key
Management List<PiersDevice To Cert Statuses Karsenbarg. Nutanix. Inputs. Get Hosts V2Host Entity Key Management Device To Cert Status> - Links
List<Piers
Karsenbarg. Nutanix. Inputs. Get Hosts V2Host Entity Link> - Maintenance
State string - Memory
Size intBytes - Node
Status string - Number
Of intCpu Cores - Number
Of intCpu Sockets - Number
Of intCpu Threads - Rackable
Unit stringUuid - Tenant
Id string
- Block
Model string - Block
Serial string - Boot
Time intUsecs - Cluster
Ext stringId - Clusters
[]Get
Hosts V2Host Entity Cluster cpuCapacityHz
cpuFrequencyHz
cpuModel
defaultVhdContainerUuid
defaultVhdLocation
defaultVmContainerUuid
defaultVmLocation
failoverClusterFqdn
failoverClusterNodeStatus
gpuDriverVersion
gpuList
hostName
hostType
maintenanceState
memorySizeBytes
nodeStatus
numberOfCpuCores
numberOfCpuSockets
numberOfCpuThreads
rebootPending
- Controller
Vms []GetHosts V2Host Entity Controller Vm - Cpu
Capacity intHz - Cpu
Frequency intHz - Cpu
Model string - Default
Vhd stringContainer Uuid - Default
Vhd stringLocation - Default
Vm stringContainer Uuid - Default
Vm stringLocation - Disks
[]Get
Hosts V2Host Entity Disk - Ext
Id string - Failover
Cluster stringFqdn - Failover
Cluster stringNode Status - Gpu
Driver stringVersion - Gpu
Lists []string - Has
Csr bool - Host
Name string - Host
Type string - Hypervisors
[]Get
Hosts V2Host Entity Hypervisor - Ipmis
[]Get
Hosts V2Host Entity Ipmi - Is
Degraded bool - Is
Hardware boolVirtualized - Is
Reboot boolPending - Is
Secure boolBooted - Key
Management []GetDevice To Cert Statuses Hosts V2Host Entity Key Management Device To Cert Status - Links
[]Get
Hosts V2Host Entity Link - Maintenance
State string - Memory
Size intBytes - Node
Status string - Number
Of intCpu Cores - Number
Of intCpu Sockets - Number
Of intCpu Threads - Rackable
Unit stringUuid - Tenant
Id string
- block
Model String - block
Serial String - boot
Time IntegerUsecs - cluster
Ext StringId - clusters
List<Get
Hosts V2Host Entity Cluster> cpuCapacityHz
cpuFrequencyHz
cpuModel
defaultVhdContainerUuid
defaultVhdLocation
defaultVmContainerUuid
defaultVmLocation
failoverClusterFqdn
failoverClusterNodeStatus
gpuDriverVersion
gpuList
hostName
hostType
maintenanceState
memorySizeBytes
nodeStatus
numberOfCpuCores
numberOfCpuSockets
numberOfCpuThreads
rebootPending
- controller
Vms List<GetHosts V2Host Entity Controller Vm> - cpu
Capacity IntegerHz - cpu
Frequency IntegerHz - cpu
Model String - default
Vhd StringContainer Uuid - default
Vhd StringLocation - default
Vm StringContainer Uuid - default
Vm StringLocation - disks
List<Get
Hosts V2Host Entity Disk> - ext
Id String - failover
Cluster StringFqdn - failover
Cluster StringNode Status - gpu
Driver StringVersion - gpu
Lists List<String> - has
Csr Boolean - host
Name String - host
Type String - hypervisors
List<Get
Hosts V2Host Entity Hypervisor> - ipmis
List<Get
Hosts V2Host Entity Ipmi> - is
Degraded Boolean - is
Hardware BooleanVirtualized - is
Reboot BooleanPending - is
Secure BooleanBooted - key
Management List<GetDevice To Cert Statuses Hosts V2Host Entity Key Management Device To Cert Status> - links
List<Get
Hosts V2Host Entity Link> - maintenance
State String - memory
Size IntegerBytes - node
Status String - number
Of IntegerCpu Cores - number
Of IntegerCpu Sockets - number
Of IntegerCpu Threads - rackable
Unit StringUuid - tenant
Id String
- block
Model string - block
Serial string - boot
Time numberUsecs - cluster
Ext stringId - clusters
Get
Hosts V2Host Entity Cluster[] cpuCapacityHz
cpuFrequencyHz
cpuModel
defaultVhdContainerUuid
defaultVhdLocation
defaultVmContainerUuid
defaultVmLocation
failoverClusterFqdn
failoverClusterNodeStatus
gpuDriverVersion
gpuList
hostName
hostType
maintenanceState
memorySizeBytes
nodeStatus
numberOfCpuCores
numberOfCpuSockets
numberOfCpuThreads
rebootPending
- controller
Vms GetHosts V2Host Entity Controller Vm[] - cpu
Capacity numberHz - cpu
Frequency numberHz - cpu
Model string - default
Vhd stringContainer Uuid - default
Vhd stringLocation - default
Vm stringContainer Uuid - default
Vm stringLocation - disks
Get
Hosts V2Host Entity Disk[] - ext
Id string - failover
Cluster stringFqdn - failover
Cluster stringNode Status - gpu
Driver stringVersion - gpu
Lists string[] - has
Csr boolean - host
Name string - host
Type string - hypervisors
Get
Hosts V2Host Entity Hypervisor[] - ipmis
Get
Hosts V2Host Entity Ipmi[] - is
Degraded boolean - is
Hardware booleanVirtualized - is
Reboot booleanPending - is
Secure booleanBooted - key
Management GetDevice To Cert Statuses Hosts V2Host Entity Key Management Device To Cert Status[] - links
Get
Hosts V2Host Entity Link[] - maintenance
State string - memory
Size numberBytes - node
Status string - number
Of numberCpu Cores - number
Of numberCpu Sockets - number
Of numberCpu Threads - rackable
Unit stringUuid - tenant
Id string
- block_
model str - block_
serial str - boot_
time_ intusecs - cluster_
ext_ strid - clusters
Sequence[Get
Hosts V2Host Entity Cluster] cpuCapacityHz
cpuFrequencyHz
cpuModel
defaultVhdContainerUuid
defaultVhdLocation
defaultVmContainerUuid
defaultVmLocation
failoverClusterFqdn
failoverClusterNodeStatus
gpuDriverVersion
gpuList
hostName
hostType
maintenanceState
memorySizeBytes
nodeStatus
numberOfCpuCores
numberOfCpuSockets
numberOfCpuThreads
rebootPending
- controller_
vms Sequence[GetHosts V2Host Entity Controller Vm] - cpu_
capacity_ inthz - cpu_
frequency_ inthz - cpu_
model str - default_
vhd_ strcontainer_ uuid - default_
vhd_ strlocation - default_
vm_ strcontainer_ uuid - default_
vm_ strlocation - disks
Sequence[Get
Hosts V2Host Entity Disk] - ext_
id str - failover_
cluster_ strfqdn - failover_
cluster_ strnode_ status - gpu_
driver_ strversion - gpu_
lists Sequence[str] - has_
csr bool - host_
name str - host_
type str - hypervisors
Sequence[Get
Hosts V2Host Entity Hypervisor] - ipmis
Sequence[Get
Hosts V2Host Entity Ipmi] - is_
degraded bool - is_
hardware_ boolvirtualized - is_
reboot_ boolpending - is_
secure_ boolbooted - key_
management_ Sequence[Getdevice_ to_ cert_ statuses Hosts V2Host Entity Key Management Device To Cert Status] - links
Sequence[Get
Hosts V2Host Entity Link] - maintenance_
state str - memory_
size_ intbytes - node_
status str - number_
of_ intcpu_ cores - number_
of_ intcpu_ sockets - number_
of_ intcpu_ threads - rackable_
unit_ struuid - tenant_
id str
- block
Model String - block
Serial String - boot
Time NumberUsecs - cluster
Ext StringId - clusters List<Property Map>
cpuCapacityHz
cpuFrequencyHz
cpuModel
defaultVhdContainerUuid
defaultVhdLocation
defaultVmContainerUuid
defaultVmLocation
failoverClusterFqdn
failoverClusterNodeStatus
gpuDriverVersion
gpuList
hostName
hostType
maintenanceState
memorySizeBytes
nodeStatus
numberOfCpuCores
numberOfCpuSockets
numberOfCpuThreads
rebootPending
- controller
Vms List<Property Map> - cpu
Capacity NumberHz - cpu
Frequency NumberHz - cpu
Model String - default
Vhd StringContainer Uuid - default
Vhd StringLocation - default
Vm StringContainer Uuid - default
Vm StringLocation - disks List<Property Map>
- ext
Id String - failover
Cluster StringFqdn - failover
Cluster StringNode Status - gpu
Driver StringVersion - gpu
Lists List<String> - has
Csr Boolean - host
Name String - host
Type String - hypervisors List<Property Map>
- ipmis List<Property Map>
- is
Degraded Boolean - is
Hardware BooleanVirtualized - is
Reboot BooleanPending - is
Secure BooleanBooted - key
Management List<Property Map>Device To Cert Statuses - links List<Property Map>
- maintenance
State String - memory
Size NumberBytes - node
Status String - number
Of NumberCpu Cores - number
Of NumberCpu Sockets - number
Of NumberCpu Threads - rackable
Unit StringUuid - tenant
Id String
GetHostsV2HostEntityCluster
GetHostsV2HostEntityControllerVm
- Backplane
Addresses List<PiersKarsenbarg. Nutanix. Inputs. Get Hosts V2Host Entity Controller Vm Backplane Address> - External
Addresses List<PiersKarsenbarg. Nutanix. Inputs. Get Hosts V2Host Entity Controller Vm External Address> - Id int
- Maintenance
Mode bool - Nat
Ips List<PiersKarsenbarg. Nutanix. Inputs. Get Hosts V2Host Entity Controller Vm Nat Ip> - Nat
Port int - Rdma
Backplane List<PiersAddresses Karsenbarg. Nutanix. Inputs. Get Hosts V2Host Entity Controller Vm Rdma Backplane Address>
- backplane
Addresses List<GetHosts V2Host Entity Controller Vm Backplane Address> - external
Addresses List<GetHosts V2Host Entity Controller Vm External Address> - id Integer
- maintenance
Mode Boolean - nat
Ips List<GetHosts V2Host Entity Controller Vm Nat Ip> - nat
Port Integer - rdma
Backplane List<GetAddresses Hosts V2Host Entity Controller Vm Rdma Backplane Address>
- backplane
Addresses GetHosts V2Host Entity Controller Vm Backplane Address[] - external
Addresses GetHosts V2Host Entity Controller Vm External Address[] - id number
- maintenance
Mode boolean - nat
Ips GetHosts V2Host Entity Controller Vm Nat Ip[] - nat
Port number - rdma
Backplane GetAddresses Hosts V2Host Entity Controller Vm Rdma Backplane Address[]
- backplane_
addresses Sequence[GetHosts V2Host Entity Controller Vm Backplane Address] - external_
addresses Sequence[GetHosts V2Host Entity Controller Vm External Address] - id int
- maintenance_
mode bool - nat_
ips Sequence[GetHosts V2Host Entity Controller Vm Nat Ip] - nat_
port int - rdma_
backplane_ Sequence[Getaddresses Hosts V2Host Entity Controller Vm Rdma Backplane Address]
GetHostsV2HostEntityControllerVmBackplaneAddress
GetHostsV2HostEntityControllerVmBackplaneAddressIpv4
- Value string
- Prefix
Length int
- Value string
- Prefix
Length int
- value String
- prefix
Length Integer
- value string
- prefix
Length number
- value str
- prefix_
length int
- value String
- prefix
Length Number
GetHostsV2HostEntityControllerVmBackplaneAddressIpv6
- Value string
- Prefix
Length int
- Value string
- Prefix
Length int
- value String
- prefix
Length Integer
- value string
- prefix
Length number
- value str
- prefix_
length int
- value String
- prefix
Length Number
GetHostsV2HostEntityControllerVmExternalAddress
GetHostsV2HostEntityControllerVmExternalAddressIpv4
- Value string
- Prefix
Length int
- Value string
- Prefix
Length int
- value String
- prefix
Length Integer
- value string
- prefix
Length number
- value str
- prefix_
length int
- value String
- prefix
Length Number
GetHostsV2HostEntityControllerVmExternalAddressIpv6
- Value string
- Prefix
Length int
- Value string
- Prefix
Length int
- value String
- prefix
Length Integer
- value string
- prefix
Length number
- value str
- prefix_
length int
- value String
- prefix
Length Number
GetHostsV2HostEntityControllerVmNatIp
GetHostsV2HostEntityControllerVmNatIpIpv4
- Value string
- Prefix
Length int
- Value string
- Prefix
Length int
- value String
- prefix
Length Integer
- value string
- prefix
Length number
- value str
- prefix_
length int
- value String
- prefix
Length Number
GetHostsV2HostEntityControllerVmNatIpIpv6
- Value string
- Prefix
Length int
- Value string
- Prefix
Length int
- value String
- prefix
Length Integer
- value string
- prefix
Length number
- value str
- prefix_
length int
- value String
- prefix
Length Number
GetHostsV2HostEntityControllerVmRdmaBackplaneAddress
GetHostsV2HostEntityControllerVmRdmaBackplaneAddressIpv4
- Value string
- Prefix
Length int
- Value string
- Prefix
Length int
- value String
- prefix
Length Integer
- value string
- prefix
Length number
- value str
- prefix_
length int
- value String
- prefix
Length Number
GetHostsV2HostEntityControllerVmRdmaBackplaneAddressIpv6
- Value string
- Prefix
Length int
- Value string
- Prefix
Length int
- value String
- prefix
Length Integer
- value string
- prefix
Length number
- value str
- prefix_
length int
- value String
- prefix
Length Number
GetHostsV2HostEntityDisk
- Mount
Path string - Serial
Id string - Size
In intBytes - Storage
Tier string - Uuid string
- Mount
Path string - Serial
Id string - Size
In intBytes - Storage
Tier string - Uuid string
- mount
Path String - serial
Id String - size
In IntegerBytes - storage
Tier String - uuid String
- mount
Path string - serial
Id string - size
In numberBytes - storage
Tier string - uuid string
- mount_
path str - serial_
id str - size_
in_ intbytes - storage_
tier str - uuid str
- mount
Path String - serial
Id String - size
In NumberBytes - storage
Tier String - uuid String
GetHostsV2HostEntityHypervisor
- Acropolis
Connection stringState - External
Addresses List<PiersKarsenbarg. Nutanix. Inputs. Get Hosts V2Host Entity Hypervisor External Address> - Full
Name string - Number
Of intVms - State string
- Type string
- User
Name string
- Acropolis
Connection stringState - External
Addresses []GetHosts V2Host Entity Hypervisor External Address - Full
Name string - Number
Of intVms - State string
- Type string
- User
Name string
- acropolis
Connection StringState - external
Addresses List<GetHosts V2Host Entity Hypervisor External Address> - full
Name String - number
Of IntegerVms - state String
- type String
- user
Name String
- acropolis
Connection stringState - external
Addresses GetHosts V2Host Entity Hypervisor External Address[] - full
Name string - number
Of numberVms - state string
- type string
- user
Name string
- acropolis
Connection StringState - external
Addresses List<Property Map> - full
Name String - number
Of NumberVms - state String
- type String
- user
Name String
GetHostsV2HostEntityHypervisorExternalAddress
GetHostsV2HostEntityHypervisorExternalAddressIpv4
- Value string
- Prefix
Length int
- Value string
- Prefix
Length int
- value String
- prefix
Length Integer
- value string
- prefix
Length number
- value str
- prefix_
length int
- value String
- prefix
Length Number
GetHostsV2HostEntityHypervisorExternalAddressIpv6
- Value string
- Prefix
Length int
- Value string
- Prefix
Length int
- value String
- prefix
Length Integer
- value string
- prefix
Length number
- value str
- prefix_
length int
- value String
- prefix
Length Number
GetHostsV2HostEntityIpmi
- ips List<Property Map>
- username String
GetHostsV2HostEntityIpmiIp
GetHostsV2HostEntityIpmiIpIpv4
- Value string
- Prefix
Length int
- Value string
- Prefix
Length int
- value String
- prefix
Length Integer
- value string
- prefix
Length number
- value str
- prefix_
length int
- value String
- prefix
Length Number
GetHostsV2HostEntityIpmiIpIpv6
- Value string
- Prefix
Length int
- Value string
- Prefix
Length int
- value String
- prefix
Length Integer
- value string
- prefix
Length number
- value str
- prefix_
length int
- value String
- prefix
Length Number
GetHostsV2HostEntityKeyManagementDeviceToCertStatus
- Is
Certificate boolPresent - Key
Management stringServer Name
- Is
Certificate boolPresent - Key
Management stringServer Name
- is
Certificate BooleanPresent - key
Management StringServer Name
- is
Certificate booleanPresent - key
Management stringServer Name
- is
Certificate BooleanPresent - key
Management StringServer Name
GetHostsV2HostEntityLink
Package Details
- Repository
- nutanix pierskarsenbarg/pulumi-nutanix
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
nutanix
Terraform Provider.