VpnClientIPsecParameters interface
An IPSec parameters for a virtual network gateway P2S connection.
Properties
dh |
The DH Group used in IKE Phase 1 for initial SA. |
ike |
The IKE encryption algorithm (IKE phase 2). |
ike |
The IKE integrity algorithm (IKE phase 2). |
ipsec |
The IPSec encryption algorithm (IKE phase 1). |
ipsec |
The IPSec integrity algorithm (IKE phase 1). |
pfs |
The Pfs Group used in IKE Phase 2 for new child SA. |
sa |
The IPSec Security Association (also called Quick Mode or Phase 2 SA) payload size in KB for P2S client.. |
sa |
The IPSec Security Association (also called Quick Mode or Phase 2 SA) lifetime in seconds for P2S client. |
Property Details
dhGroup
The DH Group used in IKE Phase 1 for initial SA.
dhGroup: string
Property Value
string
ikeEncryption
The IKE encryption algorithm (IKE phase 2).
ikeEncryption: string
Property Value
string
ikeIntegrity
The IKE integrity algorithm (IKE phase 2).
ikeIntegrity: string
Property Value
string
ipsecEncryption
The IPSec encryption algorithm (IKE phase 1).
ipsecEncryption: string
Property Value
string
ipsecIntegrity
The IPSec integrity algorithm (IKE phase 1).
ipsecIntegrity: string
Property Value
string
pfsGroup
The Pfs Group used in IKE Phase 2 for new child SA.
pfsGroup: string
Property Value
string
saDataSizeKilobytes
The IPSec Security Association (also called Quick Mode or Phase 2 SA) payload size in KB for P2S client..
saDataSizeKilobytes: number
Property Value
number
saLifeTimeSeconds
The IPSec Security Association (also called Quick Mode or Phase 2 SA) lifetime in seconds for P2S client.
saLifeTimeSeconds: number
Property Value
number