InlineVspVolume1

InlineVspVolume1
InlineVspVolume1
JSON Example
{
    "name": "string",
    "used": 0,
    "totalCapacity": 0,
    "count": 0,
    "description": "string"
}
string
name
Optional

the volume's name

integer As int64 As int64
used
Optional

consumed storage in bytes

integer As int64 As int64
totalCapacity
Optional

the total capacity in bytes

integer As int64 As int64
count
Optional

the number of volumes of the same type

string
description
Optional

the volume's description

Used By