Class VirtualNetworkGatewayConnectionIpsecPolicy
Inheritance
Inherited Members
Namespace: Pulumi.Azure.Network.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class VirtualNetworkGatewayConnectionIpsecPolicy
Fields
View SourceDhGroup
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 |
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 |
IkeIntegrity
The IKE integrity algorithm. Valid
options are MD5, SHA1, SHA256, or SHA384.
Declaration
public readonly string IkeIntegrity
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
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 |
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 |
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> |
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> |