VmfsDatastoreAllExtentOption

VmfsDatastoreAllExtentOption
VmfsDatastoreAllExtentOption

Datastore addition policy to use the entire disk as a single extent for a VMFS datastore.

If there is any data on the disk, it will be overwritten.

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,
    "vmfsExtent": {
        "_typeName": "string",
        "partition": 0,
        "type": "string",
        "start": {
            "_typeName": "string",
            "blockSize": 0,
            "block": 0
        },
        "end": {
            "_typeName": "string",
            "blockSize": 0,
            "block": 0
        }
    }
}