PeeringRoute class
Exchanged network peering route.
Constructors
- PeeringRoute({String? destRange, String? direction, bool? imported, String? nextHopRegion, String? priority, String? type})
- PeeringRoute.fromJson(Map json_)
Properties
- destRange ↔ String?
- 
  Destination range of the peering route in CIDR notation.
  getter/setter pair
- direction ↔ String?
- 
  Direction of the routes exchanged with the peer network, from the VMware
Engine network perspective: * Routes of direction INCOMINGare imported from the peer network.getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- imported ↔ bool?
- 
  True if the peering route has been imported from a peered VPC network;
false otherwise.
  getter/setter pair
- nextHopRegion ↔ String?
- 
  Region containing the next hop of the peering route.
  getter/setter pair
- priority ↔ String?
- 
  The priority of the peering route.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- type ↔ String?
- 
  Type of the route in the peer VPC network.
  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