vcenter namespaces instances: summary
summary
structure contains basic information about the namespace.Representation:
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
namespace | string | Identifier of the namespace. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: |
description | string | Description of the namespace.
|
cluster | string | Identifier for the cluster hosting the namespace. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: |
config_status | string | Current setting for config_status . Describes the status of reaching the desired state configuration for the namespace. Value is one of: |
stats | stats | Basic runtime statistics for the namespace.
|
stats.cpu_used | long | Overall CPU usage of the namespace, in MHz. This is the sum of CPU usage across all pods in the Kubernetes namespace.
|
stats.memory_used | long | Overall memory usage of the namespace (in mebibytes). This is the sum of memory usage across all pods.
|
stats.storage_used | long | Overall storage used by the namespace (in mebibytes). This is the sum of storage used by pods across all datastores in the cluster associated with storage policies configured for the namespace.
|