StorageResourceManagerStorageProfileStatistics

StorageResourceManagerStorageProfileStatistics
StorageResourceManagerStorageProfileStatistics

A data object to report aggregate storage statistics by storage profile

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "profileId": "string",
    "totalSpaceMB": 0,
    "usedSpaceMB": 0
}
string
profileId
Required

Profile identifier for the reported statistics

integer As int64 As int64
totalSpaceMB
Required

The aggregate storage capacity available for a given storage capability profile.

The capacity is reported in Megabytes.

integer As int64 As int64
usedSpaceMB
Required

The aggregate used storage capacity by a given storage capability profile The used space is reported in Megabytes