ListBackupsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)ListBackupsResponse is the result of ListBackupsRequest.
Attributes |
|
|---|---|
| Name | Description |
backups |
MutableSequence[google.cloud.filestore_v1.types.Backup]
A list of backups in the project for the specified location. If the {location} value in the request is "-", the
response contains a list of backups from all locations. If
any location is unreachable, the response will only return
backups in reachable locations and the "unreachable" field
will be populated with a list of unreachable locations.
|
next_page_token |
str
The token you can use to retrieve the next page of results. Not returned if there are no more results in the list. |
unreachable |
MutableSequence[str]
Unordered list. Locations that could not be reached. |