NamespaceManagement_Networks_Nsx_Edges_FilterSpec

NamespaceManagement_Networks_Nsx_Edges_FilterSpec
NamespaceManagement_Networks_Nsx_Edges_FilterSpec

The Edges.FilterSpec structure contains fields used to filter the results when listing Edges (see Edges.list).

JSON Example
{
    "compatible": false,
    "distributed_switch": [
        "string"
    ]
}
boolean
compatible
Optional

Compatibility criteria. If true, only Edges which are compatible with vSphere Namespaces will be returned. If false, only Edges incompatible with vSphere Namespaces will be returned. If unset, both compatible and incompatible Edges will be returned.

array of string
distributed_switch
Required

Distributed switch UUID criteria. If distributed switches identifiers are specified, they will be used to filter the Edges. To obtain the available distributed switch UUIDs, use: DistributedSwitches.list. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: vSphereDistributedSwitch. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: vSphereDistributedSwitch.