NetworkRoutingConfig class

A routing configuration attached to a network resource.

The message includes the list of routers associated with the network, and a flag indicating the type of routing behavior to enforce network-wide.

Constructors

NetworkRoutingConfig({String? routingMode})
NetworkRoutingConfig.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
routingMode String?
The network-wide routing mode to use.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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