BaseConfigInfoRawDiskMappingBackingInfo

BaseConfigInfoRawDiskMappingBackingInfo
BaseConfigInfoRawDiskMappingBackingInfo

This data object type contains information about raw device mapping.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "datastore": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "filePath": "string",
    "backingObjectId": "string",
    "parent": "BaseConfigInfoFileBackingInfo Object",
    "deltaSizeInMB": 0,
    "keyId": {
        "_typeName": "string",
        "keyId": "string",
        "providerId": {
            "_typeName": "string",
            "id": "string"
        }
    },
    "lunUuid": "string",
    "compatibilityMode": "string"
}
string
lunUuid
Required

Unique identifier of the LUN accessed by the raw disk mapping.

string
compatibilityMode
Required

The compatibility mode of the raw disk mapping (RDM).

This must be specified when a new virtual disk with an RDM backing is created.

See also VirtualDiskCompatibilityModeEnum.