Class: Aws::EC2::Types::RouteServerEndpoint

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.

[1]: en.wikipedia.org/wiki/Border_Gateway_Protocol

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#eni_addressString

The IP address of the Elastic network interface for the endpoint.

Returns:

  • (String)


64821
64822
64823
64824
64825
64826
64827
64828
64829
64830
64831
64832
64833
# File 'lib/aws-sdk-ec2/types.rb', line 64821

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_idString

The ID of the Elastic network interface for the endpoint.

Returns:

  • (String)


64821
64822
64823
64824
64825
64826
64827
64828
64829
64830
64831
64832
64833
# File 'lib/aws-sdk-ec2/types.rb', line 64821

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_reasonString

The reason for any failure in endpoint creation or operation.

Returns:

  • (String)


64821
64822
64823
64824
64825
64826
64827
64828
64829
64830
64831
64832
64833
# File 'lib/aws-sdk-ec2/types.rb', line 64821

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_idString

The unique identifier of the route server endpoint.

Returns:

  • (String)


64821
64822
64823
64824
64825
64826
64827
64828
64829
64830
64831
64832
64833
# File 'lib/aws-sdk-ec2/types.rb', line 64821

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_idString

The ID of the route server associated with this endpoint.

Returns:

  • (String)


64821
64822
64823
64824
64825
64826
64827
64828
64829
64830
64831
64832
64833
# File 'lib/aws-sdk-ec2/types.rb', line 64821

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

#stateString

The current state of the route server endpoint.

Returns:

  • (String)


64821
64822
64823
64824
64825
64826
64827
64828
64829
64830
64831
64832
64833
# File 'lib/aws-sdk-ec2/types.rb', line 64821

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_idString

The ID of the subnet to place the route server endpoint into.

Returns:

  • (String)


64821
64822
64823
64824
64825
64826
64827
64828
64829
64830
64831
64832
64833
# File 'lib/aws-sdk-ec2/types.rb', line 64821

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

#tagsArray<Types::Tag>

Any tags assigned to the route server endpoint.

Returns:



64821
64822
64823
64824
64825
64826
64827
64828
64829
64830
64831
64832
64833
# File 'lib/aws-sdk-ec2/types.rb', line 64821

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_idString

The ID of the VPC containing the endpoint.

Returns:

  • (String)


64821
64822
64823
64824
64825
64826
64827
64828
64829
64830
64831
64832
64833
# File 'lib/aws-sdk-ec2/types.rb', line 64821

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