NamespaceSummary
Describes Provider Management'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,
"usedCount": 0
}
],
"realizedMemoryLimitMiB": 0,
"realizedMemoryReservationMiB": 0,
"realizedCpuLimitMHz": 0,
"realizedCpuReservationMHz": 0,
"memoryUsedMiB": 0,
"cpuUsedMHz": 0,
"markedForRemoval": false
},
"errorMessage": "string",
"realizedStatus": "string"
}
],
"proxyURL": "string",
"status": "string",
"vcReference": {
"supervisorUuid": "string",
"vcUuid": "string"
},
"segName": "string",
"lastModifiedTime": "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 Provider Management Supervisor Proxy
The status of the namespace. Can be [FAILED, NOT_READY, READY, DELETING, UPDATING]
SE group name associated with the namespace.
The last modified time of the namespace. The value will be null if the namespace was never modified.