Class: Aws::GlobalAccelerator::Types::PortMapping
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::PortMapping
- Defined in:
- gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb
Overview
Returns the ports and associated IP addresses and ports of Amazon EC2 instances in your virtual private cloud (VPC) subnets. Custom routing is a port mapping protocol in Global Accelerator that statically associates port ranges with VPC subnets, which allows Global Accelerator to route to specific instances and ports within one or more subnets.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accelerator_port ⇒ Integer
The accelerator port.
-
#destination_socket_address ⇒ Types::SocketAddress
The EC2 instance IP address and port number in the virtual private cloud (VPC) subnet.
-
#destination_traffic_state ⇒ String
Indicates whether or not a port mapping destination can receive traffic.
-
#endpoint_group_arn ⇒ String
The Amazon Resource Name (ARN) of the endpoint group.
-
#endpoint_id ⇒ String
The IP address of the VPC subnet (the subnet ID).
-
#protocols ⇒ Array<String>
The protocols supported by the endpoint group.
Instance Attribute Details
#accelerator_port ⇒ Integer
The accelerator port.
2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 |
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 2970 class PortMapping < Struct.new( :accelerator_port, :endpoint_group_arn, :endpoint_id, :destination_socket_address, :protocols, :destination_traffic_state) SENSITIVE = [] include Aws::Structure end |
#destination_socket_address ⇒ Types::SocketAddress
The EC2 instance IP address and port number in the virtual private cloud (VPC) subnet.
2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 |
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 2970 class PortMapping < Struct.new( :accelerator_port, :endpoint_group_arn, :endpoint_id, :destination_socket_address, :protocols, :destination_traffic_state) SENSITIVE = [] include Aws::Structure end |
#destination_traffic_state ⇒ String
Indicates whether or not a port mapping destination can receive traffic. The value is either ALLOW, if traffic is allowed to the destination, or DENY, if traffic is not allowed to the destination.
2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 |
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 2970 class PortMapping < Struct.new( :accelerator_port, :endpoint_group_arn, :endpoint_id, :destination_socket_address, :protocols, :destination_traffic_state) SENSITIVE = [] include Aws::Structure end |
#endpoint_group_arn ⇒ String
The Amazon Resource Name (ARN) of the endpoint group.
2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 |
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 2970 class PortMapping < Struct.new( :accelerator_port, :endpoint_group_arn, :endpoint_id, :destination_socket_address, :protocols, :destination_traffic_state) SENSITIVE = [] include Aws::Structure end |
#endpoint_id ⇒ String
The IP address of the VPC subnet (the subnet ID).
2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 |
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 2970 class PortMapping < Struct.new( :accelerator_port, :endpoint_group_arn, :endpoint_id, :destination_socket_address, :protocols, :destination_traffic_state) SENSITIVE = [] include Aws::Structure end |
#protocols ⇒ Array<String>
The protocols supported by the endpoint group.
2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 |
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 2970 class PortMapping < Struct.new( :accelerator_port, :endpoint_group_arn, :endpoint_id, :destination_socket_address, :protocols, :destination_traffic_state) SENSITIVE = [] include Aws::Structure end |