Class ConnectionIpsecConfigArgs
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.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ConnectionIpsecConfigArgs : ResourceArgs
Constructors
View SourceConnectionIpsecConfigArgs()
Declaration
public ConnectionIpsecConfigArgs()
Properties
View SourceIpsecAuthAlg
The authentication algorithm of phase-two negotiation. Valid value: md5 | sha1 | sha256 | sha384 | sha512 |. Default value: sha1
Declaration
public Input<string> IpsecAuthAlg { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IpsecEncAlg
The encryption algorithm of phase-two negotiation. Valid value: aes | aes192 | aes256 | des | 3des. Default value: aes
Declaration
public Input<string> IpsecEncAlg { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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 Input<int> IpsecLifetime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
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 Input<string> IpsecPfs { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |