|
1 | | -// Copyright 2021 Google LLC |
| 1 | +// Copyright 2022 Google LLC |
2 | 2 | // |
3 | 3 | // Licensed under the Apache License, Version 2.0 (the "License"); |
4 | 4 | // you may not use this file except in compliance with the License. |
@@ -370,6 +370,11 @@ message RouteInfo { |
370 | 370 |
|
371 | 371 | // Next hop is the forwarding rule of an Internal Load Balancer. |
372 | 372 | 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; |
373 | 378 | } |
374 | 379 |
|
375 | 380 | // Type of route. |
@@ -734,6 +739,9 @@ message AbortInfo { |
734 | 739 | // Aborted because the destination network does not match the destination |
735 | 740 | // endpoint. |
736 | 741 | MISMATCHED_DESTINATION_NETWORK = 14; |
| 742 | + |
| 743 | + // Aborted because the test scenario is not supported. |
| 744 | + UNSUPPORTED = 15; |
737 | 745 | } |
738 | 746 |
|
739 | 747 | // Causes that the analysis is aborted. |
@@ -788,9 +796,7 @@ message DropInfo { |
788 | 796 |
|
789 | 797 | // Instance with only an internal IP address tries to access external hosts, |
790 | 798 | // but Cloud NAT is not enabled in the subnet, unless special configurations |
791 | | - // on a VM allow this connection. For more details, see [Special |
792 | | - // configurations for VM |
793 | | - // instances](https://cloud.google.com/vpc/docs/special-configurations). |
| 799 | + // on a VM allow this connection. |
794 | 800 | NO_EXTERNAL_ADDRESS = 9; |
795 | 801 |
|
796 | 802 | // Destination internal address cannot be resolved to a known target. If |
|
0 commit comments