Class CfnVPNConnection.Phase2DHGroupNumbersRequestListValueProperty
Specifies a Diffie-Hellman group number for the VPN tunnel for phase 2 IKE negotiations.
Inherited Members
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnVPNConnection.Phase2DHGroupNumbersRequestListValueProperty : CfnVPNConnection.IPhase2DHGroupNumbersRequestListValueProperty
Syntax (vb)
Public Class CfnVPNConnection.Phase2DHGroupNumbersRequestListValueProperty Implements CfnVPNConnection.IPhase2DHGroupNumbersRequestListValueProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.EC2;
var phase2DHGroupNumbersRequestListValueProperty = new Phase2DHGroupNumbersRequestListValueProperty {
Value = 123
};
Synopsis
Constructors
| Phase2DHGroupNumbersRequestListValueProperty() | Specifies a Diffie-Hellman group number for the VPN tunnel for phase 2 IKE negotiations. |
Properties
| Value | The Diffie-Hellmann group number. |
Constructors
Phase2DHGroupNumbersRequestListValueProperty()
Specifies a Diffie-Hellman group number for the VPN tunnel for phase 2 IKE negotiations.
public Phase2DHGroupNumbersRequestListValueProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.EC2;
var phase2DHGroupNumbersRequestListValueProperty = new Phase2DHGroupNumbersRequestListValueProperty {
Value = 123
};
Properties
Value
The Diffie-Hellmann group number.
public double? Value { get; set; }