Class VirtualNetworkGatewayConnectionIpsecPolicyArgs
Inherited Members
Namespace: Pulumi.Azure.Network.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class VirtualNetworkGatewayConnectionIpsecPolicyArgs : ResourceArgs
Constructors
View SourceVirtualNetworkGatewayConnectionIpsecPolicyArgs()
Declaration
public VirtualNetworkGatewayConnectionIpsecPolicyArgs()
Properties
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 Input<string> DhGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |