Class: Google::Cloud::BackupDR::V1::ListBackupPlansResponse
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::ListBackupPlansResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/backupplan.rb
Overview
The response message for getting a list of BackupPlan
.
Instance Attribute Summary collapse
-
#backup_plans ⇒ ::Array<::Google::Cloud::BackupDR::V1::BackupPlan>
The list of
BackupPlans
in the project for the specified location. -
#next_page_token ⇒ ::String
A token which may be sent as page_token in a subsequent
ListBackupPlans
call to retrieve the next page of results. -
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#backup_plans ⇒ ::Array<::Google::Cloud::BackupDR::V1::BackupPlan>
Returns 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.
370 371 372 373 |
# File 'proto_docs/google/cloud/backupdr/v1/backupplan.rb', line 370 class ListBackupPlansResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
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.
370 371 372 373 |
# File 'proto_docs/google/cloud/backupdr/v1/backupplan.rb', line 370 class ListBackupPlansResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
370 371 372 373 |
# File 'proto_docs/google/cloud/backupdr/v1/backupplan.rb', line 370 class ListBackupPlansResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |