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
+117
Original file line number
Diff line number
Diff line change
@@ -342,6 +342,89 @@ properties:
342
342
description: "Optional. If set to true deletion of the instance will fail. "
343
343
min_version: 'beta'
344
344
default_value: true
345
+
- name: 'endpoints'
346
+
type: Array
347
+
description: "Endpoints for the instance."
348
+
min_version: 'beta'
349
+
output: true
350
+
item_type:
351
+
type: Array
352
+
description: "A group of PSC connections. They are created in the same VPC network, one for each service attachment in the cluster."
353
+
item_type:
354
+
type: NestedObject
355
+
properties:
356
+
- name: 'pscConnectionId'
357
+
type: String
358
+
description:
359
+
"Output only. The PSC connection id of the forwarding rule connected
360
+
to the\nservice attachment. "
361
+
min_version: 'beta'
362
+
output: true
363
+
- name: 'ipAddress'
364
+
type: String
365
+
description:
366
+
"Output only. The IP allocated on the consumer network for the
367
+
PSC forwarding rule. "
368
+
min_version: 'beta'
369
+
output: true
370
+
- name: 'forwardingRule'
371
+
type: String
372
+
description: "Output only. The URI of the consumer side forwarding rule.\nFormat:\nprojects/{project}/regions/{region}/forwardingRules/{forwarding_rule} "
373
+
min_version: 'beta'
374
+
output: true
375
+
- name: 'projectId'
376
+
type: String
377
+
description:
378
+
"Output only. The consumer project_id where the forwarding rule is
379
+
created from. "
380
+
min_version: 'beta'
381
+
output: true
382
+
- name: 'network'
383
+
type: String
384
+
description:
385
+
"Output only. The consumer network where the IP address resides, in
386
+
the form of\nprojects/{project_id}/global/networks/{network_id}. "
387
+
min_version: 'beta'
388
+
output: true
389
+
- name: 'serviceAttachment'
390
+
type: String
391
+
description:
392
+
"Output only. The service attachment which is the target of the PSC connection, in the form of
0 commit comments