ClusterListResponseBody
This is a response body class for an operation.
Properties
array of
ClusterSummary
value
Optional
Commonly used information about the clusters matching the Cluster.FilterSpec.
JSON Example
{
"value": [
{
"cluster": "string",
"drs_enabled": false,
"ha_enabled": false,
"name": "string"
}
]
}