Get Virtual Network Gateway Vpnclient Ipsec Parameters Result
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
Properties
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 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.