InlineNamespace1

InlineNamespace1
InlineNamespace1
JSON Example undefined undefined
{
    "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"
        }
    ]
}
storageClasses
Optional

A list of Storage Classes and their corresponding storage limit (in mebibytes)

virtualMachineClasses
Optional

A list of virtual machine classes that the namespace has access to

vcReference
Optional

vSphere identifiers of supervisor backing this namespace

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.

infraPolicies
Optional

A collection of infra policies for this namespace. These policies must be assigned to the region quota first.

Used By