Interface protos.google.cloud.redis.cluster.v1.ICluster (0.1.0)

Properties of a Cluster.

Package

@google-cloud/redis-cluster

Properties

authorizationMode

authorizationMode?: (google.cloud.redis.cluster.v1.AuthorizationMode|keyof typeof google.cloud.redis.cluster.v1.AuthorizationMode|null);

Cluster authorizationMode

createTime

createTime?: (google.protobuf.ITimestamp|null);

Cluster createTime

discoveryEndpoints

discoveryEndpoints?: (google.cloud.redis.cluster.v1.IDiscoveryEndpoint[]|null);

Cluster discoveryEndpoints

name

name?: (string|null);

Cluster name

pscConfigs

pscConfigs?: (google.cloud.redis.cluster.v1.IPscConfig[]|null);

Cluster pscConfigs

pscConnections

pscConnections?: (google.cloud.redis.cluster.v1.IPscConnection[]|null);

Cluster pscConnections

replicaCount

replicaCount?: (number|null);

Cluster replicaCount

shardCount

shardCount?: (number|null);

Cluster shardCount

sizeGb

sizeGb?: (number|null);

Cluster sizeGb

state

state?: (google.cloud.redis.cluster.v1.Cluster.State|keyof typeof google.cloud.redis.cluster.v1.Cluster.State|null);

Cluster state

stateInfo

stateInfo?: (google.cloud.redis.cluster.v1.Cluster.IStateInfo|null);

Cluster stateInfo

transitEncryptionMode

transitEncryptionMode?: (google.cloud.redis.cluster.v1.TransitEncryptionMode|keyof typeof google.cloud.redis.cluster.v1.TransitEncryptionMode|null);

Cluster transitEncryptionMode

uid

uid?: (string|null);

Cluster uid