NamespaceManagementClusterCompatibilityFilterSpecV2
The ClusterCompatibility.FilterSpecV2 structure contains fields used to filter the results when listing clusters (see ClusterCompatibility.list-v2) and their compatibility information.
Properties
Set this flag to true to only return vSphere clusters that are currently compatible with the Namespaces feature. If set to false, both compatible and incompatible vSphere clusters will be returned. If unset, both compatible and incompatible vSphere clusters will be listed.
NetworkType enumerates types of networks supported by the Supervisor for workloads.
NSXT :
Indicates an NSX-T backed network.
VSPHERE :
Indicates vSphere Networking.
Possible values are: NSXT , VSPHERE
JSON Example
{
"compatible": false,
"network_provider": "NSXT"
}