Google Cloud Memorystore for Redis (cluster management) v1 API - Class DiscoveryEndpoint (1.3.0)

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.

Inheritance

object > DiscoveryEndpoint

Namespace

Google.Cloud.Redis.Cluster.V1

Assembly

Google.Cloud.Redis.Cluster.V1.dll

Constructors

DiscoveryEndpoint()

public DiscoveryEndpoint()

DiscoveryEndpoint(DiscoveryEndpoint)

public DiscoveryEndpoint(DiscoveryEndpoint other)
Parameter
Name Description
other DiscoveryEndpoint

Properties

Address

public string Address { get; set; }

Output only. Address of the exposed Redis endpoint used by clients to connect to the service. The address could be either IP or hostname.

Property Value
Type Description
string

Port

public int Port { get; set; }

Output only. The port number of the exposed Redis endpoint.

Property Value
Type Description
int

PscConfig

public PscConfig PscConfig { get; set; }

Output only. Customer configuration for where the endpoint is created and accessed from.

Property Value
Type Description
PscConfig