Show / Hide Table of Contents

Class ConnectionIkeConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ConnectionIkeConfigArgs
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 ConnectionIkeConfigArgs : ResourceArgs

Constructors

View Source

ConnectionIkeConfigArgs()

Declaration
public ConnectionIkeConfigArgs()

Properties

View Source

IkeAuthAlg

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

Declaration
public Input<string> IkeAuthAlg { get; set; }
Property Value
Type Description
Input<System.String>
View Source

IkeEncAlg

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

Declaration
public Input<string> IkeEncAlg { get; set; }
Property Value
Type Description
Input<System.String>
View Source

IkeLifetime

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

Declaration
public Input<int> IkeLifetime { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

IkeLocalId

The identification of the VPN gateway.

Declaration
public Input<string> IkeLocalId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

IkeMode

The negotiation mode of IKE V1. Valid value: main (main mode) | aggressive (aggressive mode). Default value: main

Declaration
public Input<string> IkeMode { get; set; }
Property Value
Type Description
Input<System.String>
View Source

IkePfs

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

Declaration
public Input<string> IkePfs { get; set; }
Property Value
Type Description
Input<System.String>
View Source

IkeRemoteId

The identification of the customer gateway.

Declaration
public Input<string> IkeRemoteId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

IkeVersion

The version of the IKE protocol. Valid value: ikev1 | ikev2. Default value: ikev1

Declaration
public Input<string> IkeVersion { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Psk

Used for authentication between the IPsec VPN gateway and the customer gateway.

Declaration
public Input<string> Psk { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.