NamespaceSummary

NamespaceSummary
NamespaceSummary

Describes Tenant Manager's view of a vSphere namespace without the lists of storage policies or virtual machine classes

JSON Example
{
    "id": "string",
    "name": "string",
    "description": "string",
    "projectAssignment": {
        "name": "string",
        "id": "string"
    },
    "organization": {
        "name": "string",
        "id": "string"
    },
    "region": {
        "name": "string",
        "id": "string"
    },
    "virtualPrivateCloudName": "string",
    "workloadNetwork": {
        "name": "string",
        "id": "string"
    },
    "zonalResourceAllocation": [
        {
            "zone": {
                "name": "string",
                "id": "string"
            },
            "resourceAllocation": {
                "memoryLimitMiB": 0,
                "memoryReservationMiB": 0,
                "cpuLimitMHz": 0,
                "cpuReservationMHz": 0,
                "vmClassReservations": [
                    {
                        "virtualMachineClassName": "string",
                        "count": 0
                    }
                ]
            }
        }
    ],
    "proxyURL": "string",
    "status": "string",
    "vcReference": {
        "supervisorUuid": "string",
        "vcUuid": "string"
    }
}
string
id
Optional

The identifier of the namespace in URN format.

string
name
Required
Constraints: maxLength: 63

The name of the namespace. It must follow RFC 1123 Label Names to conform with Kubernetes standards.

string
description
Optional

The description for the namespace

projectAssignment
Required

Entity reference used to describe VCD entities

organization
Optional

Entity reference used to describe VCD entities

region
Required

Entity reference used to describe VCD entities

string
virtualPrivateCloudName
Optional

The name of the Virtual Private Cloud for this namespace to use. This field is read only and cannot be updated for a namespace.

workloadNetwork
Optional

Entity reference used to describe VCD entities

zonalResourceAllocation
Required

The map of per zone resource allocation.

string
proxyURL
Optional

The URL to the Tenant Manager Supervisor Proxy

string
status
Optional

The creation status of the namespace. Can be [FAILED, NOT_READY, READY, DELETING]

vcReference
Optional

vSphere identifiers of supervisor backing this namespace

Used By