PscInstanceConfig contains PSC related configuration at an
instance level.
Attributes
Name
Description
service_attachment_link
str
Output only. The service attachment created when Private
Service Connect (PSC) is enabled for the instance. The name
of the resource will be in the format of
projects/
allowed_consumer_projects
MutableSequence[str]
Optional. List of consumer projects that are
allowed to create PSC endpoints to
service-attachments to this instance.
psc_dns_name
str
Output only. The DNS name of the instance for
PSC connectivity. Name convention:
psc_interface_configs
MutableSequence[google.cloud.alloydb_v1alpha.types.Instance.PscInterfaceConfig]
Optional. Configurations for setting up PSC
interfaces attached to the instance which are
used for outbound connectivity. Only primary
instances can have PSC interface attached.
Currently we only support 0 or 1 PSC interface.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Class PscInstanceConfig (0.4.8)\n\nVersion latestkeyboard_arrow_down\n\n- [0.4.8 (latest)](/python/docs/reference/alloydb/latest/google.cloud.alloydb_v1alpha.types.Instance.PscInstanceConfig)\n- [0.4.7](/python/docs/reference/alloydb/0.4.7/google.cloud.alloydb_v1alpha.types.Instance.PscInstanceConfig)\n- [0.3.16](/python/docs/reference/alloydb/0.3.16/google.cloud.alloydb_v1alpha.types.Instance.PscInstanceConfig)\n- [0.2.1](/python/docs/reference/alloydb/0.2.1/google.cloud.alloydb_v1alpha.types.Instance.PscInstanceConfig)\n- [0.1.1](/python/docs/reference/alloydb/0.1.1/google.cloud.alloydb_v1alpha.types.Instance.PscInstanceConfig) \n\n PscInstanceConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nPscInstanceConfig contains PSC related configuration at an\ninstance level."]]