public sealed class Instance.Types.ConnectionDetail : IMessage<Instance.Types.ConnectionDetail>, IEquatable<Instance.Types.ConnectionDetail>, IDeepCloneable<Instance.Types.ConnectionDetail>, IBufferMessage, IMessage
Reference documentation and code samples for the Memorystore v1beta API class Instance.Types.ConnectionDetail.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[[["This documentation covers the `Instance.Types.ConnectionDetail` class within the Memorystore v1beta API for .NET, providing reference and code samples."],["The `ConnectionDetail` class represents information about a Private Service Connect (PSC) connection, inheriting from `object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Two constructors are available for the `ConnectionDetail` class, a default constructor and another that copies an existing `ConnectionDetail` object."],["The `ConnectionDetail` class features properties such as `ConnectionCase`, which indicates the type of connection, and `PscAutoConnection` or `PscConnection` which offer details of connections created either through service automation or directly by the user."],["This class allows for the management of PSC connections within the Google Cloud Memorystore, and is located in the namespace `Google.Cloud.Memorystore.V1Beta` and part of the `Google.Cloud.Memorystore.V1Beta.dll` assembly."]]],[]]