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

EdgeIpSecVpnTunnelConnectionProperties

This specifies the given security profile/connection properties of a given IP Sec VPN Tunnel, such as Dead Probe Interval and IKE settings. If a security type is set to ‘CUSTOM’, then ike, tunnel, and/or dpd configurations can be specified. Otherwise, those fields are read only and are set to the values based on the specific security type.


Properties

dpdConfiguration Optional

The Dead Peer Detection configuration. If nothing is explictly set, the system defaults will be used.


ikeConfiguration Optional

The IKE Configuration to be used for the tunnel. If nothing is explictly set, the system defaults will be used.


string
securityType Optional

This is the security type used for the IPSec Tunnel. If nothing is specified, this will be set to ‘DEFAULT’ in which the default settings in NSX will be used. If ‘CUSTOM’ is specified, then ike, tunnel, and dpd configurations can be set.


tunnelConfiguration Optional

The Tunnel Configuration, which contains parameters such as encryption algorithm to be used. If nothing is explicitly set, the system defaults will be used.

JSON Example

{
	"dpdConfiguration": {
		"probeInterval": 0
	},
	"ikeConfiguration": {
		"dhGroups": "enum",
		"digestAlgorithms": "enum",
		"encryptionAlgorithms": "enum",
		"ikeVersion": "enum",
		"saLifeTime": 0
	},
	"securityType": "string",
	"tunnelConfiguration": {
		"dfPolicy": "enum",
		"dhGroups": "enum",
		"digestAlgorithms": "enum",
		"encryptionAlgorithms": "enum",
		"perfectForwardSecrecyEnabled": false,
		"saLifeTime": 0
	}
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-property-annotations:
    dpdConfiguration:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    ikeConfiguration:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    securityType:
        x-vcloud-added-in: "34.0"
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    tunnelConfiguration:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
[{"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
Parameter To

Update IP Sec VPN Tunnel Connection Properties
Returned By

Get IP Sec VPN Tunnel Default Connection Properties
Get IP Sec VPN Tunnel Connection Properties

Feedback

Was this page helpful?