Class DiscoveryEndpoint
Endpoints on each network, for Redis clients to connect to the cluster.
Implements
Inherited Members
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 |