Class ListBackupPlanAssociationsResponse (0.7.0)

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

Response message for List BackupPlanAssociation

Attributes

Name Description
backup_plan_associations MutableSequence[google.cloud.backupdr_v1.types.BackupPlanAssociation]
The list of Backup Plan Associations in the project for the specified location. If the {location} value in the request is "-", the response contains a list of instances from all locations. In case any location is unreachable, the response will only return backup plan associations in reachable locations and the 'unreachable' field will be populated with a list of unreachable locations.
next_page_token str
A token identifying a page of results the server should return.
unreachable MutableSequence[str]
Locations that could not be reached.