RedisInstanceDetails interface

Details of single instance of redis.

Properties

isMaster

Specifies whether the instance is a primary node. NOTE: This property will not be serialized. It can only be populated by the server.

isPrimary

Specifies whether the instance is a primary node. NOTE: This property will not be serialized. It can only be populated by the server.

nonSslPort

If enableNonSslPort is true, provides Redis instance Non-SSL port. NOTE: This property will not be serialized. It can only be populated by the server.

shardId

If clustering is enabled, the Shard ID of Redis Instance NOTE: This property will not be serialized. It can only be populated by the server.

sslPort

Redis instance SSL port. NOTE: This property will not be serialized. It can only be populated by the server.

zone

If the Cache uses availability zones, specifies availability zone where this instance is located. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

isMaster

Specifies whether the instance is a primary node. NOTE: This property will not be serialized. It can only be populated by the server.

isMaster?: boolean

Property Value

boolean

isPrimary

Specifies whether the instance is a primary node. NOTE: This property will not be serialized. It can only be populated by the server.

isPrimary?: boolean

Property Value

boolean

nonSslPort

If enableNonSslPort is true, provides Redis instance Non-SSL port. NOTE: This property will not be serialized. It can only be populated by the server.

nonSslPort?: number

Property Value

number

shardId

If clustering is enabled, the Shard ID of Redis Instance NOTE: This property will not be serialized. It can only be populated by the server.

shardId?: number

Property Value

number

sslPort

Redis instance SSL port. NOTE: This property will not be serialized. It can only be populated by the server.

sslPort?: number

Property Value

number

zone

If the Cache uses availability zones, specifies availability zone where this instance is located. NOTE: This property will not be serialized. It can only be populated by the server.

zone?: string

Property Value

string