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>
Returns 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.
202 203 204 205 |
# File 'proto_docs/google/cloud/backupdr/v1/backupplanassociation.rb', line 202 class ListBackupPlanAssociationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token identifying a page of results the server should return.
202 203 204 205 |
# File 'proto_docs/google/cloud/backupdr/v1/backupplanassociation.rb', line 202 class ListBackupPlanAssociationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
202 203 204 205 |
# File 'proto_docs/google/cloud/backupdr/v1/backupplanassociation.rb', line 202 class ListBackupPlanAssociationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |