Interface protos.google.cloud.memcache.v1.IListInstancesResponse (1.4.7)

Properties of a ListInstancesResponse.

Package

@google-cloud/memcache!

Properties

instances

instances?: (google.cloud.memcache.v1.IInstance[]|null);

ListInstancesResponse instances

Property Value
TypeDescription
(google.cloud.memcache.v1.IInstance[]|null)

nextPageToken

nextPageToken?: (string|null);

ListInstancesResponse nextPageToken

Property Value
TypeDescription
(string|null)

unreachable

unreachable?: (string[]|null);

ListInstancesResponse unreachable

Property Value
TypeDescription
(string[]|null)