GoogleApi.Memcache.V1.Model.ListInstancesResponse (google_api_memcache v0.26.0)
View SourceResponse for ListInstances.
Attributes
-
instances(type:list(GoogleApi.Memcache.V1.Model.Instance.t), default:nil) - A list of Memcached instances in the project in the specified location, or across all locations. If thelocation_idin the parent field of the request is "-", all regions available to the project are queried, and the results aggregated. -
nextPageToken(type:String.t, default:nil) - Token to retrieve the next page of results, or empty if there are no more results in the list. -
unreachable(type:list(String.t), default:nil) - Locations that could not be reached.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Memcache.V1.Model.ListInstancesResponse{ instances: [GoogleApi.Memcache.V1.Model.Instance.t()] | nil, nextPageToken: String.t() | nil, unreachable: [String.t()] | nil }