public sealed class ConnectionDetail : IMessage<ConnectionDetail>, IEquatable<ConnectionDetail>, IDeepCloneable<ConnectionDetail>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Redis (cluster management) v1 API class 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-03-21 UTC."],[[["The `ConnectionDetail` class in the Google Cloud Memorystore for Redis (cluster management) v1 API provides detailed information about each Private Service Connect (PSC) connection."],["The latest version of the `ConnectionDetail` class is 1.4.0, with previous versions available back to 1.0.0, all within the Google.Cloud.Redis.Cluster.V1 namespace."],["The `ConnectionDetail` class implements multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and inherits from object."],["The class offers two constructors, a default constructor, and a constructor that copies an existing `ConnectionDetail` object."],["It provides properties for different connection types, including `PscAutoConnection` for automated connections and `PscConnection` for customer-created connections, as well as a `ConnectionCase` property to determine the connection type."]]],[]]