ComputeDiskPartitionInfoRequestType

ComputeDiskPartitionInfoRequestType
ComputeDiskPartitionInfoRequestType

The parameters of ComputeDiskPartitionInfo.

JSON Example
{
    "devicePath": "string",
    "layout": {
        "_typeName": "string",
        "total": {
            "_typeName": "string",
            "blockSize": 0,
            "block": 0
        },
        "partition": [
            {
                "_typeName": "string",
                "partition": 0,
                "type": "string",
                "start": {
                    "_typeName": "string",
                    "blockSize": 0,
                    "block": 0
                },
                "end": {
                    "_typeName": "string",
                    "blockSize": 0,
                    "block": 0
                }
            }
        ]
    },
    "partitionFormat": "string"
}
string
devicePath
Required

The name of the device path for the specific disk.

layout
Required

This data object type describes the disk partition layout specified as a list of ordered BlockRanges.

This view of the disk partitions shows the data on the disk as a contiguous set of BlockRanges.

string
partitionFormat
Optional

Specifies the desired partition format to be computed from the block range. If partitionFormat is not specified, the existing partitionFormat on disk is used, if the disk is not blank and mbr otherwise.