VirtualMachineProfileRawData

VirtualMachineProfileRawData
VirtualMachineProfileRawData

The extensible data object type encapsulates additional data specific to Virtual Machine and its devices.

This data is provided by vSphere Extensions which are integral part of vSphere.

The data is not persisted in Virtual Machine configuration file but is stored and managed by extensions.

Storage Profile Based Management (SPBM) will be one of the consumers of this data structure. SPBM will provide detailed information about Virtual Machine storage requirements.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "extensionKey": "string",
    "objectData": "string"
}
string
extensionKey
Required

vSphere Extension Identifier

string
objectData
Optional

Extension-specific additional data to be associated with Virtual machine and its devices.