StorageClass
StorageClass
A storage class.
JSON Example
{
"id": "string",
"name": "string",
"region": {
"name": "string",
"id": "string"
},
"storageConsumedMiB": 0,
"storageCapacityMiB": 0,
"zones": [
{
"name": "string",
"id": "string"
}
]
}
string
id
Optional
Unique URN Id for the storage class.
string
name
Optional
Constraints:
minLength: 1
maxLength: 63
Name for the storage class.
integer As int64
As int64
storageConsumedMiB
Optional
For tenants, this represents the total storage given to all namespaces consuming from this storage class in mebibytes. For providers, this represents the total storage given to tenants from this storage class in mebibytes.
integer As int64
As int64
storageCapacityMiB
Optional
The total storage capacity of the storage class in mebibytes.