VirtualNodeSpec class
An object representing the specification of a virtual node.
Constructors
-
VirtualNodeSpec({List<
String> ? backends, List<Listener> ? listeners, ServiceDiscovery? serviceDiscovery}) -
VirtualNodeSpec.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
backends
→ List<
String> ? -
The backends to which the virtual node is expected to send outbound traffic.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
listeners
→ List<
Listener> ? -
The listeners from which the virtual node is expected to receive inbound
traffic.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceDiscovery → ServiceDiscovery?
-
The service discovery information for the virtual node.
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