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.
{
"policy": "string",
"limit": 0
}
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.
The maximum amount of storage (in mebibytes) which can be utilized by the namespace for this specification. If unset, no limits are placed.