Skip to content

Commit 5813dcf

Browse files
Google APIscopybara-github
authored andcommitted
feat: add new abort cause and new route next hop type
PiperOrigin-RevId: 460402186
1 parent f86f3a2 commit 5813dcf

3 files changed

Lines changed: 13 additions & 6 deletions

File tree

google/cloud/networkmanagement/v1/connectivity_test.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.

google/cloud/networkmanagement/v1/reachability.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.
@@ -19,6 +19,7 @@ package google.cloud.networkmanagement.v1;
1919
import "google/api/annotations.proto";
2020
import "google/api/client.proto";
2121
import "google/api/field_behavior.proto";
22+
import "google/api/resource.proto";
2223
import "google/cloud/networkmanagement/v1/connectivity_test.proto";
2324
import "google/longrunning/operations.proto";
2425
import "google/protobuf/field_mask.proto";

google/cloud/networkmanagement/v1/trace.proto

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.
@@ -370,6 +370,11 @@ message RouteInfo {
370370

371371
// Next hop is the forwarding rule of an Internal Load Balancer.
372372
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;
373378
}
374379

375380
// Type of route.
@@ -734,6 +739,9 @@ message AbortInfo {
734739
// Aborted because the destination network does not match the destination
735740
// endpoint.
736741
MISMATCHED_DESTINATION_NETWORK = 14;
742+
743+
// Aborted because the test scenario is not supported.
744+
UNSUPPORTED = 15;
737745
}
738746

739747
// Causes that the analysis is aborted.
@@ -788,9 +796,7 @@ message DropInfo {
788796

789797
// Instance with only an internal IP address tries to access external hosts,
790798
// 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.
794800
NO_EXTERNAL_ADDRESS = 9;
795801

796802
// Destination internal address cannot be resolved to a known target. If

0 commit comments

Comments
 (0)