Network Management v1 API - Class RedisClusterInfo (2.11.0)

public sealed class RedisClusterInfo : IMessage<RedisClusterInfo>, IEquatable<RedisClusterInfo>, IDeepCloneable<RedisClusterInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Management v1 API class RedisClusterInfo.

For display only. Metadata associated with a Redis Cluster.

Inheritance

object > RedisClusterInfo

Namespace

Google.Cloud.NetworkManagement.V1

Assembly

Google.Cloud.NetworkManagement.V1.dll

Constructors

RedisClusterInfo()

public RedisClusterInfo()

RedisClusterInfo(RedisClusterInfo)

public RedisClusterInfo(RedisClusterInfo other)
Parameter
Name Description
other RedisClusterInfo

Properties

DiscoveryEndpointIpAddress

public string DiscoveryEndpointIpAddress { get; set; }

Discovery endpoint IP address of a Redis Cluster.

Property Value
Type Description
string

DisplayName

public string DisplayName { get; set; }

Name of a Redis Cluster.

Property Value
Type Description
string

Location

public string Location { get; set; }

Name of the region in which the Redis Cluster is defined. For example, "us-central1".

Property Value
Type Description
string

NetworkUri

public string NetworkUri { get; set; }

URI of a Redis Cluster network in format "projects/{project_id}/global/networks/{network_id}".

Property Value
Type Description
string

SecondaryEndpointIpAddress

public string SecondaryEndpointIpAddress { get; set; }

Secondary endpoint IP address of a Redis Cluster.

Property Value
Type Description
string

Uri

public string Uri { get; set; }

URI of a Redis Cluster in format "projects/{project_id}/locations/{location}/clusters/{cluster_id}"

Property Value
Type Description
string