NamespaceManagementClusterCompatibilityFilterSpec
The ClusterCompatibility.FilterSpec structure contains fields used to filter the results when listing clusters (see ClusterCompatibility.list) and their compatibility information.
Properties
Set this flag to true to only list vSphere clusters that are currently compatible with the Namespaces feature. If set to false, both compatible and incompatible vSphere clusters will be listed. If unset, both compatible and incompatible vSphere clusters will be listed.
Identifies the network plugin that cluster networking functionalities for this vSphere Namespaces Cluster.
NSXT_CONTAINER_PLUGIN : NSX-T Container Plugin.
VSPHERE_NETWORK : vSphere Networking.
Possible values are: NSXT_CONTAINER_PLUGIN , VSPHERE_NETWORK
JSON Example
{
"compatible": false,
"network_provider": "NSXT_CONTAINER_PLUGIN"
}