Show / Hide Table of Contents

Class VpnPort

Port for client VPN.

Inheritance
System.Object
VpnPort
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.AWS.EC2.dll
Syntax (csharp)
public sealed class VpnPort : Enum
Syntax (vb)
Public NotInheritable Class VpnPort
    Inherits

     Enum

Synopsis

Fields

HTTPS

HTTPS.

OPENVPN

OpenVPN.

value__

Fields

HTTPS

HTTPS.

public const VpnPort HTTPS
Field Value
Type Description
VpnPort

OPENVPN

OpenVPN.

public const VpnPort OPENVPN
Field Value
Type Description
VpnPort

value__

public int value__
Field Value
Type Description
System.Int32
Back to top Generated by DocFX