Show / Hide Table of Contents

Class ConnectionIpsecConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ConnectionIpsecConfigArgs
Inherited Members
ResourceArgs.Empty
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 Source

ConnectionIpsecConfigArgs()

Declaration
public ConnectionIpsecConfigArgs()

Properties

View Source

IpsecAuthAlg

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>
View Source

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>
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 Input<int> IpsecLifetime { get; set; }
Property Value
Type Description
Input<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 Input<string> IpsecPfs { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.