VmfsDatastoreInfo

VmfsDatastoreInfo
VmfsDatastoreInfo

Information details about a VMFS datastore.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "name": "string",
    "url": "string",
    "freeSpace": 0,
    "maxFileSize": 0,
    "maxVirtualDiskCapacity": 0,
    "maxMemoryFileSize": 0,
    "timestamp": "string",
    "containerId": "string",
    "aliasOf": "string",
    "maxPhysicalRDMFileSize": 0,
    "maxVirtualRDMFileSize": 0,
    "vmfs": {
        "_typeName": "string",
        "type": "string",
        "name": "string",
        "capacity": 0,
        "blockSizeMb": 0,
        "blockSize": 0,
        "unmapGranularity": 0,
        "unmapPriority": "string",
        "unmapBandwidthSpec": {
            "_typeName": "string",
            "policy": "string",
            "fixedValue": 0,
            "dynamicMin": 0,
            "dynamicMax": 0
        },
        "maxBlocks": 0,
        "majorVersion": 0,
        "version": "string",
        "uuid": "string",
        "extent": [
            {
                "_typeName": "string",
                "diskName": "string",
                "partition": 0
            }
        ],
        "vmfsUpgradable": false,
        "forceMountedInfo": {
            "_typeName": "string",
            "persist": false,
            "mounted": false
        },
        "ssd": false,
        "local": false,
        "scsiDiskType": "string"
    }
}
integer As int64 As int64
maxPhysicalRDMFileSize
Required

Maximum raw device mapping size (physical compatibility)

integer As int64 As int64
maxVirtualRDMFileSize
Required

Maximum raw device mapping size (virtual compatibility)

vmfs
Optional

The VMFS file system.