VchaClusterNodeVmInfo

The Cluster.NodeVmInfo structure contains information to describe the Virtual Machine of a node of a VCHA cluster.


Properties

string
bios_uuid Required

BIOS UUID for the node.


string
vm Required

The identifier of the virtual machine of the VCHA node. 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.

JSON Example

{
	"bios_uuid": "string",
	"vm": "string"
}
Property Of

VchaClusterVmInfo

Feedback

Was this page helpful?