instances property
A list of Memcached instances in the project in the specified location, or across all locations.
If the location_id
in the parent field of the request is "-", all
regions available to the project are queried, and the results aggregated.
Implementation
core.List<Instance>? instances;