VirtualMachineStorageInfo

VirtualMachineStorageInfo
VirtualMachineStorageInfo

Information about the amount of storage used by a virtual machine across datastores that it is located on.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "perDatastoreUsage": [
        {
            "_typeName": "string",
            "datastore": {
                "_typeName": "string",
                "type": "string",
                "value": "string"
            },
            "committed": 0,
            "uncommitted": 0,
            "unshared": 0
        }
    ],
    "timestamp": "string"
}
perDatastoreUsage
Optional

Storage space used by this virtual machine on all datastores that it is located on.

Total storage space committed to this virtual machine across all datastores is simply an aggregate of the property VirtualMachineUsageOnDatastore.committed.

See also VirtualMachineStorageSummary.committed.

string As date-time As date-time
timestamp
Required

Time when values in this structure were last updated.