Class: Google::Cloud::BackupDR::V1::FetchUsableBackupVaultsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::FetchUsableBackupVaultsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/backupvault.rb
Overview
Response message for fetching usable BackupVaults.
Instance Attribute Summary collapse
-
#backup_vaults ⇒ ::Array<::Google::Cloud::BackupDR::V1::BackupVault>
The list of BackupVault 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
#backup_vaults ⇒ ::Array<::Google::Cloud::BackupDR::V1::BackupVault>
Returns The list of BackupVault 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 backup vaults in reachable locations and the 'unreachable' field will be populated with a list of unreachable locations.
682 683 684 685 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 682 class FetchUsableBackupVaultsResponse 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.
682 683 684 685 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 682 class FetchUsableBackupVaultsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
682 683 684 685 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 682 class FetchUsableBackupVaultsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |