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 route server endpoint and its properties.
A route server endpoint is an Amazon Web Services-managed component inside a subnet that facilitates BGP (Border Gateway Protocol) connections between your route server and your BGP peers.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class RouteServerEndpoint
The RouteServerEndpoint type exposes the following members
Name | Description | |
---|---|---|
![]() |
RouteServerEndpoint() |
Name | Type | Description | |
---|---|---|---|
![]() |
EniAddress | System.String |
Gets and sets the property EniAddress. The IP address of the Elastic network interface for the endpoint. |
![]() |
EniId | System.String |
Gets and sets the property EniId. The ID of the Elastic network interface for the endpoint. |
![]() |
FailureReason | System.String |
Gets and sets the property FailureReason. The reason for any failure in endpoint creation or operation. |
![]() |
RouteServerEndpointId | System.String |
Gets and sets the property RouteServerEndpointId. The unique identifier of the route server endpoint. |
![]() |
RouteServerId | System.String |
Gets and sets the property RouteServerId. The ID of the route server associated with this endpoint. |
![]() |
State | Amazon.EC2.RouteServerEndpointState |
Gets and sets the property State. The current state of the route server endpoint. |
![]() |
SubnetId | System.String |
Gets and sets the property SubnetId. The ID of the subnet to place the route server endpoint into. |
![]() |
Tags | System.Collections.Generic.List<Amazon.EC2.Model.Tag> |
Gets and sets the property Tags. Any tags assigned to the route server endpoint. 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. |
![]() |
VpcId | System.String |
Gets and sets the property VpcId. The ID of the VPC containing the endpoint. |
.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