public sealed class PscConnection : IMessage<PscConnection>, IEquatable<PscConnection>, IDeepCloneable<PscConnection>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Memorystore for Redis (cluster management) v1 API class PscConnection.
Details of consumer resources in a PSC connection.
Implements
IMessagePscConnection, IEquatablePscConnection, IDeepCloneablePscConnection, IBufferMessage, IMessageNamespace
Google.Cloud.Redis.Cluster.V1Assembly
Google.Cloud.Redis.Cluster.V1.dll
Constructors
PscConnection()
public PscConnection()PscConnection(PscConnection)
public PscConnection(PscConnection other)| Parameter | |
|---|---|
| Name | Description |
other |
PscConnection |
Properties
Address
public string Address { get; set; }Output only. The IP allocated on the consumer network for the PSC forwarding rule.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ForwardingRule
public string ForwardingRule { get; set; }Output only. The URI of the consumer side forwarding rule. Example: projects/{projectNumOrId}/regions/us-east1/forwardingRules/{resourceId}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Network
public string Network { get; set; }The consumer network where the IP address resides, in the form of projects/{project_id}/global/networks/{network_id}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ProjectId
public string ProjectId { get; set; }Output only. The consumer project_id where the forwarding rule is created from.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PscConnectionId
public string PscConnectionId { get; set; }Output only. The PSC connection id of the forwarding rule connected to the service attachment.
| Property Value | |
|---|---|
| Type | Description |
string |
|