Show / Hide Table of Contents

Class ConnectionIpsecConfig

Inheritance
System.Object
ConnectionIpsecConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Vpn.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ConnectionIpsecConfig

Fields

View Source

IpsecAuthAlg

The authentication algorithm of phase-two negotiation. Valid value: md5 | sha1 | sha256 | sha384 | sha512 |. Default value: sha1

Declaration
public readonly string IpsecAuthAlg
Field Value
Type Description
System.String
View Source

IpsecEncAlg

The encryption algorithm of phase-two negotiation. Valid value: aes | aes192 | aes256 | des | 3des. Default value: aes

Declaration
public readonly string IpsecEncAlg
Field Value
Type Description
System.String
View Source

IpsecLifetime

The SA lifecycle as the result of phase-two negotiation. The valid value is [0, 86400], the unit is second and the default value is 86400.

Declaration
public readonly int? IpsecLifetime
Field Value
Type Description
System.Nullable<System.Int32>
View Source

IpsecPfs

The Diffie-Hellman key exchange algorithm used by phase-two negotiation. Valid value: group1 | group2 | group5 | group14 | group24| disabled. Default value: group2

Declaration
public readonly string IpsecPfs
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.