Class: Aws::EC2::Types::RouteServerEndpoint
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::RouteServerEndpoint
 
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #eni_address  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The IP address of the Elastic network interface for the endpoint. 
- 
  
    
      #eni_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the Elastic network interface for the endpoint. 
- 
  
    
      #failure_reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The reason for any failure in endpoint creation or operation. 
- 
  
    
      #route_server_endpoint_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier of the route server endpoint. 
- 
  
    
      #route_server_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the route server associated with this endpoint. 
- 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The current state of the route server endpoint. 
- 
  
    
      #subnet_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the subnet to place the route server endpoint into. 
- 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Any tags assigned to the route server endpoint. 
- 
  
    
      #vpc_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the VPC containing the endpoint. 
Instance Attribute Details
#eni_address ⇒ String
The IP address of the Elastic network interface for the endpoint.
| 69239 69240 69241 69242 69243 69244 69245 69246 69247 69248 69249 69250 69251 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69239 class RouteServerEndpoint < Struct.new( :route_server_id, :route_server_endpoint_id, :vpc_id, :subnet_id, :eni_id, :eni_address, :state, :failure_reason, :tags) SENSITIVE = [] include Aws::Structure end | 
#eni_id ⇒ String
The ID of the Elastic network interface for the endpoint.
| 69239 69240 69241 69242 69243 69244 69245 69246 69247 69248 69249 69250 69251 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69239 class RouteServerEndpoint < Struct.new( :route_server_id, :route_server_endpoint_id, :vpc_id, :subnet_id, :eni_id, :eni_address, :state, :failure_reason, :tags) SENSITIVE = [] include Aws::Structure end | 
#failure_reason ⇒ String
The reason for any failure in endpoint creation or operation.
| 69239 69240 69241 69242 69243 69244 69245 69246 69247 69248 69249 69250 69251 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69239 class RouteServerEndpoint < Struct.new( :route_server_id, :route_server_endpoint_id, :vpc_id, :subnet_id, :eni_id, :eni_address, :state, :failure_reason, :tags) SENSITIVE = [] include Aws::Structure end | 
#route_server_endpoint_id ⇒ String
The unique identifier of the route server endpoint.
| 69239 69240 69241 69242 69243 69244 69245 69246 69247 69248 69249 69250 69251 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69239 class RouteServerEndpoint < Struct.new( :route_server_id, :route_server_endpoint_id, :vpc_id, :subnet_id, :eni_id, :eni_address, :state, :failure_reason, :tags) SENSITIVE = [] include Aws::Structure end | 
#route_server_id ⇒ String
The ID of the route server associated with this endpoint.
| 69239 69240 69241 69242 69243 69244 69245 69246 69247 69248 69249 69250 69251 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69239 class RouteServerEndpoint < Struct.new( :route_server_id, :route_server_endpoint_id, :vpc_id, :subnet_id, :eni_id, :eni_address, :state, :failure_reason, :tags) SENSITIVE = [] include Aws::Structure end | 
#state ⇒ String
The current state of the route server endpoint.
| 69239 69240 69241 69242 69243 69244 69245 69246 69247 69248 69249 69250 69251 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69239 class RouteServerEndpoint < Struct.new( :route_server_id, :route_server_endpoint_id, :vpc_id, :subnet_id, :eni_id, :eni_address, :state, :failure_reason, :tags) SENSITIVE = [] include Aws::Structure end | 
#subnet_id ⇒ String
The ID of the subnet to place the route server endpoint into.
| 69239 69240 69241 69242 69243 69244 69245 69246 69247 69248 69249 69250 69251 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69239 class RouteServerEndpoint < Struct.new( :route_server_id, :route_server_endpoint_id, :vpc_id, :subnet_id, :eni_id, :eni_address, :state, :failure_reason, :tags) SENSITIVE = [] include Aws::Structure end | 
#tags ⇒ Array<Types::Tag>
Any tags assigned to the route server endpoint.
| 69239 69240 69241 69242 69243 69244 69245 69246 69247 69248 69249 69250 69251 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69239 class RouteServerEndpoint < Struct.new( :route_server_id, :route_server_endpoint_id, :vpc_id, :subnet_id, :eni_id, :eni_address, :state, :failure_reason, :tags) SENSITIVE = [] include Aws::Structure end | 
#vpc_id ⇒ String
The ID of the VPC containing the endpoint.
| 69239 69240 69241 69242 69243 69244 69245 69246 69247 69248 69249 69250 69251 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69239 class RouteServerEndpoint < Struct.new( :route_server_id, :route_server_endpoint_id, :vpc_id, :subnet_id, :eni_id, :eni_address, :state, :failure_reason, :tags) SENSITIVE = [] include Aws::Structure end |