NamespaceManagementDistributedSwitchCompatibilityFilterSpec
The DistributedSwitchCompatibility.FilterSpec structure contains fields used to filter the results when listing Distributed Switches (see DistributedSwitchCompatibility.list) and their compatibility information.
Properties
boolean
compatible
Optional
Compatibility criteria for matching the filter. If true, only Distributed Switches which are compatible with vSphere Namespaces match the filter. If false, only Distributed Switches which are incompatible with vSphere Namespaces match the filter. If unset, both compatible and incompatible Distributed Switches match the filter.
network_provider
Optional
The network provider whose networks will be considered. If unset, this will default to NSXT_CONTAINER_PLUGIN. This field is optional because it was added in a newer version than its parent node.
JSON Example
{
"compatible": false,
"network_provider": "enum"
}