type property

String? type
getter/setter pair

Type of the route in the peer VPC network.

Output only. Possible string values are:

  • "TYPE_UNSPECIFIED" : Unspecified peering route type. This is the default value.
  • "DYNAMIC_PEERING_ROUTE" : Dynamic routes in the peer network.
  • "STATIC_PEERING_ROUTE" : Static routes in the peer network.
  • "SUBNET_PEERING_ROUTE" : Created, updated, and removed automatically by Google Cloud when subnets are created, modified, or deleted in the peer network.

Implementation

core.String? type;