public sealed class PscServiceAttachment : IMessage<PscServiceAttachment>, IEquatable<PscServiceAttachment>, IDeepCloneable<PscServiceAttachment>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Memorystore for Redis (cluster management) v1 API class PscServiceAttachment.
Configuration of a service attachment of the cluster, for creating PSC connections.
Implements
IMessagePscServiceAttachment, IEquatablePscServiceAttachment, IDeepCloneablePscServiceAttachment, IBufferMessage, IMessageNamespace
Google.Cloud.Redis.Cluster.V1Assembly
Google.Cloud.Redis.Cluster.V1.dll
Constructors
PscServiceAttachment()
public PscServiceAttachment()PscServiceAttachment(PscServiceAttachment)
public PscServiceAttachment(PscServiceAttachment other)| Parameter | |
|---|---|
| Name | Description |
other |
PscServiceAttachment |
Properties
ConnectionType
public ConnectionType ConnectionType { get; set; }Output only. Type of a PSC connection targeting this service attachment.
| Property Value | |
|---|---|
| Type | Description |
ConnectionType |
|
ServiceAttachment
public string ServiceAttachment { get; set; }Output only. Service attachment URI which your self-created PscConnection should use as target
| Property Value | |
|---|---|
| Type | Description |
string |
|