Class ExportPscConfig (2.17.0)

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

Configuration for more granular control of Private Service Connect connection propagation. This allows enabling or disabling connection propagation for specific types of Private Service Connect endpoints.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
published_services_and_regional_google_apis bool
Optional. Controls whether Private Service Connect endpoints for regional ILBs and regional Google APIs should be propagated. Default value is true if export_psc is true. Otherwise, the default value is false. This field is a member of oneof_ _published_services_and_regional_google_apis.
global_google_apis bool
Optional. Controls whether Private Service Connect endpoints for global Google APIs should be propagated. The default value is false. This field is a member of oneof_ _global_google_apis.