File tree Expand file tree Collapse file tree
google/cloud/networkmanagement/v1beta1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- // Copyright 2021 Google LLC
1+ // Copyright 2022 Google LLC
22//
33// Licensed under the Apache License, Version 2.0 (the "License");
44// you may not use this file except in compliance with the License.
@@ -16,8 +16,6 @@ syntax = "proto3";
1616
1717package google.cloud.networkmanagement.v1beta1 ;
1818
19- import "google/api/annotations.proto" ;
20-
2119option csharp_namespace = "Google.Cloud.NetworkManagement.V1Beta1" ;
2220option go_package = "google.golang.org/genproto/googleapis/cloud/networkmanagement/v1beta1;networkmanagement" ;
2321option java_multiple_files = true ;
@@ -372,6 +370,11 @@ message RouteInfo {
372370
373371 // Next hop is the forwarding rule of an Internal Load Balancer.
374372 NEXT_HOP_ILB = 10 ;
373+
374+ // Next hop is a
375+ // [router appliance
376+ // instance](https://cloud.google.com/network-connectivity/docs/network-connectivity-center/concepts/ra-overview).
377+ NEXT_HOP_ROUTER_APPLIANCE = 11 ;
375378 }
376379
377380 // Type of route.
You can’t perform that action at this time.
0 commit comments