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
'If set to true, enable secure private service connect with IAM authorization. Otherwise, private service connect will be done without authorization. Note latency will be slightly increased if authorization is enabled.'
467
+
- name: 'pscAutomationConfigs'
468
+
type: Array
469
+
description:
470
+
'List of projects and networks where the PSC endpoints will be created. This field is used by Online Inference(Prediction) only.'
471
+
item_type:
472
+
type: NestedObject
473
+
description:
474
+
'PSC config that is used to automatically create PSC endpoints in the user projects.'
475
+
properties:
476
+
- name: 'projectId'
477
+
type: String
478
+
required: true
479
+
description:
480
+
'Project id used to create forwarding rule.'
481
+
- name: 'network'
482
+
type: String
483
+
required: true
484
+
description:
485
+
'The full name of the Google Compute Engine [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks). [Format](https://cloud.google.com/compute/docs/reference/rest/v1/networks/get): projects/{project}/global/networks/{network}.'
486
+
- name: 'ipAddress'
487
+
type: String
488
+
output: true
489
+
description:
490
+
'IP address rule created by the PSC service automation.'
491
+
- name: 'forwardingRule'
492
+
type: String
493
+
output: true
494
+
description:
495
+
'Forwarding rule created by the PSC service automation.'
496
+
- name: 'state'
497
+
type: Enum
498
+
output: true
499
+
description:
500
+
'The state of the PSC service automation.'
501
+
enum_values:
502
+
- PSC_AUTOMATION_STATE_FAILED
503
+
- PSC_AUTOMATION_STATE_SUCCESSFUL
504
+
- name: 'errorMessage'
505
+
type: String
506
+
output: true
507
+
description:
508
+
'Error message if the PSC service automation failed.'
0 commit comments