Google Cloud Memorystore for Redis (cluster management) v1 API - Class PscConnection (1.0.0)

public sealed class PscConnection : IMessage<PscConnection>, IEquatable<PscConnection>, IDeepCloneable<PscConnection>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > PscConnection

Namespace

Google.Cloud.Redis.Cluster.V1

Assembly

Google.Cloud.Redis.Cluster.V1.dll

Constructors

PscConnection()

public PscConnection()

PscConnection(PscConnection)

public PscConnection(PscConnection other)
Parameter
NameDescription
otherPscConnection

Properties

Address

public string Address { get; set; }

Output only. The IP allocated on the consumer network for the PSC forwarding rule.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
string

ProjectId

public string ProjectId { get; set; }

Output only. The consumer project_id where the forwarding rule is created from.

Property Value
TypeDescription
string

PscConnectionId

public string PscConnectionId { get; set; }

Output only. The PSC connection id of the forwarding rule connected to the service attachment.

Property Value
TypeDescription
string