ArrayOfVirtualMachineDatastoreInfo

ArrayOfVirtualMachineDatastoreInfo
ArrayOfVirtualMachineDatastoreInfo

A boxed array of VirtualMachineDatastoreInfo. To be used in Any placeholders.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "_value": [
        {
            "_typeName": "string",
            "name": "string",
            "configurationTag": [
                "string"
            ],
            "datastore": {
                "_typeName": "string",
                "datastore": {
                    "_typeName": "string",
                    "type": "string",
                    "value": "string"
                },
                "name": "string",
                "url": "string",
                "capacity": 0,
                "freeSpace": 0,
                "uncommitted": 0,
                "accessible": false,
                "multipleHostAccess": false,
                "type": "string",
                "maintenanceMode": "string"
            },
            "capability": {
                "_typeName": "string",
                "directoryHierarchySupported": false,
                "rawDiskMappingsSupported": false,
                "perFileThinProvisioningSupported": false,
                "storageIORMSupported": false,
                "nativeSnapshotSupported": false,
                "topLevelDirectoryCreateSupported": false,
                "seSparseSupported": false,
                "vmfsSparseSupported": false,
                "vsanSparseSupported": false,
                "upitSupported": false,
                "vmdkExpandSupported": false,
                "clusteredVmdkSupported": false
            },
            "maxFileSize": 0,
            "maxVirtualDiskCapacity": 0,
            "maxPhysicalRDMFileSize": 0,
            "maxVirtualRDMFileSize": 0,
            "mode": "string",
            "vStorageSupport": "string"
        }
    ]
}
_value
Required

_value