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

IkeConfig

This configuration captures the IKE and phase one negotiation parameters. This configuration can be set for peering properly with remote peers.


Properties

array of DhGroupType
dhGroups Required

The list of Diffie-Helman groups to be used is PFS is enabled. Default is GROUP14.


encryptionAlgorithms Required

The list of Encryption algorithms for IKE. This is used during IKE negotiation. Default is AES_128.


ikeVersion Required

IKE Protocol Version to use. The default is IKE_V2.


digestAlgorithms Optional

The list of Digest algorithms for IKE. This is used during IKE negotiation. Default is SHA2_256.


integer
saLifeTime Optional

The Security Association life time in seconds. Default is 86400 seconds (1 day).

JSON Example

{
	"dhGroups": "enum",
	"encryptionAlgorithms": "enum",
	"ikeVersion": "enum"
}
[{"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
Property Of

EdgeIpSecVpnTunnelConnectionProperties

Feedback

Was this page helpful?