Show / Hide Table of Contents

Class VirtualNetworkGatewayConnectionIpsecPolicyArgs

Inheritance
System.Object
InputArgs
ResourceArgs
VirtualNetworkGatewayConnectionIpsecPolicyArgs
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.Azure.Network.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class VirtualNetworkGatewayConnectionIpsecPolicyArgs : ResourceArgs

Constructors

View Source

VirtualNetworkGatewayConnectionIpsecPolicyArgs()

Declaration
public VirtualNetworkGatewayConnectionIpsecPolicyArgs()

Properties

View Source

DhGroup

The DH group used in IKE phase 1 for initial SA. Valid options are DHGroup1, DHGroup14, DHGroup2, DHGroup2048, DHGroup24, ECP256, ECP384, or None.

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

IkeEncryption

The IKE encryption algorithm. Valid options are AES128, AES192, AES256, DES, or DES3.

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

IkeIntegrity

The IKE integrity algorithm. Valid options are MD5, SHA1, SHA256, or SHA384.

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

IpsecEncryption

The IPSec encryption algorithm. Valid options are AES128, AES192, AES256, DES, DES3, GCMAES128, GCMAES192, GCMAES256, or None.

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

IpsecIntegrity

The IPSec integrity algorithm. Valid options are GCMAES128, GCMAES192, GCMAES256, MD5, SHA1, or SHA256.

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

PfsGroup

The DH group used in IKE phase 2 for new child SA. Valid options are ECP256, ECP384, PFS1, PFS2, PFS2048, PFS24, or None.

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

SaDatasize

The IPSec SA payload size in KB. Must be at least 1024 KB. Defaults to 102400000 KB.

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

SaLifetime

The IPSec SA lifetime in seconds. Must be at least 300 seconds. Defaults to 27000 seconds.

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