GetVirtualNetworkGatewayVpnclientIpsecParametersResult

data class GetVirtualNetworkGatewayVpnclientIpsecParametersResult(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 parameters for a virtual network gateway P2S connection.

Constructors

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 P2S client..

Link copied to clipboard

The IPSec Security Association (also called Quick Mode or Phase 2 SA) lifetime in seconds for P2S client.