Show / Hide Table of Contents

Class DiscoveryEndpoint

Endpoints on each network, for Redis clients to connect to the cluster.

Inheritance
object
DiscoveryEndpoint
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRedis.v1beta1.Data
Assembly: Google.Apis.CloudRedis.v1beta1.dll
Syntax
public class DiscoveryEndpoint : IDirectResponseSchema

Properties

Address

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

Declaration
[JsonProperty("address")]
public virtual string Address { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Port

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

Declaration
[JsonProperty("port")]
public virtual int? Port { get; set; }
Property Value
Type Description
int?

PscConfig

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

Declaration
[JsonProperty("pscConfig")]
public virtual PscConfig PscConfig { get; set; }
Property Value
Type Description
PscConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX