Show / Hide Table of Contents

Class CfnVPNConnection.Phase2DHGroupNumbersRequestListValueProperty

Specifies a Diffie-Hellman group number for the VPN tunnel for phase 2 IKE negotiations.

Inheritance
object
CfnVPNConnection.Phase2DHGroupNumbersRequestListValueProperty
Implements
CfnVPNConnection.IPhase2DHGroupNumbersRequestListValueProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-vpnconnection-phase2dhgroupnumbersrequestlistvalue.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-vpnconnection-phase2dhgroupnumbersrequestlistvalue.html

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; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-vpnconnection-phase2dhgroupnumbersrequestlistvalue.html#cfn-ec2-vpnconnection-phase2dhgroupnumbersrequestlistvalue-value

Implements

CfnVPNConnection.IPhase2DHGroupNumbersRequestListValueProperty
Back to top Generated by DocFX