CustomRoutingDestinationDescription class
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.
Constructors
-
CustomRoutingDestinationDescription({int? fromPort, List<
Protocol> ? protocols, int? toPort}) -
CustomRoutingDestinationDescription.fromJson(Map<
String, dynamic> json) -
factory
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<
Protocol> ? -
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited