Show / Hide Table of Contents

Class VirtualNetworkGatewayConnectionIpsecPolicy

Inheritance
System.Object
VirtualNetworkGatewayConnectionIpsecPolicy
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.Azure.Network.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class VirtualNetworkGatewayConnectionIpsecPolicy

Fields

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 readonly string DhGroup
Field Value
Type Description
System.String
View Source

IkeEncryption

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

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

IkeIntegrity

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

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

IpsecEncryption

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

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

IpsecIntegrity

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

Declaration
public readonly string IpsecIntegrity
Field Value
Type Description
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 readonly string PfsGroup
Field Value
Type Description
System.String
View Source

SaDatasize

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

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

SaLifetime

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

Declaration
public readonly int? SaLifetime
Field Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.