NamespaceManagementClusterCompatibilityFilterSpecV2

The ClusterCompatibility.FilterSpecV2 structure contains fields used to filter the results when listing clusters (see ClusterCompatibility.list-v2) and their compatibility information.


Properties

boolean
compatible Optional

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.


network_provider Optional

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: NSXTVSPHERE

JSON Example

{
	"compatible": false,
	"network_provider": "NSXT"
}

Feedback

Was this page helpful?