Class PrivateServiceConnectConfig (1.103.0)

PrivateServiceConnectConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents configuration for private service connect.

Attributes

Name Description
enable_private_service_connect bool
Required. If true, expose the IndexEndpoint via private service connect.
project_allowlist MutableSequence[str]
A list of Projects from which the forwarding rule will target the service attachment.
psc_automation_configs MutableSequence[google.cloud.aiplatform_v1.types.PSCAutomationConfig]
Optional. List of projects and networks where the PSC endpoints will be created. This field is used by Online Inference(Prediction) only.
service_attachment str
Output only. The name of the generated service attachment resource. This is only populated if the endpoint is deployed with PrivateServiceConnect.

Methods

PrivateServiceConnectConfig

PrivateServiceConnectConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents configuration for private service connect.