VchaClusterVmInfo

The Cluster.VmInfo structure contains information to describe the Virtual Machines of passive and witness nodes of a VCHA cluster.


Properties

passive Required

The virtual machine information of the passive node.


witness Required

The virtual machine information of the witness node.

JSON Example

{
	"passive": {
		"bios_uuid": "string",
		"vm": "string"
	},
	"witness": {
		"bios_uuid": "string",
		"vm": "string"
	}
}

Feedback

Was this page helpful?