public sealed class DiscoveryEndpoint : IMessage<DiscoveryEndpoint>, IEquatable<DiscoveryEndpoint>, IDeepCloneable<DiscoveryEndpoint>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Redis (cluster management) v1 API class DiscoveryEndpoint.
Endpoints on each network, for Redis clients to connect to the cluster.
[[["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."],[[["This document provides reference documentation for the `DiscoveryEndpoint` class within the Google Cloud Memorystore for Redis (cluster management) v1 API, with the latest being version 1.4.0."],["`DiscoveryEndpoint` is a class that represents endpoints on each network, allowing Redis clients to connect to the cluster, inheriting from object and implementing various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `DiscoveryEndpoint()` and `DiscoveryEndpoint(DiscoveryEndpoint other)`, with the latter being a copy constructor."],["Key properties of the `DiscoveryEndpoint` class include `Address`, which represents the IP or hostname for client connections, `Port`, which gives the port number of the endpoint, and `PscConfig`, which deals with customer configuration for endpoint access."]]],[]]