Namespaces_Instances_StorageSpec

Namespaces_Instances_StorageSpec
Namespaces_Instances_StorageSpec

The Instances.StorageSpec structure contains the specification required to configure storage associated with a namespace. Information in this structure will result in storage quotas on the Kubernetes namespace.

JSON Example
{
    "policy": "string",
    "limit": 0
}
string
policy
Required

ID of the storage policy. A Kubernetes storage class is created for this storage policy if it does not exist already. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: SpsStorageProfile. When operations return a value of this structure as a result, the field will be an identifier for the resource type: SpsStorageProfile.

integer As int64
limit
Optional

The maximum amount of storage (in mebibytes) which can be utilized by the namespace for this specification. If unset, no limits are placed.