VmfsDatastoreSingleExtentOption
VmfsDatastoreSingleExtentOption
Datastore addition policy to use a single extent on the disk for a VMFS datastore.
A single extent implies that one disk partition will be created on the disk for creating or increasing the capacity of a VMFS datastore.
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
}
}
}
vmfsExtent
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.