NamespaceManagementEdgeClusterCompatibilityFilterSpec
The EdgeClusterCompatibility.FilterSpec structure contains fields used to filter the results when listing Edge Clusters (see EdgeClusterCompatibility.list) and their compatibility information.
Properties
boolean
compatible
Optional
Compatibility criteria for matching the filter. If true, only Edge Clusters which are compatible with vSphere Namespaces match the filter. If false, only Edge Clusters which are incompatible with vSphere Namespaces match the filter. If unset, both compatible and incompatible Edge Clusters match the filter.
JSON Example
{
"compatible": false
}