VirtualGatewayListener class
An object that represents a listener for a virtual gateway.
Constructors
- VirtualGatewayListener({required VirtualGatewayPortMapping portMapping, VirtualGatewayConnectionPool? connectionPool, VirtualGatewayHealthCheckPolicy? healthCheck, VirtualGatewayListenerTls? tls})
-
VirtualGatewayListener.fromJson(Map<
String, dynamic> json) -
factory
Properties
- connectionPool → VirtualGatewayConnectionPool?
-
The connection pool information for the virtual gateway listener.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- healthCheck → VirtualGatewayHealthCheckPolicy?
-
The health check information for the listener.
final
- portMapping → VirtualGatewayPortMapping
-
The port mapping information for the listener.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tls → VirtualGatewayListenerTls?
-
A reference to an object that represents the Transport Layer Security (TLS)
properties for the listener.
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