NamespaceManagementClustersSummary
The Clusters.Summary structure contains the basic information about the cluster statistics and status related to vSphere Namespaces.
Properties
Identifier for the cluster. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: ClusterComputeResource. When operations return a value of this structure as a result, the field will be an identifier for the resource type: ClusterComputeResource.
Name of the cluster. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: ClusterComputeResource.name. When operations return a value of this structure as a result, the field will be an identifier for the resource type: ClusterComputeResource.name.
Current setting for Clusters.ConfigStatus.
Current setting for Clusters.KubernetesStatus.
JSON Example
{
"cluster": "string",
"cluster_name": "string",
"config_status": "enum",
"kubernetes_status": "enum",
"stats": {
"cpu_capacity": 0,
"cpu_used": 0,
"memory_capacity": 0,
"memory_used": 0,
"storage_capacity": 0,
"storage_used": 0
}
}