Class VpnServerConfigurationIpsecPolicy
Inheritance
Inherited Members
Namespace: Pulumi.Azure.Network.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class VpnServerConfigurationIpsecPolicy
Fields
View SourceDhGroup
The DH Group, used in IKE Phase 1. Possible values include DHGroup1, DHGroup2, DHGroup14, DHGroup24, DHGroup2048, ECP256, ECP384 and None.
Declaration
public readonly string DhGroup
Field Value
| Type | Description |
|---|---|
| System.String |
IkeEncryption
The IKE encryption algorithm, used for IKE Phase 2. Possible values include AES128, AES192, AES256, DES, DES3, GCMAES128 and GCMAES256.
Declaration
public readonly string IkeEncryption
Field Value
| Type | Description |
|---|---|
| System.String |
IkeIntegrity
The IKE encryption integrity algorithm, used for IKE Phase 2. Possible values include GCMAES128, GCMAES256, MD5, SHA1, SHA256 and SHA384.
Declaration
public readonly string IkeIntegrity
Field Value
| Type | Description |
|---|---|
| System.String |
IpsecEncryption
The IPSec encryption algorithm, used for IKE phase 1. Possible values include AES128, AES192, AES256, DES, DES3, GCMAES128, GCMAES192, GCMAES256 and None.
Declaration
public readonly string IpsecEncryption
Field Value
| Type | Description |
|---|---|
| System.String |
IpsecIntegrity
The IPSec integrity algorithm, used for IKE phase 1. Possible values include GCMAES128, GCMAES192, GCMAES256, MD5, SHA1 and SHA256.
Declaration
public readonly string IpsecIntegrity
Field Value
| Type | Description |
|---|---|
| System.String |
PfsGroup
The Pfs Group, used in IKE Phase 2. Possible values include ECP256, ECP384, PFS1, PFS2, PFS14, PFS24, PFS2048, PFSMM and None.
Declaration
public readonly string PfsGroup
Field Value
| Type | Description |
|---|---|
| System.String |
SaDataSizeKilobytes
The IPSec Security Association payload size in KB for a Site-to-Site VPN tunnel.
Declaration
public readonly int SaDataSizeKilobytes
Field Value
| Type | Description |
|---|---|
| System.Int32 |
SaLifetimeSeconds
The IPSec Security Association lifetime in seconds for a Site-to-Site VPN tunnel.
Declaration
public readonly int SaLifetimeSeconds
Field Value
| Type | Description |
|---|---|
| System.Int32 |