vcenter vcha cluster: node vm info

The node_vm_info structure contains information to describe the Virtual Machine of a node of a VCHA cluster. This structure was added in vSphere API 6.7.1.

Representation:

{
    "vm""obj-103",
    "bios_uuid""string"
}

Attributes:

Name Type Description
Required
vm string The identifier of the virtual machine of the VCHA node. This attribute was added in vSphere API 6.7.1.

When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: VirtualMachine:VCenter. When operations return a value of this structure as a result, the field will be an identifier for the resource type: VirtualMachine:VCenter.

bios_uuid string BIOS UUID for the node. This attribute was added in vSphere API 6.7.1.