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()
- NetworkRoutingConfig.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- routingMode ↔ String
-
The network-wide routing mode to use. If set to REGIONAL, this network's
Cloud Routers will only advertise routes with subnets of this network in
the same region as the router. If set to GLOBAL, this network's Cloud
Routers will advertise routes with all subnets of this network, across
regions.
Possible string values are: [...]
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited