[{"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

EdgeStaticRoutes

List of all configured static routes for an edge gateway.


Properties

array of EdgeStaticRoute
values Optional

A static route configuration.

JSON Example

{
	"values": [
		{
			"description": "string",
			"id": "string",
			"name": "string",
			"networkCidr": "10.22.0.0/22",
			"nextHops": [
				{
					"adminDistance": 0,
					"ipAddress": "string",
					"scope": {
						"id": "string",
						"name": "string",
						"scopeType": "string"
					}
				}
			],
			"systemOwned": false,
			"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 37.0
Returned By

Get Static Routes
What's changed in v37.0?

New! in version v37.0

Feedback

Was this page helpful?