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.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class ClientVpnConnection
The ClientVpnConnection type exposes the following members
Name | Description | |
---|---|---|
![]() |
ClientVpnConnection() |
Name | Type | Description | |
---|---|---|---|
![]() |
ClientIp | System.String |
Gets and sets the property ClientIp. The IP address of the client. |
![]() |
ClientIpv6Address | System.String |
Gets and sets the property ClientIpv6Address. The IPv6 address assigned to the client connection when using a dual-stack Client VPN endpoint. This field is only populated when the endpoint is configured for dual-stack addressing, and the client is using IPv6 for connectivity. |
![]() |
ClientVpnEndpointId | System.String |
Gets and sets the property ClientVpnEndpointId. The ID of the Client VPN endpoint to which the client is connected. |
![]() |
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. |
![]() |
ConnectionEndTime | System.String |
Gets and sets the property ConnectionEndTime. The date and time the client connection was terminated. |
![]() |
ConnectionEstablishedTime | System.String |
Gets and sets the property ConnectionEstablishedTime. The date and time the client connection was established. |
![]() |
ConnectionId | System.String |
Gets and sets the property ConnectionId. The ID of the client connection. |
![]() |
EgressBytes | System.String |
Gets and sets the property EgressBytes. The number of bytes received by the client. |
![]() |
EgressPackets | System.String |
Gets and sets the property EgressPackets. The number of packets received by the client. |
![]() |
IngressBytes | System.String |
Gets and sets the property IngressBytes. The number of bytes sent by the client. |
![]() |
IngressPackets | System.String |
Gets and sets the property IngressPackets. The number of packets sent by the client. |
![]() |
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. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
Status | Amazon.EC2.Model.ClientVpnConnectionStatus |
Gets and sets the property Status. The current state of the client connection. |
![]() |
Timestamp | System.String |
Gets and sets the property Timestamp. The current date and time. |
![]() |
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. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer