Class: Google::Cloud::BackupDR::V1::ListDataSourcesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::ListDataSourcesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/backupvault.rb
Overview
Response message for listing DataSources.
Instance Attribute Summary collapse
-
#data_sources ⇒ ::Array<::Google::Cloud::BackupDR::V1::DataSource>
The list of DataSource instances 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
#data_sources ⇒ ::Array<::Google::Cloud::BackupDR::V1::DataSource>
Returns The list of DataSource instances 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 data sources in reachable locations and the 'unreachable' field will be populated with a list of unreachable locations.
825 826 827 828 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 825 class ListDataSourcesResponse 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.
825 826 827 828 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 825 class ListDataSourcesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
825 826 827 828 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 825 class ListDataSourcesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |