StorageClass

StorageClass
StorageClass

A storage class.

JSON Example undefined undefined
{
    "id": "string",
    "name": "string",
    "kubernetesCompliantName": "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.

string
kubernetesCompliantName
Optional
Constraints: minLength: 1 maxLength: 63

Kubernetes compliant name for the policy. It must follow RFC 1123 Label Names to conform with Kubernetes standards.

region
Optional

Entity reference used to describe VCD entities

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.

zones
Optional

The zones available to the storage class.