Google Cloud Memorystore for Redis (cluster management) v1 API - Class PscServiceAttachment (1.4.0)

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

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

Inheritance

object > PscServiceAttachment

Namespace

Google.Cloud.Redis.Cluster.V1

Assembly

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