ProviderVdcStoragePolicyMetrics
ProviderVdcStoragePolicyMetrics
Provider VDC storage policy metrics entity.
JSON Example
{
"totalCapacityMB": 65536,
"usedCapacityMB": 8192,
"requestedCapacityMB": 16384,
"provisionedCapacityMB": 32768
}
integer As int64 As int64
totalCapacityMB
Optional
The Provider VDC storage policy total capacity in MB.
integer As int64 As int64
usedCapacityMB
Optional
The Provider VDC storage policy used capacity in MB.
integer As int64 As int64
requestedCapacityMB
Optional
The Provider VDC storage policy requested capacity in MB.
integer As int64 As int64
provisionedCapacityMB
Optional
The Provider VDC storage policy provisioned capacity in MB. This field is for providers only. Sub-providers will always see a value of -2147483648.