BackingStoragePool
BackingStoragePool
This data object represents the backing storage pool information of block device or file system.
This structure may be used only with operations rendered under /sms
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"uuid": "string",
"type": "string",
"capacityInMB": 0,
"usedSpaceInMB": 0
}
string
uuid
Required
Unique identifier
string
type
Required
type
integer As int64 As int64
capacityInMB
Required
Upper bound of the available capacity in the backing storage pool.
integer As int64 As int64
usedSpaceInMB
Required
Aggregate used space in the backing storage pool.