[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director

EdgePrefixLists

List of all configured Prefix lists for an edge gateway.


Properties

array of EdgePrefixList
values Optional

All Prefix lists.

JSON Example

{
	"values": [
		{
			"description": "string",
			"id": "string",
			"name": "string",
			"prefixes": [
				{
					"action": "PERMIT",
					"greaterThanEqualTo": 0,
					"lessThanEqualTo": 0,
					"network": "10.22.0.0/22"
				}
			],
			"version": {
				"version": 0
			}
		}
	]
}
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Availability
Added in 34.0
Returned By

Get Prefix Lists

Feedback

Was this page helpful?