Class: Aws::GlobalAccelerator::Types::CustomRoutingDestinationDescription

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb

Overview

For a custom routing accelerator, describes 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

Instance Attribute Details

#from_portInteger

The first port, inclusive, in the range of ports for the endpoint group that is associated with a custom routing accelerator.

Returns:

  • (Integer)


1387
1388
1389
1390
1391
1392
1393
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 1387

class CustomRoutingDestinationDescription < Struct.new(
  :from_port,
  :to_port,
  :protocols)
  SENSITIVE = []
  include Aws::Structure
end

#protocolsArray<String>

The protocol for the endpoint group that is associated with a custom routing accelerator. The protocol can be either TCP or UDP.

Returns:

  • (Array<String>)


1387
1388
1389
1390
1391
1392
1393
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 1387

class CustomRoutingDestinationDescription < Struct.new(
  :from_port,
  :to_port,
  :protocols)
  SENSITIVE = []
  include Aws::Structure
end

#to_portInteger

The last port, inclusive, in the range of ports for the endpoint group that is associated with a custom routing accelerator.

Returns:

  • (Integer)


1387
1388
1389
1390
1391
1392
1393
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 1387

class CustomRoutingDestinationDescription < Struct.new(
  :from_port,
  :to_port,
  :protocols)
  SENSITIVE = []
  include Aws::Structure
end