StoragePodSummary
StoragePodSummary
The StoragePodSummary data object encapsulates runtime properties of a StoragePod.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"name": "string",
"capacity": 0,
"freeSpace": 0
}
string
name
Required
The name of the storage pod.
integer As int64 As int64
capacity
Required
Total capacity of this storage pod, in bytes.
This value is the sum of the capacity of all datastores that are part of this storage pod, and is updated periodically by the server.
integer As int64 As int64
freeSpace
Required
Total free space on this storage pod, in bytes.
This value is the sum of the free space on all datastores that are part of this storage pod, and is updated periodically by the server.