VmIdentityInfo

The Identity.Info structure contains information about the identity of a virtual machine.


Properties

string
bios_uuid Required

128-bit SMBIOS UUID of a virtual machine represented as a hexadecimal string in “12345678-abcd-1234-cdef-123456789abc” format.


string
instance_uuid Required

VirtualCenter-specific 128-bit UUID of a virtual machine, represented as a hexademical string. This identifier is used by VirtualCenter to uniquely identify all virtual machine instances, including those that may share the same SMBIOS UUID.


string
name Required

Virtual machine name.

JSON Example

{
	"bios_uuid": "string",
	"instance_uuid": "string",
	"name": "string"
}
Property Of

VMInfo

Feedback

Was this page helpful?