Class RedisClusterInfo
For display only. Metadata associated with a Redis Cluster.
Implements
Inherited Members
Namespace: Google.Apis.NetworkManagement.v1.Data
Assembly: Google.Apis.NetworkManagement.v1.dll
Syntax
public class RedisClusterInfo : IDirectResponseSchema
Properties
DiscoveryEndpointIpAddress
Discovery endpoint IP address of a Redis Cluster.
Declaration
[JsonProperty("discoveryEndpointIpAddress")]
public virtual string DiscoveryEndpointIpAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
Name of a Redis Cluster.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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 |
Location
Name of the region in which the Redis Cluster is defined. For example, "us-central1".
Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
Type | Description |
---|---|
string |
NetworkUri
URI of a Redis Cluster network in format "projects/{project_id}/global/networks/{network_id}".
Declaration
[JsonProperty("networkUri")]
public virtual string NetworkUri { get; set; }
Property Value
Type | Description |
---|---|
string |
SecondaryEndpointIpAddress
Secondary endpoint IP address of a Redis Cluster.
Declaration
[JsonProperty("secondaryEndpointIpAddress")]
public virtual string SecondaryEndpointIpAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
Uri
URI of a Redis Cluster in format "projects/{project_id}/locations/{location}/clusters/{cluster_id}"
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |