Network Management v1 API - Class RedisInstanceInfo (2.11.0)

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

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

For display only. Metadata associated with a Cloud Redis Instance.

Inheritance

object > RedisInstanceInfo

Namespace

Google.Cloud.NetworkManagement.V1

Assembly

Google.Cloud.NetworkManagement.V1.dll

Constructors

RedisInstanceInfo()

public RedisInstanceInfo()

RedisInstanceInfo(RedisInstanceInfo)

public RedisInstanceInfo(RedisInstanceInfo other)
Parameter
Name Description
other RedisInstanceInfo

Properties

DisplayName

public string DisplayName { get; set; }

Name of a Cloud Redis Instance.

Property Value
Type Description
string

NetworkUri

public string NetworkUri { get; set; }

URI of a Cloud Redis Instance network.

Property Value
Type Description
string

PrimaryEndpointIp

public string PrimaryEndpointIp { get; set; }

Primary endpoint IP address of a Cloud Redis Instance.

Property Value
Type Description
string

ReadEndpointIp

public string ReadEndpointIp { get; set; }

Read endpoint IP address of a Cloud Redis Instance (if applicable).

Property Value
Type Description
string

Region

public string Region { get; set; }

Region in which the Cloud Redis Instance is defined.

Property Value
Type Description
string

Uri

public string Uri { get; set; }

URI of a Cloud Redis Instance.

Property Value
Type Description
string