|
| Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
DiskBlockInfo
|
+-- Mapping -- Mapping -- Mapping
| | |
Extent Extent Extent
| |
Extent Extent
DiskBlockInfo contains generic info about the blocks, such as the blocks' total size on the disk and the minimum block size.
Mapping describes all block extents of the block list that live on a particular "storage space" (such as a particular logical unit number (LUN)).
Extent contains a logical start address (that is, start offset within the virtual disk) to a physical offset within the mapping, along with the number of consecutive bytes from this starting point.
Properties
| Name | Type | Description |
|---|---|---|
| granularity | xsd:long | Chunk granularity in bytes. |
| map | HostDiskBlockInfoMapping[] | Set of mappings for the virtual disk. |
| minBlockSize | xsd:int | Minimum block size in bytes. |
| size | xsd:long | Size of the virtual disk in bytes. |
| Properties inherited from DynamicData | ||
| dynamicProperty, dynamicType | ||
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |