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

EdgeIpSecVpnTunnels

List of configured IPSec VPN tunnels.


AllOf


This class requires all of the following:

JSON Example

{
	"status": "enum",
	"values": [
		{
			"authenticationMode": "string",
			"caCertificateRef": {
				"id": "string",
				"name": "string"
			},
			"certificateRef": {
				"id": "string",
				"name": "string"
			},
			"connectorInitiationMode": "enum",
			"description": "string",
			"enabled": false,
			"id": "string",
			"localEndpoint": {
				"localAddress": "string",
				"localId": "string",
				"localNetworks": [
					"string"
				]
			},
			"logging": false,
			"name": "string",
			"preSharedKey": "string",
			"remoteEndpoint": {
				"remoteAddress": "string",
				"remoteId": "string",
				"remoteNetworks": [
					"string"
				]
			},
			"securityType": "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 33.0
Returned By

Get IP Sec VPN Tunnels

Feedback

Was this page helpful?