Class PrivateServiceConnectConfig (1.24.1)

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

Represents configuration for private service connect.

Attributes

NameDescription
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.

Inheritance

builtins.object > proto.message.Message > PrivateServiceConnectConfig