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
Copy file name to clipboardExpand all lines: mmv1/products/memorystore/Instance.yaml
+64-61
Original file line number
Diff line number
Diff line change
@@ -301,74 +301,77 @@ properties:
301
301
description: "Endpoints for the instance."
302
302
output: true
303
303
item_type:
304
-
type: Array
305
-
description: "A group of PSC connections. They are created in the same VPC network, one for each service attachment in the cluster."
306
-
item_type:
307
-
type: NestedObject
308
-
properties:
309
-
- name: 'pscConnectionId'
310
-
type: String
311
-
description:
312
-
"Output only. The PSC connection id of the forwarding rule connected
313
-
to the\nservice attachment. "
314
-
output: true
315
-
- name: 'ipAddress'
316
-
type: String
317
-
description:
318
-
"Output only. The IP allocated on the consumer network for the
319
-
PSC forwarding rule. "
320
-
output: true
321
-
- name: 'forwardingRule'
322
-
type: String
323
-
description: "Output only. The URI of the consumer side forwarding rule.\nFormat:\nprojects/{project}/regions/{region}/forwardingRules/{forwarding_rule} "
324
-
output: true
325
-
- name: 'projectId'
326
-
type: String
327
-
description:
328
-
"Output only. The consumer project_id where the forwarding rule is
329
-
created from. "
330
-
output: true
331
-
- name: 'network'
332
-
type: String
333
-
description:
334
-
"Output only. The consumer network where the IP address resides, in
335
-
the form of\nprojects/{project_id}/global/networks/{network_id}. "
336
-
output: true
337
-
- name: 'serviceAttachment'
338
-
type: String
339
-
description:
340
-
"Output only. The service attachment which is the target of the PSC connection, in the form of
"Output Only. The status of the PSC connection: whether a connection exists and ACTIVE or it no longer exists.
347
-
\n Possible values:\n ACTIVE \n NOT_FOUND"
348
-
output: true
349
-
enum_values:
350
-
- 'ACTIVE'
351
-
- 'NOT_FOUND'
352
-
- name: 'connectionType'
353
-
type: Enum
354
-
description:
355
-
"Output Only. Type of a PSC Connection.
356
-
\n Possible values:\n CONNECTION_TYPE_DISCOVERY \n CONNECTION_TYPE_PRIMARY \n CONNECTION_TYPE_READER"
357
-
output: true
358
-
enum_values:
359
-
- 'CONNECTION_TYPE_READER'
360
-
- 'CONNECTION_TYPE_PRIMARY'
361
-
- 'CONNECTION_TYPE_DISCOVERY'
304
+
type: NestedObject
305
+
properties:
306
+
- name: 'connections'
307
+
type: Array
308
+
description: "A group of PSC connections. They are created in the same VPC network, one for each service attachment in the cluster."
309
+
item_type:
310
+
type: NestedObject
311
+
properties:
312
+
- name: 'pscAutoConnection'
313
+
type: NestedObject
314
+
description: "Detailed information of a PSC connection that is created through service connectivity automation."
315
+
properties:
316
+
- name: 'pscConnectionId'
317
+
type: String
318
+
description:
319
+
"Output only. The PSC connection id of the forwarding rule connected
320
+
to the\nservice attachment. "
321
+
output: true
322
+
- name: 'ipAddress'
323
+
type: String
324
+
description:
325
+
"Output only. The IP allocated on the consumer network for the
326
+
PSC forwarding rule. "
327
+
output: true
328
+
- name: 'forwardingRule'
329
+
type: String
330
+
description: "Output only. The URI of the consumer side forwarding rule.\nFormat:\nprojects/{project}/regions/{region}/forwardingRules/{forwarding_rule} "
331
+
output: true
332
+
- name: 'projectId'
333
+
type: String
334
+
description:
335
+
"Output only. The consumer project_id where the forwarding rule is
336
+
created from. "
337
+
output: true
338
+
- name: 'network'
339
+
type: String
340
+
description:
341
+
"Output only. The consumer network where the IP address resides, in
342
+
the form of\nprojects/{project_id}/global/networks/{network_id}. "
343
+
output: true
344
+
- name: 'serviceAttachment'
345
+
type: String
346
+
description:
347
+
"Output only. The service attachment which is the target of the PSC connection, in the form of
0 commit comments