Class: Google::Cloud::BackupDR::V1::InitializeServiceResponse

Inherits:
Object
  • Object
show all
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

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}.

Returns:

  • (::String)

    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}.

Returns:

  • (::String)

    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