public sealed class PscAttachmentDetail : IMessage<PscAttachmentDetail>, IEquatable<PscAttachmentDetail>, IDeepCloneable<PscAttachmentDetail>, IBufferMessage, IMessageReference documentation and code samples for the Memorystore v1 API class PscAttachmentDetail.
Configuration of a service attachment of the cluster, for creating PSC connections.
Implements
IMessagePscAttachmentDetail, IEquatablePscAttachmentDetail, IDeepCloneablePscAttachmentDetail, IBufferMessage, IMessageNamespace
Google.Cloud.Memorystore.V1Assembly
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 |
|