Get Connections Connection Ipsec Config
data class GetConnectionsConnectionIpsecConfig(val ipsecAuthAlg: String? = null, val ipsecEncAlg: String? = null, val ipsecLifetime: Int? = null, val ipsecPfs: String? = null)
Constructors
Link copied to clipboard
fun GetConnectionsConnectionIpsecConfig(ipsecAuthAlg: String? = null, ipsecEncAlg: String? = null, ipsecLifetime: Int? = null, ipsecPfs: String? = null)