EnvoyInternalAddress class

The address represents an envoy internal listener.

[#comment:

Constructors

EnvoyInternalAddress({String? endpointId, String? serverListenerName})
EnvoyInternalAddress.fromJson(Map json_)

Properties

endpointId String?
Specifies an endpoint identifier to distinguish between multiple endpoints for the same internal listener in a single upstream pool.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverListenerName String?
Specifies the :ref:name of the internal listener.
getter/setter pair

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