Skip to content

Commit cbac29b

Browse files
feat(networkmanagement): update the api
#### networkmanagement:v1 The following keys were added: - schemas.NetworkInfo.properties.matchedSubnetUri.type (Total Keys: 1) - schemas.NetworkInfo.properties.region.type (Total Keys: 1) - schemas.RouteInfo.properties.advertisedRouteNextHopUri.type (Total Keys: 1) - schemas.RouteInfo.properties.advertisedRouteSourceRouterUri.type (Total Keys: 1) - schemas.RouteInfo.properties.region.type (Total Keys: 1) #### networkmanagement:v1beta1 The following keys were added: - schemas.NetworkInfo.properties.matchedSubnetUri.type (Total Keys: 1) - schemas.NetworkInfo.properties.region.type (Total Keys: 1) - schemas.RouteInfo.properties.advertisedRouteNextHopUri.type (Total Keys: 1) - schemas.RouteInfo.properties.advertisedRouteSourceRouterUri.type (Total Keys: 1) - schemas.RouteInfo.properties.region.type (Total Keys: 1)
1 parent a104d70 commit cbac29b

4 files changed

+132
-36
lines changed

docs/dyn/networkmanagement_v1.projects.locations.global_.connectivityTests.html

Lines changed: 32 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -382,9 +382,11 @@ <h3>Method Details</h3>
382382
&quot;routerUri&quot;: &quot;A String&quot;, # Uri of the Cloud Router. Only valid when type is CLOUD_NAT.
383383
&quot;type&quot;: &quot;A String&quot;, # Type of NAT.
384384
},
385-
&quot;network&quot;: { # For display only. Metadata associated with a Compute Engine network. # Display information of a Google Cloud network.
385+
&quot;network&quot;: { # For display only. Metadata associated with a Compute Engine network. Next ID: 7 # Display information of a Google Cloud network.
386386
&quot;displayName&quot;: &quot;A String&quot;, # Name of a Compute Engine network.
387-
&quot;matchedIpRange&quot;: &quot;A String&quot;, # The IP range that matches the test.
387+
&quot;matchedIpRange&quot;: &quot;A String&quot;, # The IP range of the subnet matching the source IP address of the test.
388+
&quot;matchedSubnetUri&quot;: &quot;A String&quot;, # URI of the subnet matching the source IP address of the test.
389+
&quot;region&quot;: &quot;A String&quot;, # The region of the subnet matching the source IP address of the test.
388390
&quot;uri&quot;: &quot;A String&quot;, # URI of a Compute Engine network.
389391
},
390392
&quot;projectId&quot;: &quot;A String&quot;, # Project ID that contains the configuration this step is validating.
@@ -418,6 +420,8 @@ <h3>Method Details</h3>
418420
&quot;uri&quot;: &quot;A String&quot;, # URI of a Cloud Redis Instance.
419421
},
420422
&quot;route&quot;: { # For display only. Metadata associated with a Compute Engine route. # Display information of a Compute Engine route.
423+
&quot;advertisedRouteNextHopUri&quot;: &quot;A String&quot;, # For advertised routes, the URI of their next hop, i.e. the URI of the hybrid endpoint (VPN tunnel, Interconnect attachment, NCC router appliance) the advertised prefix is advertised through, or URI of the source peered network.
424+
&quot;advertisedRouteSourceRouterUri&quot;: &quot;A String&quot;, # For advertised dynamic routes, the URI of the Cloud Router that advertised the corresponding IP prefix.
421425
&quot;destIpRange&quot;: &quot;A String&quot;, # Destination IP range of the route.
422426
&quot;destPortRanges&quot;: [ # Destination port ranges of the route. Policy based routes only.
423427
&quot;A String&quot;,
@@ -435,13 +439,14 @@ <h3>Method Details</h3>
435439
&quot;protocols&quot;: [ # Protocols of the route. Policy based routes only.
436440
&quot;A String&quot;,
437441
],
442+
&quot;region&quot;: &quot;A String&quot;, # Region of the route (if applicable).
438443
&quot;routeScope&quot;: &quot;A String&quot;, # Indicates where route is applicable.
439444
&quot;routeType&quot;: &quot;A String&quot;, # Type of route.
440445
&quot;srcIpRange&quot;: &quot;A String&quot;, # Source IP address range of the route. Policy based routes only.
441446
&quot;srcPortRanges&quot;: [ # Source port ranges of the route. Policy based routes only.
442447
&quot;A String&quot;,
443448
],
444-
&quot;uri&quot;: &quot;A String&quot;, # URI of a route. Dynamic, peering static and peering dynamic routes do not have an URI. Advertised route from Google Cloud VPC to on-premises network also does not have an URI.
449+
&quot;uri&quot;: &quot;A String&quot;, # URI of a route (if applicable).
445450
},
446451
&quot;serverlessNeg&quot;: { # For display only. Metadata associated with the serverless network endpoint group backend. # Display information of a Serverless network endpoint group backend. Used only for return traces.
447452
&quot;negUri&quot;: &quot;A String&quot;, # URI of the serverless network endpoint group.
@@ -848,9 +853,11 @@ <h3>Method Details</h3>
848853
&quot;routerUri&quot;: &quot;A String&quot;, # Uri of the Cloud Router. Only valid when type is CLOUD_NAT.
849854
&quot;type&quot;: &quot;A String&quot;, # Type of NAT.
850855
},
851-
&quot;network&quot;: { # For display only. Metadata associated with a Compute Engine network. # Display information of a Google Cloud network.
856+
&quot;network&quot;: { # For display only. Metadata associated with a Compute Engine network. Next ID: 7 # Display information of a Google Cloud network.
852857
&quot;displayName&quot;: &quot;A String&quot;, # Name of a Compute Engine network.
853-
&quot;matchedIpRange&quot;: &quot;A String&quot;, # The IP range that matches the test.
858+
&quot;matchedIpRange&quot;: &quot;A String&quot;, # The IP range of the subnet matching the source IP address of the test.
859+
&quot;matchedSubnetUri&quot;: &quot;A String&quot;, # URI of the subnet matching the source IP address of the test.
860+
&quot;region&quot;: &quot;A String&quot;, # The region of the subnet matching the source IP address of the test.
854861
&quot;uri&quot;: &quot;A String&quot;, # URI of a Compute Engine network.
855862
},
856863
&quot;projectId&quot;: &quot;A String&quot;, # Project ID that contains the configuration this step is validating.
@@ -884,6 +891,8 @@ <h3>Method Details</h3>
884891
&quot;uri&quot;: &quot;A String&quot;, # URI of a Cloud Redis Instance.
885892
},
886893
&quot;route&quot;: { # For display only. Metadata associated with a Compute Engine route. # Display information of a Compute Engine route.
894+
&quot;advertisedRouteNextHopUri&quot;: &quot;A String&quot;, # For advertised routes, the URI of their next hop, i.e. the URI of the hybrid endpoint (VPN tunnel, Interconnect attachment, NCC router appliance) the advertised prefix is advertised through, or URI of the source peered network.
895+
&quot;advertisedRouteSourceRouterUri&quot;: &quot;A String&quot;, # For advertised dynamic routes, the URI of the Cloud Router that advertised the corresponding IP prefix.
887896
&quot;destIpRange&quot;: &quot;A String&quot;, # Destination IP range of the route.
888897
&quot;destPortRanges&quot;: [ # Destination port ranges of the route. Policy based routes only.
889898
&quot;A String&quot;,
@@ -901,13 +910,14 @@ <h3>Method Details</h3>
901910
&quot;protocols&quot;: [ # Protocols of the route. Policy based routes only.
902911
&quot;A String&quot;,
903912
],
913+
&quot;region&quot;: &quot;A String&quot;, # Region of the route (if applicable).
904914
&quot;routeScope&quot;: &quot;A String&quot;, # Indicates where route is applicable.
905915
&quot;routeType&quot;: &quot;A String&quot;, # Type of route.
906916
&quot;srcIpRange&quot;: &quot;A String&quot;, # Source IP address range of the route. Policy based routes only.
907917
&quot;srcPortRanges&quot;: [ # Source port ranges of the route. Policy based routes only.
908918
&quot;A String&quot;,
909919
],
910-
&quot;uri&quot;: &quot;A String&quot;, # URI of a route. Dynamic, peering static and peering dynamic routes do not have an URI. Advertised route from Google Cloud VPC to on-premises network also does not have an URI.
920+
&quot;uri&quot;: &quot;A String&quot;, # URI of a route (if applicable).
911921
},
912922
&quot;serverlessNeg&quot;: { # For display only. Metadata associated with the serverless network endpoint group backend. # Display information of a Serverless network endpoint group backend. Used only for return traces.
913923
&quot;negUri&quot;: &quot;A String&quot;, # URI of the serverless network endpoint group.
@@ -1305,9 +1315,11 @@ <h3>Method Details</h3>
13051315
&quot;routerUri&quot;: &quot;A String&quot;, # Uri of the Cloud Router. Only valid when type is CLOUD_NAT.
13061316
&quot;type&quot;: &quot;A String&quot;, # Type of NAT.
13071317
},
1308-
&quot;network&quot;: { # For display only. Metadata associated with a Compute Engine network. # Display information of a Google Cloud network.
1318+
&quot;network&quot;: { # For display only. Metadata associated with a Compute Engine network. Next ID: 7 # Display information of a Google Cloud network.
13091319
&quot;displayName&quot;: &quot;A String&quot;, # Name of a Compute Engine network.
1310-
&quot;matchedIpRange&quot;: &quot;A String&quot;, # The IP range that matches the test.
1320+
&quot;matchedIpRange&quot;: &quot;A String&quot;, # The IP range of the subnet matching the source IP address of the test.
1321+
&quot;matchedSubnetUri&quot;: &quot;A String&quot;, # URI of the subnet matching the source IP address of the test.
1322+
&quot;region&quot;: &quot;A String&quot;, # The region of the subnet matching the source IP address of the test.
13111323
&quot;uri&quot;: &quot;A String&quot;, # URI of a Compute Engine network.
13121324
},
13131325
&quot;projectId&quot;: &quot;A String&quot;, # Project ID that contains the configuration this step is validating.
@@ -1341,6 +1353,8 @@ <h3>Method Details</h3>
13411353
&quot;uri&quot;: &quot;A String&quot;, # URI of a Cloud Redis Instance.
13421354
},
13431355
&quot;route&quot;: { # For display only. Metadata associated with a Compute Engine route. # Display information of a Compute Engine route.
1356+
&quot;advertisedRouteNextHopUri&quot;: &quot;A String&quot;, # For advertised routes, the URI of their next hop, i.e. the URI of the hybrid endpoint (VPN tunnel, Interconnect attachment, NCC router appliance) the advertised prefix is advertised through, or URI of the source peered network.
1357+
&quot;advertisedRouteSourceRouterUri&quot;: &quot;A String&quot;, # For advertised dynamic routes, the URI of the Cloud Router that advertised the corresponding IP prefix.
13441358
&quot;destIpRange&quot;: &quot;A String&quot;, # Destination IP range of the route.
13451359
&quot;destPortRanges&quot;: [ # Destination port ranges of the route. Policy based routes only.
13461360
&quot;A String&quot;,
@@ -1358,13 +1372,14 @@ <h3>Method Details</h3>
13581372
&quot;protocols&quot;: [ # Protocols of the route. Policy based routes only.
13591373
&quot;A String&quot;,
13601374
],
1375+
&quot;region&quot;: &quot;A String&quot;, # Region of the route (if applicable).
13611376
&quot;routeScope&quot;: &quot;A String&quot;, # Indicates where route is applicable.
13621377
&quot;routeType&quot;: &quot;A String&quot;, # Type of route.
13631378
&quot;srcIpRange&quot;: &quot;A String&quot;, # Source IP address range of the route. Policy based routes only.
13641379
&quot;srcPortRanges&quot;: [ # Source port ranges of the route. Policy based routes only.
13651380
&quot;A String&quot;,
13661381
],
1367-
&quot;uri&quot;: &quot;A String&quot;, # URI of a route. Dynamic, peering static and peering dynamic routes do not have an URI. Advertised route from Google Cloud VPC to on-premises network also does not have an URI.
1382+
&quot;uri&quot;: &quot;A String&quot;, # URI of a route (if applicable).
13681383
},
13691384
&quot;serverlessNeg&quot;: { # For display only. Metadata associated with the serverless network endpoint group backend. # Display information of a Serverless network endpoint group backend. Used only for return traces.
13701385
&quot;negUri&quot;: &quot;A String&quot;, # URI of the serverless network endpoint group.
@@ -1721,9 +1736,11 @@ <h3>Method Details</h3>
17211736
&quot;routerUri&quot;: &quot;A String&quot;, # Uri of the Cloud Router. Only valid when type is CLOUD_NAT.
17221737
&quot;type&quot;: &quot;A String&quot;, # Type of NAT.
17231738
},
1724-
&quot;network&quot;: { # For display only. Metadata associated with a Compute Engine network. # Display information of a Google Cloud network.
1739+
&quot;network&quot;: { # For display only. Metadata associated with a Compute Engine network. Next ID: 7 # Display information of a Google Cloud network.
17251740
&quot;displayName&quot;: &quot;A String&quot;, # Name of a Compute Engine network.
1726-
&quot;matchedIpRange&quot;: &quot;A String&quot;, # The IP range that matches the test.
1741+
&quot;matchedIpRange&quot;: &quot;A String&quot;, # The IP range of the subnet matching the source IP address of the test.
1742+
&quot;matchedSubnetUri&quot;: &quot;A String&quot;, # URI of the subnet matching the source IP address of the test.
1743+
&quot;region&quot;: &quot;A String&quot;, # The region of the subnet matching the source IP address of the test.
17271744
&quot;uri&quot;: &quot;A String&quot;, # URI of a Compute Engine network.
17281745
},
17291746
&quot;projectId&quot;: &quot;A String&quot;, # Project ID that contains the configuration this step is validating.
@@ -1757,6 +1774,8 @@ <h3>Method Details</h3>
17571774
&quot;uri&quot;: &quot;A String&quot;, # URI of a Cloud Redis Instance.
17581775
},
17591776
&quot;route&quot;: { # For display only. Metadata associated with a Compute Engine route. # Display information of a Compute Engine route.
1777+
&quot;advertisedRouteNextHopUri&quot;: &quot;A String&quot;, # For advertised routes, the URI of their next hop, i.e. the URI of the hybrid endpoint (VPN tunnel, Interconnect attachment, NCC router appliance) the advertised prefix is advertised through, or URI of the source peered network.
1778+
&quot;advertisedRouteSourceRouterUri&quot;: &quot;A String&quot;, # For advertised dynamic routes, the URI of the Cloud Router that advertised the corresponding IP prefix.
17601779
&quot;destIpRange&quot;: &quot;A String&quot;, # Destination IP range of the route.
17611780
&quot;destPortRanges&quot;: [ # Destination port ranges of the route. Policy based routes only.
17621781
&quot;A String&quot;,
@@ -1774,13 +1793,14 @@ <h3>Method Details</h3>
17741793
&quot;protocols&quot;: [ # Protocols of the route. Policy based routes only.
17751794
&quot;A String&quot;,
17761795
],
1796+
&quot;region&quot;: &quot;A String&quot;, # Region of the route (if applicable).
17771797
&quot;routeScope&quot;: &quot;A String&quot;, # Indicates where route is applicable.
17781798
&quot;routeType&quot;: &quot;A String&quot;, # Type of route.
17791799
&quot;srcIpRange&quot;: &quot;A String&quot;, # Source IP address range of the route. Policy based routes only.
17801800
&quot;srcPortRanges&quot;: [ # Source port ranges of the route. Policy based routes only.
17811801
&quot;A String&quot;,
17821802
],
1783-
&quot;uri&quot;: &quot;A String&quot;, # URI of a route. Dynamic, peering static and peering dynamic routes do not have an URI. Advertised route from Google Cloud VPC to on-premises network also does not have an URI.
1803+
&quot;uri&quot;: &quot;A String&quot;, # URI of a route (if applicable).
17841804
},
17851805
&quot;serverlessNeg&quot;: { # For display only. Metadata associated with the serverless network endpoint group backend. # Display information of a Serverless network endpoint group backend. Used only for return traces.
17861806
&quot;negUri&quot;: &quot;A String&quot;, # URI of the serverless network endpoint group.

0 commit comments

Comments
 (0)