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
The Dead Peer Detection configuration. If nothing is explictly set, the system defaults will be used.
The IKE Configuration to be used for the tunnel. If nothing is explictly set, the system defaults will be used.
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.
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
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
Availability
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