You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="firstline">Rejects a Network Connectivity Center spoke from being attached to a hub. If the spoke was previously in the `ACTIVE` state, it transitions to the `INACTIVE` state and is no longer able to connect to other spokes that are attached to the hub.</p>
@@ -518,10 +524,13 @@ <h3>Method Details</h3>
518
524
],
519
525
"vpcNetwork": "A String", # Output only. The VPC network where these VLAN attachments are located.
520
526
},
521
-
"linkedProducerVpcNetwork": { # Next ID: 7 # Optional. The linked producer VPC that is associated with the spoke.
527
+
"linkedProducerVpcNetwork": { # Optional. The linked producer VPC that is associated with the spoke.
522
528
"excludeExportRanges": [ # Optional. IP ranges encompassing the subnets to be excluded from peering.
523
529
"A String",
524
530
],
531
+
"includeExportRanges": [ # Optional. IP ranges allowed to be included from peering.
532
+
"A String",
533
+
],
525
534
"network": "A String", # Immutable. The URI of the Service Consumer VPC that the Producer VPC is peered with.
526
535
"peering": "A String", # Immutable. The name of the VPC peering between the Service Consumer VPC and the Producer VPC (defined in the Tenant project) which is added to the NCC hub. This peering must be in ACTIVE state.
527
536
"producerNetwork": "A String", # Output only. The URI of the Producer VPC.
@@ -563,7 +572,7 @@ <h3>Method Details</h3>
563
572
"vpcNetwork": "A String", # Output only. The VPC network where these VPN tunnels are located.
564
573
},
565
574
"name": "A String", # Immutable. The name of the spoke. Spoke names must be unique. They use the following form: `projects/{project_number}/locations/{region}/spokes/{spoke_id}`
566
-
"reasons": [ # Output only. The reasons for current state of the spoke. Only present when the spoke is in the `INACTIVE` state.
575
+
"reasons": [ # Output only. The reasons for current state of the spoke.
567
576
{ # The reason a spoke is inactive.
568
577
"code": "A String", # The code associated with this reason.
569
578
"message": "A String", # Human-readable details about this reason.
<pre>Query PSC propagation status the status of a Network Connectivity Center hub.
709
+
710
+
Args:
711
+
name: string, Required. The name of the hub. (required)
712
+
filter: string, Optional. An expression that filters the list of results. The filter can be used to filter the results by the following fields: * psc_propagation_status.source_spoke * psc_propagation_status.source_group * psc_propagation_status.source_forwarding_rule * psc_propagation_status.target_spoke * psc_propagation_status.target_group * psc_propagation_status.code * psc_propagation_status.message
713
+
groupBy: string, Optional. A field that counts are grouped by. A comma-separated list of any of these fields: * psc_propagation_status.source_spoke * psc_propagation_status.source_group * psc_propagation_status.source_forwarding_rule * psc_propagation_status.target_spoke * psc_propagation_status.target_group * psc_propagation_status.code
714
+
orderBy: string, Optional. Sort the results in the ascending order by specific fields returned in the response. A comma-separated list of any of these fields: * psc_propagation_status.source_spoke * psc_propagation_status.source_group * psc_propagation_status.source_forwarding_rule * psc_propagation_status.target_spoke * psc_propagation_status.target_group * psc_propagation_status.code If `group_by` is set, the value of the `order_by` field must be the same as or a subset of the `group_by` field.
715
+
pageSize: integer, Optional. The maximum number of results to return per page.
716
+
pageToken: string, Optional. The page token.
717
+
x__xgafv: string, V1 error format.
718
+
Allowed values
719
+
1 - v1 error format
720
+
2 - v2 error format
721
+
722
+
Returns:
723
+
An object of the form:
724
+
725
+
{ # The response for HubService.QueryHubStatus.
726
+
"hubStatusEntries": [ # The list of hub status.
727
+
{ # The hub status entry.
728
+
"count": 42, # The number of status. If group_by is not set in the request, the default is 1.
729
+
"groupBy": "A String", # The same group_by field from the request.
730
+
"pscPropagationStatus": { # The PSC propagation status in a hub. # The PSC propagation status.
731
+
"code": "A String", # The propagation status.
732
+
"message": "A String", # The human-readable summary of the PSC connection propagation status.
733
+
"sourceForwardingRule": "A String", # The name of the forwarding rule exported to the hub.
734
+
"sourceGroup": "A String", # The name of the group that the source spoke belongs to.
735
+
"sourceSpoke": "A String", # The name of the spoke that the source forwarding rule belongs to.
736
+
"targetGroup": "A String", # The name of the group that the target spoke belongs to.
737
+
"targetSpoke": "A String", # The name of the spoke that the source forwarding rule propagates to.
738
+
},
739
+
},
740
+
],
741
+
"nextPageToken": "A String", # The token for the next page of the response. To see more results, use this value as the page_token for your next request. If this value is empty, there are no more results.
<pre>Rejects a Network Connectivity Center spoke from being attached to a hub. If the spoke was previously in the `ACTIVE` state, it transitions to the `INACTIVE` state and is no longer able to connect to other spokes that are attached to the hub.
Copy file name to clipboardExpand all lines: docs/dyn/networkconnectivity_v1.projects.locations.serviceClasses.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,7 @@ <h3>Method Details</h3>
158
158
Returns:
159
159
An object of the form:
160
160
161
-
{ # The ServiceClass resource. Next id: 9
161
+
{ # The ServiceClass resource.
162
162
"createTime": "A String", # Output only. Time when the ServiceClass was created.
163
163
"description": "A String", # A description of this resource.
164
164
"etag": "A String", # Optional. The etag is computed by the server, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
@@ -240,7 +240,7 @@ <h3>Method Details</h3>
240
240
{ # Response for ListServiceClasses.
241
241
"nextPageToken": "A String", # The next pagination token in the List response. It should be used as page_token for the following request. An empty value means no more result.
242
242
"serviceClasses": [ # ServiceClasses to be returned.
243
-
{ # The ServiceClass resource. Next id: 9
243
+
{ # The ServiceClass resource.
244
244
"createTime": "A String", # Output only. Time when the ServiceClass was created.
245
245
"description": "A String", # A description of this resource.
246
246
"etag": "A String", # Optional. The etag is computed by the server, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
@@ -281,7 +281,7 @@ <h3>Method Details</h3>
281
281
body: object, The request body.
282
282
The object takes the form of:
283
283
284
-
{ # The ServiceClass resource. Next id: 9
284
+
{ # The ServiceClass resource.
285
285
"createTime": "A String", # Output only. Time when the ServiceClass was created.
286
286
"description": "A String", # A description of this resource.
287
287
"etag": "A String", # Optional. The etag is computed by the server, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
Copy file name to clipboardExpand all lines: docs/dyn/networkconnectivity_v1.projects.locations.serviceConnectionMaps.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ <h3>Method Details</h3>
119
119
body: object, The request body.
120
120
The object takes the form of:
121
121
122
-
{ # The ServiceConnectionMap resource. Next id: 15
122
+
{ # The ServiceConnectionMap resource.
123
123
"consumerPscConfigs": [ # The PSC configurations on consumer side.
124
124
{ # Allow the producer to specify which consumers can connect to it.
125
125
"consumerInstanceProject": "A String", # Required. The project ID or project number of the consumer project. This project is the one that the consumer uses to interact with the producer instance. From the perspective of a consumer who's created a producer instance, this is the project of the producer instance. Format: 'projects/' Eg. 'projects/consumer-project' or 'projects/1234'
@@ -273,7 +273,7 @@ <h3>Method Details</h3>
273
273
Returns:
274
274
An object of the form:
275
275
276
-
{ # The ServiceConnectionMap resource. Next id: 15
276
+
{ # The ServiceConnectionMap resource.
277
277
"consumerPscConfigs": [ # The PSC configurations on consumer side.
278
278
{ # Allow the producer to specify which consumers can connect to it.
279
279
"consumerInstanceProject": "A String", # Required. The project ID or project number of the consumer project. This project is the one that the consumer uses to interact with the producer instance. From the perspective of a consumer who's created a producer instance, this is the project of the producer instance. Format: 'projects/' Eg. 'projects/consumer-project' or 'projects/1234'
@@ -415,7 +415,7 @@ <h3>Method Details</h3>
415
415
{ # Response for ListServiceConnectionMaps.
416
416
"nextPageToken": "A String", # The next pagination token in the List response. It should be used as page_token for the following request. An empty value means no more result.
417
417
"serviceConnectionMaps": [ # ServiceConnectionMaps to be returned.
418
-
{ # The ServiceConnectionMap resource. Next id: 15
418
+
{ # The ServiceConnectionMap resource.
419
419
"consumerPscConfigs": [ # The PSC configurations on consumer side.
420
420
{ # Allow the producer to specify which consumers can connect to it.
421
421
"consumerInstanceProject": "A String", # Required. The project ID or project number of the consumer project. This project is the one that the consumer uses to interact with the producer instance. From the perspective of a consumer who's created a producer instance, this is the project of the producer instance. Format: 'projects/' Eg. 'projects/consumer-project' or 'projects/1234'
@@ -516,7 +516,7 @@ <h3>Method Details</h3>
516
516
body: object, The request body.
517
517
The object takes the form of:
518
518
519
-
{ # The ServiceConnectionMap resource. Next id: 15
519
+
{ # The ServiceConnectionMap resource.
520
520
"consumerPscConfigs": [ # The PSC configurations on consumer side.
521
521
{ # Allow the producer to specify which consumers can connect to it.
522
522
"consumerInstanceProject": "A String", # Required. The project ID or project number of the consumer project. This project is the one that the consumer uses to interact with the producer instance. From the perspective of a consumer who's created a producer instance, this is the project of the producer instance. Format: 'projects/' Eg. 'projects/consumer-project' or 'projects/1234'
Copy file name to clipboardExpand all lines: docs/dyn/networkconnectivity_v1.projects.locations.serviceConnectionPolicies.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ <h3>Method Details</h3>
119
119
body: object, The request body.
120
120
The object takes the form of:
121
121
122
-
{ # The ServiceConnectionPolicy resource. Next id: 12
122
+
{ # The ServiceConnectionPolicy resource.
123
123
"createTime": "A String", # Output only. Time when the ServiceConnectionPolicy was created.
124
124
"description": "A String", # A description of this resource.
125
125
"etag": "A String", # Optional. The etag is computed by the server, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
@@ -259,7 +259,7 @@ <h3>Method Details</h3>
259
259
Returns:
260
260
An object of the form:
261
261
262
-
{ # The ServiceConnectionPolicy resource. Next id: 12
262
+
{ # The ServiceConnectionPolicy resource.
263
263
"createTime": "A String", # Output only. Time when the ServiceConnectionPolicy was created.
264
264
"description": "A String", # A description of this resource.
265
265
"etag": "A String", # Optional. The etag is computed by the server, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
@@ -387,7 +387,7 @@ <h3>Method Details</h3>
387
387
{ # Response for ListServiceConnectionPolicies.
388
388
"nextPageToken": "A String", # The next pagination token in the List response. It should be used as page_token for the following request. An empty value means no more result.
389
389
"serviceConnectionPolicies": [ # ServiceConnectionPolicies to be returned.
390
-
{ # The ServiceConnectionPolicy resource. Next id: 12
390
+
{ # The ServiceConnectionPolicy resource.
391
391
"createTime": "A String", # Output only. Time when the ServiceConnectionPolicy was created.
392
392
"description": "A String", # A description of this resource.
393
393
"etag": "A String", # Optional. The etag is computed by the server, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
@@ -474,7 +474,7 @@ <h3>Method Details</h3>
474
474
body: object, The request body.
475
475
The object takes the form of:
476
476
477
-
{ # The ServiceConnectionPolicy resource. Next id: 12
477
+
{ # The ServiceConnectionPolicy resource.
478
478
"createTime": "A String", # Output only. Time when the ServiceConnectionPolicy was created.
479
479
"description": "A String", # A description of this resource.
480
480
"etag": "A String", # Optional. The etag is computed by the server, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
Copy file name to clipboardExpand all lines: docs/dyn/networkconnectivity_v1.projects.locations.serviceConnectionTokens.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ <h3>Method Details</h3>
107
107
body: object, The request body.
108
108
The object takes the form of:
109
109
110
-
{ # The ServiceConnectionToken resource. Next id: 10
110
+
{ # The ServiceConnectionToken resource.
111
111
"createTime": "A String", # Output only. Time when the ServiceConnectionToken was created.
112
112
"description": "A String", # A description of this resource.
113
113
"etag": "A String", # Optional. The etag is computed by the server, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
@@ -203,7 +203,7 @@ <h3>Method Details</h3>
203
203
Returns:
204
204
An object of the form:
205
205
206
-
{ # The ServiceConnectionToken resource. Next id: 10
206
+
{ # The ServiceConnectionToken resource.
207
207
"createTime": "A String", # Output only. Time when the ServiceConnectionToken was created.
208
208
"description": "A String", # A description of this resource.
209
209
"etag": "A String", # Optional. The etag is computed by the server, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
@@ -239,7 +239,7 @@ <h3>Method Details</h3>
239
239
{ # Response for ListServiceConnectionTokens.
240
240
"nextPageToken": "A String", # The next pagination token in the List response. It should be used as page_token for the following request. An empty value means no more result.
241
241
"serviceConnectionTokens": [ # ServiceConnectionTokens to be returned.
242
-
{ # The ServiceConnectionToken resource. Next id: 10
242
+
{ # The ServiceConnectionToken resource.
243
243
"createTime": "A String", # Output only. Time when the ServiceConnectionToken was created.
244
244
"description": "A String", # A description of this resource.
245
245
"etag": "A String", # Optional. The etag is computed by the server, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
0 commit comments