ComputeDiskPartitionInfoForResizeRequestType

ComputeDiskPartitionInfoForResizeRequestType
ComputeDiskPartitionInfoForResizeRequestType
JSON Example
{
    "partition": {
        "_typeName": "string",
        "diskName": "string",
        "partition": 0
    },
    "blockRange": {
        "_typeName": "string",
        "partition": 0,
        "type": "string",
        "start": {
            "_typeName": "string",
            "blockSize": 0,
            "block": 0
        },
        "end": {
            "_typeName": "string",
            "blockSize": 0,
            "block": 0
        }
    },
    "partitionFormat": "string"
}
partition
Required

This data object type describes the specification of a Disk partition.

blockRange
Required

A BlockRange data object type describes a contiguous set of blocks on a disk.

A BlockRange may describe either a partition or unpartitioned (primordial) blocks on the disk.

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.