RegionStoragePolicy
RegionStoragePolicy
A Region storage policy.
JSON Example
{
"id": "string",
"name": "string",
"description": "string",
"region": {
"name": "string",
"id": "string"
},
"storageConsumedMiB": 0,
"storageCapacityMiB": 0,
"status": "string"
}
string
id
Optional
Unique URN Id for the policy.
string
name
Required
Constraints:
minLength: 1
maxLength: 63
Name for the policy. It must follow RFC 1123 Label Names to conform with Kubernetes standards.
string
description
Optional
Description of the policy.
integer As int64
As int64
storageConsumedMiB
Optional
Consumed storage in mebibytes for this policy
integer As int64
As int64
storageCapacityMiB
Optional
Storage capacity in mebibytes for this policy
string
status
Optional
The creation status of the region storage policy. Can be [NOT_READY, READY]