CustomRoutingDestinationConfiguration class

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.

Constructors

CustomRoutingDestinationConfiguration({required int fromPort, required List<CustomRoutingProtocol> protocols, required int toPort})

Properties

fromPort int
The first port, inclusive, in the range of ports for the endpoint group that is associated with a custom routing accelerator.
final
hashCode int
The hash code for this object.
no setterinherited
protocols List<CustomRoutingProtocol>
The protocol for the endpoint group that is associated with a custom routing accelerator. The protocol can be either TCP or UDP.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toPort int
The last port, inclusive, in the range of ports for the endpoint group that is associated with a custom routing accelerator.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited