Class: Google::Cloud::BackupDR::V1::InitializeServiceResponse
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::InitializeServiceResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/backupdr.rb
Overview
Response message for initializing the service.
Instance Attribute Summary collapse
-
#backup_plan_name ⇒ ::String
The resource name of the default
BackupPlancreated. -
#backup_vault_name ⇒ ::String
The resource name of the default
BackupVaultcreated.
Instance Attribute Details
#backup_plan_name ⇒ ::String
Returns The resource name of the default BackupPlan created.
Format:
projects/{project_id}/locations/{location}/backupPlans/{backup_plan_id}.
363 364 365 366 |
# File 'proto_docs/google/cloud/backupdr/v1/backupdr.rb', line 363 class InitializeServiceResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#backup_vault_name ⇒ ::String
Returns The resource name of the default BackupVault created.
Format:
projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}.
363 364 365 366 |
# File 'proto_docs/google/cloud/backupdr/v1/backupdr.rb', line 363 class InitializeServiceResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |