type property

String? type
getter/setter pair

The route's type.

Its type is determined by the properties of its IP address range.

Output only. Possible string values are:

  • "ROUTE_TYPE_UNSPECIFIED" : No route type information specified
  • "VPC_PRIMARY_SUBNET" : The route leads to a destination within the primary address range of the VPC network's subnet.
  • "VPC_SECONDARY_SUBNET" : The route leads to a destination within the secondary address range of the VPC network's subnet.

Implementation

core.String? type;