Interface protos.google.cloud.redis.v1beta1.IListInstancesResponse (2.3.1)

Properties of a ListInstancesResponse.

Package

@google-cloud/redis

Properties

instances

instances?: (google.cloud.redis.v1beta1.IInstance[]|null);

ListInstancesResponse instances

Property Value
TypeDescription
(google.cloud.redis.v1beta1.IInstance[]|null)

nextPageToken

nextPageToken?: (string|null);

ListInstancesResponse nextPageToken

Property Value
TypeDescription
(string|null)

unreachable

unreachable?: (string[]|null);

ListInstancesResponse unreachable

Property Value
TypeDescription
(string[]|null)