Class: Google::Cloud::BackupDR::V1::ListBackupPlanAssociationsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::ListBackupPlanAssociationsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/backupplanassociation.rb
Overview
Response message for List BackupPlanAssociation
Instance Attribute Summary collapse
-
#backup_plan_associations ⇒ ::Array<::Google::Cloud::BackupDR::V1::BackupPlanAssociation>
The list of Backup Plan Associations in the project for the specified location.
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#backup_plan_associations ⇒ ::Array<::Google::Cloud::BackupDR::V1::BackupPlanAssociation>
218 219 220 221 |
# File 'proto_docs/google/cloud/backupdr/v1/backupplanassociation.rb', line 218 class ListBackupPlanAssociationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
218 219 220 221 |
# File 'proto_docs/google/cloud/backupdr/v1/backupplanassociation.rb', line 218 class ListBackupPlanAssociationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
218 219 220 221 |
# File 'proto_docs/google/cloud/backupdr/v1/backupplanassociation.rb', line 218 class ListBackupPlanAssociationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |