IpsecPolicyResponse

data class IpsecPolicyResponse(val dhGroup: String, val ikeEncryption: String, val ikeIntegrity: String, val ipsecEncryption: String, val ipsecIntegrity: String, val pfsGroup: String, val saDataSizeKilobytes: Int, val saLifeTimeSeconds: Int)

An IPSec Policy configuration for a virtual network gateway connection.

Constructors

Link copied to clipboard
constructor(dhGroup: String, ikeEncryption: String, ikeIntegrity: String, ipsecEncryption: String, ipsecIntegrity: String, pfsGroup: String, saDataSizeKilobytes: Int, saLifeTimeSeconds: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The DH Group used in IKE Phase 1 for initial SA.

Link copied to clipboard

The IKE encryption algorithm (IKE phase 2).

Link copied to clipboard

The IKE integrity algorithm (IKE phase 2).

Link copied to clipboard

The IPSec encryption algorithm (IKE phase 1).

Link copied to clipboard

The IPSec integrity algorithm (IKE phase 1).

Link copied to clipboard

The Pfs Group used in IKE Phase 2 for new child SA.

Link copied to clipboard

The IPSec Security Association (also called Quick Mode or Phase 2 SA) payload size in KB for a site to site VPN tunnel.

Link copied to clipboard

The IPSec Security Association (also called Quick Mode or Phase 2 SA) lifetime in seconds for a site to site VPN tunnel.