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

EdgeL2VpnTunnels

List of configured L2 VPN tunnels.


AllOf


This class requires all of the following:

JSON Example

{
	"status": "enum",
	"values": [
		{
			"attachedNetworks": [
				{
					"id": "string",
					"name": "string"
				}
			],
			"connectorInitiationMode": "string",
			"description": "string",
			"enabled": false,
			"id": "36cc5a80-f99f-4350-b268-bb9111141a6e",
			"localEndpointIP": "string",
			"logging": false,
			"name": "string",
			"peerCode": "string",
			"preSharedKey": "string",
			"remoteEndpointIP": "string",
			"sessionMode": "string",
			"stretchedNetworks": [
				{
					"networkRef": {
						"id": "string",
						"name": "string"
					},
					"tunnelId": 0
				}
			],
			"tunnelInterface": "string",
			"version": {
				"version": 0
			}
		}
	]
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-property-annotations:
    status:
        x-vcloud-added-in: "33.0"
        x-vcloud-constraints:
            - constraint: ReadOnly
[{"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 35.0
Returned By

Get L2 VPN Tunnels

Feedback

Was this page helpful?