Class PrivateServiceConnectConfig (1.53.0)

PrivateServiceConnectConfig(
    project_allowlist: typing.Optional[typing.Sequence[str]] = None,
)

Represents a Vertex AI PrivateServiceConnectConfig resource.

Methods

PrivateServiceConnectConfig

PrivateServiceConnectConfig(
    project_allowlist: typing.Optional[typing.Sequence[str]] = None,
)

PrivateServiceConnectConfig for a PrivateEndpoint.

Parameter
Name Description
project_allowlist Sequence[str]

Optional. List of projects from which traffic can be accepted by the endpoint via ServiceAttachment. If not set, the endpoint's project will be used.