InlineNamespace1
InlineNamespace1
JSON Example
{
"storageClasses": [
{
"storageClass": {
"name": "string",
"id": "string"
},
"storageLimitMiB": 0,
"realizedStorageLimitMiB": 0
}
],
"virtualMachineClasses": [
{
"name": "string",
"id": "string"
}
],
"vcReference": {
"supervisorUuid": "string",
"vcUuid": "string"
},
"contentLibraries": [
"EntityReference Object"
],
"sharedSubnetNames": [
"string"
],
"infraPolicies": [
{
"infraPolicy": {
"name": "string",
"id": "string"
},
"enforcedBy": "string",
"enforcementStatus": "string"
}
]
}
array of
NamespaceStorageClass
storageClasses
Optional
A list of Storage Classes and their corresponding storage limit (in mebibytes)
array of
EntityReference
virtualMachineClasses
Optional
A list of virtual machine classes that the namespace has access to
array of
EntityReference
contentLibraries
Optional
A list of content libraries to attach to the created Namespace
array of
string
sharedSubnetNames
Optional
Constraints:
maxItems: 2000
A collection of shared subnet names for this namespace. This field is bounded to with limit of 2000 shared subnets for a given namespace.
array of
NamespaceInfraPolicy
infraPolicies
Optional
A collection of infra policies for this namespace. These policies must be assigned to the region quota first.