Gateway Vpn Attachment Ipsec Config
data class GatewayVpnAttachmentIpsecConfig(val ipsecAuthAlg: String? = null, val ipsecEncAlg: String? = null, val ipsecLifetime: Int? = null, val ipsecPfs: String? = null)
Constructors
Link copied to clipboard
fun GatewayVpnAttachmentIpsecConfig(ipsecAuthAlg: String? = null, ipsecEncAlg: String? = null, ipsecLifetime: Int? = null, ipsecPfs: String? = null)