Interface CfnVPNConnection.IPhase1DHGroupNumbersRequestListValueProperty
Specifies a Diffie-Hellman group number for the VPN tunnel for phase 1 IKE negotiations.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IPhase1DHGroupNumbersRequestListValueProperty
Syntax (vb)
Public Interface IPhase1DHGroupNumbersRequestListValueProperty
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 phase1DHGroupNumbersRequestListValueProperty = new Phase1DHGroupNumbersRequestListValueProperty {
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>