google_api_redis v0.15.0 GoogleApi.Redis.V1beta1.Model.ListInstancesResponse View Source
Response for ListInstances.
Attributes
instances(type:list(GoogleApi.Redis.V1beta1.Model.Instance.t), default:nil) - A list of Redis 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. If in such an aggregated query a location is unavailable, a dummy Redis entry is included in the response with thenamefield set to a value of the formprojects/{project_id}/locations/{location_id}/instances/- and thestatusfield set to ERROR andstatus_messagefield set to "location not available for ListInstances".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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
t()
View Sourcet() :: %GoogleApi.Redis.V1beta1.Model.ListInstancesResponse{
instances: [GoogleApi.Redis.V1beta1.Model.Instance.t()],
nextPageToken: String.t(),
unreachable: [String.t()]
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.