NamespaceManagementClusterCompatibilityFilterSpec

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


Properties

boolean
compatible Optional

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.


network_provider Optional

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_PLUGINVSPHERE_NETWORK

JSON Example

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

Feedback

Was this page helpful?