VmfsDatastoreBaseOption

VmfsDatastoreBaseOption
VmfsDatastoreBaseOption

Base class that describes a VMFS datastore provisioning option.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "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
                }
            }
        ]
    },
    "partitionFormatChange": false
}
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.

boolean
partitionFormatChange
Optional

Indicates whether selecting this option will change the partition format type on the disk.

See also HostDiskPartitionInfoPartitionFormatEnum.