NamespaceManagementNetworksNsxEdgesFilterSpec

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


Properties

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.


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.

JSON Example

{
	"distributed_switch": [
		"string"
	]
}

Feedback

Was this page helpful?