Interface CfnVPNConnection.IPhase2DHGroupNumbersRequestListValueProperty
Specifies a Diffie-Hellman group number for the VPN tunnel for phase 2 IKE negotiations.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IPhase2DHGroupNumbersRequestListValueProperty
Syntax (vb)
Public Interface 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
Properties
Value | The Diffie-Hellmann group number. |
Properties
Value
The Diffie-Hellmann group number.
virtual Nullable<double> Value { get; }
Property Value
System.Nullable<System.Double>