AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes a client connection.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.ClientVpnConnection

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public class ClientVpnConnection

The ClientVpnConnection type exposes the following members

Constructors

NameDescription
Public Method ClientVpnConnection()

Properties

NameTypeDescription
Public Property ClientIp System.String

Gets and sets the property ClientIp.

The IP address of the client.

Public Property ClientVpnEndpointId System.String

Gets and sets the property ClientVpnEndpointId.

The ID of the Client VPN endpoint to which the client is connected.

Public Property CommonName System.String

Gets and sets the property CommonName.

The common name associated with the client. This is either the name of the client certificate, or the Active Directory user name.

Public Property ConnectionEndTime System.String

Gets and sets the property ConnectionEndTime.

The date and time the client connection was terminated.

Public Property ConnectionEstablishedTime System.String

Gets and sets the property ConnectionEstablishedTime.

The date and time the client connection was established.

Public Property ConnectionId System.String

Gets and sets the property ConnectionId.

The ID of the client connection.

Public Property EgressBytes System.String

Gets and sets the property EgressBytes.

The number of bytes received by the client.

Public Property EgressPackets System.String

Gets and sets the property EgressPackets.

The number of packets received by the client.

Public Property IngressBytes System.String

Gets and sets the property IngressBytes.

The number of bytes sent by the client.

Public Property IngressPackets System.String

Gets and sets the property IngressPackets.

The number of packets sent by the client.

Public Property PostureComplianceStatuses System.Collections.Generic.List<System.String>

Gets and sets the property PostureComplianceStatuses.

The statuses returned by the client connect handler for posture compliance, if applicable.

Public Property Status Amazon.EC2.Model.ClientVpnConnectionStatus

Gets and sets the property Status.

The current state of the client connection.

Public Property Timestamp System.String

Gets and sets the property Timestamp.

The current date and time.

Public Property Username System.String

Gets and sets the property Username.

The username of the client who established the client connection. This information is only provided if Active Directory client authentication is used.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5