vcenter namespaces instances: storage spec
The
storage_spec
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.Representation:
{
"limit" : 1,
"policy" : "obj-103"
}
"limit" : 1,
"policy" : "obj-103"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
policy | string | 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 . |
Optional | ||
limit | long | The maximum amount of storage (in mebibytes) which can be utilized by the namespace for this specification. Optional. If unset, no limits are placed. |