Memorystore v1 API - Class PscAttachmentDetail (1.0.0-beta03)

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

Reference documentation and code samples for the Memorystore v1 API class PscAttachmentDetail.

Configuration of a service attachment of the cluster, for creating PSC connections.

Inheritance

object > PscAttachmentDetail

Namespace

Google.Cloud.Memorystore.V1

Assembly

Google.Cloud.Memorystore.V1.dll

Constructors

PscAttachmentDetail()

public PscAttachmentDetail()

PscAttachmentDetail(PscAttachmentDetail)

public PscAttachmentDetail(PscAttachmentDetail other)
Parameter
Name Description
other PscAttachmentDetail

Properties

ConnectionType

public ConnectionType ConnectionType { get; set; }

Output only. Type of Psc endpoint.

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

ServiceAttachmentAsServiceAttachmentName

public ServiceAttachmentName ServiceAttachmentAsServiceAttachmentName { get; set; }

ServiceAttachmentName-typed view over the ServiceAttachment resource name property.

Property Value
Type Description
ServiceAttachmentName