google_api_memcache v0.2.0 GoogleApi.Memcache.V1beta2.Model.ListInstancesResponse View Source
Response for ListInstances.
Attributes
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.resources(type:list(GoogleApi.Memcache.V1beta2.Model.Instance.t), default:nil) - A list of Memcached instances in the project in the specified location, or across all locations.If the
location_idin the parent field of the request is "-", all regions available to the project are queried, and the results aggregated.unreachable(type:list(String.t), default:nil) - Locations that could not be reached.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Memcache.V1beta2.Model.ListInstancesResponse{
nextPageToken: String.t(),
resources: [GoogleApi.Memcache.V1beta2.Model.Instance.t()],
unreachable: [String.t()]
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.