PbmDatastoreSpaceStatistics
PbmDatastoreSpaceStatistics
Space stats for datastore
This structure may be used only with operations rendered under /pbm
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"profileId": "string",
"physicalTotalInMB": 0,
"physicalFreeInMB": 0,
"physicalUsedInMB": 0,
"logicalLimitInMB": 0,
"logicalFreeInMB": 0,
"logicalUsedInMB": 0
}
string
profileId
Optional
Capability profile id.
It is null when the statistics are for the entire datastore.
integer As int64 As int64
physicalTotalInMB
Required
Total physical space in MB.
integer As int64 As int64
physicalFreeInMB
Required
Total physical free space in MB.
integer As int64 As int64
physicalUsedInMB
Required
Used physical storage space in MB.
integer As int64 As int64
logicalLimitInMB
Optional
Logical space limit set by the storage admin in MB.
Omitted if there is no Logical space limit.
integer As int64 As int64
logicalFreeInMB
Required
Free logical storage space in MB.
integer As int64 As int64
logicalUsedInMB
Required
Used logical storage space in MB.