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.

Information about a Client VPN endpoint route.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.ClientVpnRoute

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

Syntax

C#
public class ClientVpnRoute

The ClientVpnRoute type exposes the following members

Constructors

NameDescription
Public Method ClientVpnRoute()

Properties

NameTypeDescription
Public Property ClientVpnEndpointId System.String

Gets and sets the property ClientVpnEndpointId.

The ID of the Client VPN endpoint with which the route is associated.

Public Property Description System.String

Gets and sets the property Description.

A brief description of the route.

Public Property DestinationCidr System.String

Gets and sets the property DestinationCidr.

The IPv4 address range, in CIDR notation, of the route destination.

Public Property Origin System.String

Gets and sets the property Origin.

Indicates how the route was associated with the Client VPN endpoint. associate indicates that the route was automatically added when the target network was associated with the Client VPN endpoint. add-route indicates that the route was manually added using the CreateClientVpnRoute action.

Public Property Status Amazon.EC2.Model.ClientVpnRouteStatus

Gets and sets the property Status.

The current state of the route.

Public Property TargetSubnet System.String

Gets and sets the property TargetSubnet.

The ID of the subnet through which traffic is routed.

Public Property Type System.String

Gets and sets the property Type.

The route type.

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