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.
JSON Example
{
"compatible": false
}