Skip to content

Commit 07e9717

Browse files
chore(networkmanagement): update the api
1 parent 7f3d320 commit 07e9717

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

googleapiclient/discovery_cache/documents/networkmanagement.v1.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@
591591
}
592592
}
593593
},
594-
"revision": "20210624",
594+
"revision": "20210721",
595595
"rootUrl": "https://networkmanagement.googleapis.com/",
596596
"schemas": {
597597
"AbortInfo": {
@@ -1625,7 +1625,8 @@
16251625
"NEXT_HOP_VPN_GATEWAY",
16261626
"NEXT_HOP_INTERNET_GATEWAY",
16271627
"NEXT_HOP_BLACKHOLE",
1628-
"NEXT_HOP_ILB"
1628+
"NEXT_HOP_ILB",
1629+
"NEXT_HOP_ROUTER_APPLIANCE"
16291630
],
16301631
"enumDescriptions": [
16311632
"Unspecified type. Default value.",
@@ -1638,7 +1639,8 @@
16381639
"Next hop is a VPN gateway. This scenario only happens when tracing connectivity from an on-premises network to Google Cloud through a VPN. The analysis simulates a packet departing from the on-premises network through a VPN tunnel and arriving at a Cloud VPN gateway.",
16391640
"Next hop is an internet gateway.",
16401641
"Next hop is blackhole; that is, the next hop either does not exist or is not running.",
1641-
"Next hop is the forwarding rule of an Internal Load Balancer."
1642+
"Next hop is the forwarding rule of an Internal Load Balancer.",
1643+
"Next hop is a [router appliance instance](https://cloud.google.com/network-connectivity/docs/network-connectivity-center/concepts/ra-overview)."
16421644
],
16431645
"type": "string"
16441646
},

0 commit comments

Comments
 (0)