Class ListBackupPlansResponse (0.5.0)

ListBackupPlansResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The response message for getting a list of BackupPlan.

Attributes

Name Description
backup_plans MutableSequence[google.cloud.backupdr_v1.types.BackupPlan]
The list of BackupPlans in the project for the specified location. If the {location} value in the request is "-", the response contains a list of resources from all locations. In case any location is unreachable, the response will only return backup plans in reachable locations and the 'unreachable' field will be populated with a list of unreachable locations. BackupPlan
next_page_token str
A token which may be sent as page_token in a subsequent ListBackupPlans call to retrieve the next page of results. If this field is omitted or empty, then there are no more results to return.
unreachable MutableSequence[str]
Locations that could not be reached.