Class: Aws::GlobalAccelerator::Types::CustomRoutingDestinationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::CustomRoutingDestinationConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
For a custom routing accelerator, sets the port range and protocol for all endpoints (virtual private cloud subnets) in an endpoint group to accept client traffic on.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#from_port ⇒ Integer
The first port, inclusive, in the range of ports for the endpoint group that is associated with a custom routing accelerator.
-
#protocols ⇒ Array<String>
The protocol for the endpoint group that is associated with a custom routing accelerator.
-
#to_port ⇒ Integer
The last port, inclusive, in the range of ports for the endpoint group that is associated with a custom routing accelerator.
Instance Attribute Details
#from_port ⇒ Integer
The first port, inclusive, in the range of ports for the endpoint group that is associated with a custom routing accelerator.
1358 1359 1360 1361 1362 1363 1364 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 1358 class CustomRoutingDestinationConfiguration < Struct.new( :from_port, :to_port, :protocols) SENSITIVE = [] include Aws::Structure end |
#protocols ⇒ Array<String>
The protocol for the endpoint group that is associated with a custom routing accelerator. The protocol can be either TCP or UDP.
1358 1359 1360 1361 1362 1363 1364 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 1358 class CustomRoutingDestinationConfiguration < Struct.new( :from_port, :to_port, :protocols) SENSITIVE = [] include Aws::Structure end |
#to_port ⇒ Integer
The last port, inclusive, in the range of ports for the endpoint group that is associated with a custom routing accelerator.
1358 1359 1360 1361 1362 1363 1364 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 1358 class CustomRoutingDestinationConfiguration < Struct.new( :from_port, :to_port, :protocols) SENSITIVE = [] include Aws::Structure end |