|
| Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
| Name | Type | Description |
|---|---|---|
| blockSizeMb | xsd:int |
Block size of VMFS. Determines maximum file size. The maximum number
of blocks is typically fixed with each specific version of VMFS. To
increase the maximum size of of a VMFS file, increase the block size.
The minimum block size is 1MB. |
| extent | HostScsiDiskPartition[] | The list of partition names that comprise this disk's VMFS extents. |
| majorVersion | xsd:int | Major version number of VMFS. |
| maxBlocks | xsd:int |
Maximum number of blocks. Determines maximum file size along
with blockSize. See information about the blockSize.
In VMFS2, this number is 466,944. In VMFS3, this number is 786,432. |
| uuid | xsd:string | The universally unique identifier assigned to VMFS. |
| version | xsd:string | Version string. Contains major and minor version numbers. |
| vmfsUpgradable | xsd:boolean |
Can the filesystem be upgraded to a newer version. See UpgradeVmfs |
| Properties inherited from HostFileSystemVolume | ||
| capacity, name, type | ||
| Properties inherited from DynamicData | ||
| dynamicProperty, dynamicType | ||
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |