Skip to content

Commit b8c0761

Browse files
chore(networkconnectivity): update the api
1 parent 0269128 commit b8c0761

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ <h3>Method Details</h3>
119119
body: object, The request body.
120120
The object takes the form of:
121121

122-
{ # A hub is a collection of spokes. A single hub can contain spokes from multiple regions. However, all of a hub&#x27;s spokes must be associated with resources that reside in the same VPC network.
122+
{ # A hub is a collection of spokes. A single hub can contain spokes from multiple regions. However, if any of a hub&#x27;s spokes use the data transfer feature, the resources associated with those spokes must all reside in the same VPC network. Spokes that do not use data transfer can be associated with any VPC network in your project.
123123
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the hub was created.
124124
&quot;description&quot;: &quot;A String&quot;, # An optional description of the hub.
125125
&quot;labels&quot;: { # Optional labels in key:value format. For more information about labels, see [Requirements for labels](https://cloud.google.com/resource-manager/docs/creating-managing-labels#requirements).
@@ -218,7 +218,7 @@ <h3>Method Details</h3>
218218
Returns:
219219
An object of the form:
220220

221-
{ # A hub is a collection of spokes. A single hub can contain spokes from multiple regions. However, all of a hub&#x27;s spokes must be associated with resources that reside in the same VPC network.
221+
{ # A hub is a collection of spokes. A single hub can contain spokes from multiple regions. However, if any of a hub&#x27;s spokes use the data transfer feature, the resources associated with those spokes must all reside in the same VPC network. Spokes that do not use data transfer can be associated with any VPC network in your project.
222222
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the hub was created.
223223
&quot;description&quot;: &quot;A String&quot;, # An optional description of the hub.
224224
&quot;labels&quot;: { # Optional labels in key:value format. For more information about labels, see [Requirements for labels](https://cloud.google.com/resource-manager/docs/creating-managing-labels#requirements).
@@ -305,7 +305,7 @@ <h3>Method Details</h3>
305305

306306
{ # Response for HubService.ListHubs method.
307307
&quot;hubs&quot;: [ # The requested hubs.
308-
{ # A hub is a collection of spokes. A single hub can contain spokes from multiple regions. However, all of a hub&#x27;s spokes must be associated with resources that reside in the same VPC network.
308+
{ # A hub is a collection of spokes. A single hub can contain spokes from multiple regions. However, if any of a hub&#x27;s spokes use the data transfer feature, the resources associated with those spokes must all reside in the same VPC network. Spokes that do not use data transfer can be associated with any VPC network in your project.
309309
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the hub was created.
310310
&quot;description&quot;: &quot;A String&quot;, # An optional description of the hub.
311311
&quot;labels&quot;: { # Optional labels in key:value format. For more information about labels, see [Requirements for labels](https://cloud.google.com/resource-manager/docs/creating-managing-labels#requirements).
@@ -353,7 +353,7 @@ <h3>Method Details</h3>
353353
body: object, The request body.
354354
The object takes the form of:
355355

356-
{ # A hub is a collection of spokes. A single hub can contain spokes from multiple regions. However, all of a hub&#x27;s spokes must be associated with resources that reside in the same VPC network.
356+
{ # A hub is a collection of spokes. A single hub can contain spokes from multiple regions. However, if any of a hub&#x27;s spokes use the data transfer feature, the resources associated with those spokes must all reside in the same VPC network. Spokes that do not use data transfer can be associated with any VPC network in your project.
357357
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the hub was created.
358358
&quot;description&quot;: &quot;A String&quot;, # An optional description of the hub.
359359
&quot;labels&quot;: { # Optional labels in key:value format. For more information about labels, see [Requirements for labels](https://cloud.google.com/resource-manager/docs/creating-managing-labels#requirements).

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ <h3>Method Details</h3>
132132
&quot;A String&quot;,
133133
],
134134
},
135-
&quot;linkedRouterApplianceInstances&quot;: { # A collection of router appliance instances. If you have multiple router appliance instances connected to the same site, they should all be attached to the same spoke. # Router appliance instances that are associated with the spoke.
135+
&quot;linkedRouterApplianceInstances&quot;: { # A collection of router appliance instances. If you configure multiple router appliance instances to receive data from the same set of sites outside of Google Cloud, we recommend that you associate those instances with the same spoke. # Router appliance instances that are associated with the spoke.
136136
&quot;instances&quot;: [ # The list of router appliance instances.
137137
{ # A router appliance instance is a Compute Engine virtual machine (VM) instance that acts as a BGP speaker. A router appliance instance is specified by the URI of the VM and the internal IP address of one of the VM&#x27;s network interfaces.
138138
&quot;ipAddress&quot;: &quot;A String&quot;, # The IP address on the VM to use for peering.
@@ -247,7 +247,7 @@ <h3>Method Details</h3>
247247
&quot;A String&quot;,
248248
],
249249
},
250-
&quot;linkedRouterApplianceInstances&quot;: { # A collection of router appliance instances. If you have multiple router appliance instances connected to the same site, they should all be attached to the same spoke. # Router appliance instances that are associated with the spoke.
250+
&quot;linkedRouterApplianceInstances&quot;: { # A collection of router appliance instances. If you configure multiple router appliance instances to receive data from the same set of sites outside of Google Cloud, we recommend that you associate those instances with the same spoke. # Router appliance instances that are associated with the spoke.
251251
&quot;instances&quot;: [ # The list of router appliance instances.
252252
{ # A router appliance instance is a Compute Engine virtual machine (VM) instance that acts as a BGP speaker. A router appliance instance is specified by the URI of the VM and the internal IP address of one of the VM&#x27;s network interfaces.
253253
&quot;ipAddress&quot;: &quot;A String&quot;, # The IP address on the VM to use for peering.
@@ -351,7 +351,7 @@ <h3>Method Details</h3>
351351
&quot;A String&quot;,
352352
],
353353
},
354-
&quot;linkedRouterApplianceInstances&quot;: { # A collection of router appliance instances. If you have multiple router appliance instances connected to the same site, they should all be attached to the same spoke. # Router appliance instances that are associated with the spoke.
354+
&quot;linkedRouterApplianceInstances&quot;: { # A collection of router appliance instances. If you configure multiple router appliance instances to receive data from the same set of sites outside of Google Cloud, we recommend that you associate those instances with the same spoke. # Router appliance instances that are associated with the spoke.
355355
&quot;instances&quot;: [ # The list of router appliance instances.
356356
{ # A router appliance instance is a Compute Engine virtual machine (VM) instance that acts as a BGP speaker. A router appliance instance is specified by the URI of the VM and the internal IP address of one of the VM&#x27;s network interfaces.
357357
&quot;ipAddress&quot;: &quot;A String&quot;, # The IP address on the VM to use for peering.
@@ -414,7 +414,7 @@ <h3>Method Details</h3>
414414
&quot;A String&quot;,
415415
],
416416
},
417-
&quot;linkedRouterApplianceInstances&quot;: { # A collection of router appliance instances. If you have multiple router appliance instances connected to the same site, they should all be attached to the same spoke. # Router appliance instances that are associated with the spoke.
417+
&quot;linkedRouterApplianceInstances&quot;: { # A collection of router appliance instances. If you configure multiple router appliance instances to receive data from the same set of sites outside of Google Cloud, we recommend that you associate those instances with the same spoke. # Router appliance instances that are associated with the spoke.
418418
&quot;instances&quot;: [ # The list of router appliance instances.
419419
{ # A router appliance instance is a Compute Engine virtual machine (VM) instance that acts as a BGP speaker. A router appliance instance is specified by the URI of the VM and the internal IP address of one of the VM&#x27;s network interfaces.
420420
&quot;ipAddress&quot;: &quot;A String&quot;, # The IP address on the VM to use for peering.

googleapiclient/discovery_cache/documents/networkconnectivity.v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@
938938
}
939939
}
940940
},
941-
"revision": "20220125",
941+
"revision": "20220210",
942942
"rootUrl": "https://networkconnectivity.googleapis.com/",
943943
"schemas": {
944944
"AuditConfig": {
@@ -1127,7 +1127,7 @@
11271127
"type": "object"
11281128
},
11291129
"Hub": {
1130-
"description": "A hub is a collection of spokes. A single hub can contain spokes from multiple regions. However, all of a hub's spokes must be associated with resources that reside in the same VPC network.",
1130+
"description": "A hub is a collection of spokes. A single hub can contain spokes from multiple regions. However, if any of a hub's spokes use the data transfer feature, the resources associated with those spokes must all reside in the same VPC network. Spokes that do not use data transfer can be associated with any VPC network in your project.",
11311131
"id": "Hub",
11321132
"properties": {
11331133
"createTime": {
@@ -1208,7 +1208,7 @@
12081208
"type": "object"
12091209
},
12101210
"LinkedRouterApplianceInstances": {
1211-
"description": "A collection of router appliance instances. If you have multiple router appliance instances connected to the same site, they should all be attached to the same spoke.",
1211+
"description": "A collection of router appliance instances. If you configure multiple router appliance instances to receive data from the same set of sites outside of Google Cloud, we recommend that you associate those instances with the same spoke.",
12121212
"id": "LinkedRouterApplianceInstances",
12131213
"properties": {
12141214
"instances": {

googleapiclient/discovery_cache/documents/networkconnectivity.v1alpha1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@
938938
}
939939
}
940940
},
941-
"revision": "20220125",
941+
"revision": "20220210",
942942
"rootUrl": "https://networkconnectivity.googleapis.com/",
943943
"schemas": {
944944
"AuditConfig": {

0 commit comments

Comments
 (0)