VslmCreateSpecRawDiskMappingBackingSpec

VslmCreateSpecRawDiskMappingBackingSpec
VslmCreateSpecRawDiskMappingBackingSpec

Specification of the rdm backing of a virtual storage object.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "datastore": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "path": "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.