PscAutoConnection(mapping=None, *, ignore_unknown_fields=False, **kwargs)Details of consumer resources in a PSC connection.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
port |
int
Optional. Output only. port will only be set for Primary/Reader or Discovery endpoint. This field is a member of oneof_ ports.
|
psc_connection_id |
str
Output only. The PSC connection id of the forwarding rule connected to the service attachment. |
ip_address |
str
Output only. The IP allocated on the consumer network for the PSC forwarding rule. |
forwarding_rule |
str
Output only. The URI of the consumer side forwarding rule. Format: projects/{project}/regions/{region}/forwardingRules/{forwarding_rule} |
project_id |
str
Required. The consumer project_id where PSC connections are established. This should be the same project_id that the instance is being created in. |
network |
str
Required. The network where the PSC endpoints are created, in the form of projects/{project_id}/global/networks/{network_id}. |
service_attachment |
str
Output only. The service attachment which is the target of the PSC connection, in the form of projects/{project-id}/regions/{region}/serviceAttachments/{service-attachment-id}. |
psc_connection_status |
google.cloud.memorystore_v1beta.types.PscConnectionStatus
Output only. The status of the PSC connection: whether a connection exists and ACTIVE or it no longer exists. Please note that this value is updated periodically. Please use Private Service Connect APIs for the latest status. |
connection_type |
google.cloud.memorystore_v1beta.types.ConnectionType
Output only. Type of the PSC connection. |