type property

String? type
getter/setter pair

The type of the peering route. Possible string values are:

  • "DYNAMIC_PEERING_ROUTE" : For routes exported from local network.
  • "STATIC_PEERING_ROUTE" : The peering route.
  • "SUBNET_PEERING_ROUTE" : The peering route corresponding to subnetwork range.

Implementation

core.String? type;