Show / Hide Table of Contents

Class RedisClusterInfo

For display only. Metadata associated with a Redis Cluster.

Inheritance
object
RedisClusterInfo
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.NetworkManagement.v1beta1.Data
Assembly: Google.Apis.NetworkManagement.v1beta1.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 the network containing the Redis Cluster endpoints 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX