NamespaceSummary
Describes Tenant Manager's view of a vSphere namespace without the lists of storage policies or virtual machine classes
{
"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"
}
}
The identifier of the namespace in URN format.
The name of the namespace. It must follow RFC 1123 Label Names to conform with Kubernetes standards.
The description for the namespace
The name of the Virtual Private Cloud for this namespace to use. This field is read only and cannot be updated for a namespace.
The map of per zone resource allocation.
The URL to the Tenant Manager Supervisor Proxy
The creation status of the namespace. Can be [FAILED, NOT_READY, READY, DELETING]