Vcenter NamespaceManagement ClusterCompatibility FilterSpec
The Vcenter NamespaceManagement ClusterCompatibility FilterSpec schema contains properties used to filter the results when listing clusters (see GET /vcenter/namespace-management/cluster-compatibility) and their compatibility information.
This schema was added in vSphere API 7.0.0.0.
{
"compatible": false,
"network_provider": "string"
}
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.
This property was added in vSphere API 7.0.0.0.
If missing or null
, both compatible and incompatible vSphere clusters will be listed.
The network provider whose networks will be considered.
For more information see: Vcenter NamespaceManagement Clusters NetworkProvider.
This property was added in vSphere API 7.0.1.0.
If missing or null
, this will default to Vcenter NamespaceManagement Clusters NetworkProvider.NSXT_CONTAINER_PLUGIN.