Skip to content

Commit 6a3bf3d

Browse files
feat(networkconnectivity): update the api
#### networkconnectivity:v1 The following keys were added: - schemas.LinkedVpcNetwork.properties.includeExportRanges (Total Keys: 2)
1 parent 6ba2a75 commit 6a3bf3d

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

docs/dyn/networkconnectivity_v1.projects.locations.global_.hubs.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,9 @@ <h3>Method Details</h3>
529529
&quot;excludeExportRanges&quot;: [ # Optional. IP ranges encompassing the subnets to be excluded from peering.
530530
&quot;A String&quot;,
531531
],
532+
&quot;includeExportRanges&quot;: [ # Optional. IP ranges allowed to be included from peering.
533+
&quot;A String&quot;,
534+
],
532535
&quot;uri&quot;: &quot;A String&quot;, # Required. The URI of the VPC network resource.
533536
},
534537
&quot;linkedVpnTunnels&quot;: { # A collection of Cloud VPN tunnel resources. These resources should be redundant HA VPN tunnels that all advertise the same prefixes to Google Cloud. Alternatively, in a passive/active configuration, all tunnels should be capable of advertising the same prefixes. # VPN tunnels that are associated with the spoke.

docs/dyn/networkconnectivity_v1.projects.locations.spokes.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@ <h3>Method Details</h3>
148148
&quot;excludeExportRanges&quot;: [ # Optional. IP ranges encompassing the subnets to be excluded from peering.
149149
&quot;A String&quot;,
150150
],
151+
&quot;includeExportRanges&quot;: [ # Optional. IP ranges allowed to be included from peering.
152+
&quot;A String&quot;,
153+
],
151154
&quot;uri&quot;: &quot;A String&quot;, # Required. The URI of the VPC network resource.
152155
},
153156
&quot;linkedVpnTunnels&quot;: { # A collection of Cloud VPN tunnel resources. These resources should be redundant HA VPN tunnels that all advertise the same prefixes to Google Cloud. Alternatively, in a passive/active configuration, all tunnels should be capable of advertising the same prefixes. # VPN tunnels that are associated with the spoke.
@@ -281,6 +284,9 @@ <h3>Method Details</h3>
281284
&quot;excludeExportRanges&quot;: [ # Optional. IP ranges encompassing the subnets to be excluded from peering.
282285
&quot;A String&quot;,
283286
],
287+
&quot;includeExportRanges&quot;: [ # Optional. IP ranges allowed to be included from peering.
288+
&quot;A String&quot;,
289+
],
284290
&quot;uri&quot;: &quot;A String&quot;, # Required. The URI of the VPC network resource.
285291
},
286292
&quot;linkedVpnTunnels&quot;: { # A collection of Cloud VPN tunnel resources. These resources should be redundant HA VPN tunnels that all advertise the same prefixes to Google Cloud. Alternatively, in a passive/active configuration, all tunnels should be capable of advertising the same prefixes. # VPN tunnels that are associated with the spoke.
@@ -403,6 +409,9 @@ <h3>Method Details</h3>
403409
&quot;excludeExportRanges&quot;: [ # Optional. IP ranges encompassing the subnets to be excluded from peering.
404410
&quot;A String&quot;,
405411
],
412+
&quot;includeExportRanges&quot;: [ # Optional. IP ranges allowed to be included from peering.
413+
&quot;A String&quot;,
414+
],
406415
&quot;uri&quot;: &quot;A String&quot;, # Required. The URI of the VPC network resource.
407416
},
408417
&quot;linkedVpnTunnels&quot;: { # A collection of Cloud VPN tunnel resources. These resources should be redundant HA VPN tunnels that all advertise the same prefixes to Google Cloud. Alternatively, in a passive/active configuration, all tunnels should be capable of advertising the same prefixes. # VPN tunnels that are associated with the spoke.
@@ -484,6 +493,9 @@ <h3>Method Details</h3>
484493
&quot;excludeExportRanges&quot;: [ # Optional. IP ranges encompassing the subnets to be excluded from peering.
485494
&quot;A String&quot;,
486495
],
496+
&quot;includeExportRanges&quot;: [ # Optional. IP ranges allowed to be included from peering.
497+
&quot;A String&quot;,
498+
],
487499
&quot;uri&quot;: &quot;A String&quot;, # Required. The URI of the VPC network resource.
488500
},
489501
&quot;linkedVpnTunnels&quot;: { # A collection of Cloud VPN tunnel resources. These resources should be redundant HA VPN tunnels that all advertise the same prefixes to Google Cloud. Alternatively, in a passive/active configuration, all tunnels should be capable of advertising the same prefixes. # VPN tunnels that are associated with the spoke.

googleapiclient/discovery_cache/documents/networkconnectivity.v1.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2812,7 +2812,7 @@
28122812
}
28132813
}
28142814
},
2815-
"revision": "20240523",
2815+
"revision": "20240529",
28162816
"rootUrl": "https://networkconnectivity.googleapis.com/",
28172817
"schemas": {
28182818
"AcceptHubSpokeRequest": {
@@ -3595,6 +3595,13 @@
35953595
},
35963596
"type": "array"
35973597
},
3598+
"includeExportRanges": {
3599+
"description": "Optional. IP ranges allowed to be included from peering.",
3600+
"items": {
3601+
"type": "string"
3602+
},
3603+
"type": "array"
3604+
},
35983605
"uri": {
35993606
"description": "Required. The URI of the VPC network resource.",
36003607
"type": "string"

googleapiclient/discovery_cache/documents/networkconnectivity.v1alpha1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1116,7 +1116,7 @@
11161116
}
11171117
}
11181118
},
1119-
"revision": "20240523",
1119+
"revision": "20240529",
11201120
"rootUrl": "https://networkconnectivity.googleapis.com/",
11211121
"schemas": {
11221122
"AuditConfig": {

0 commit comments

Comments
 (0)