Class: Google::Cloud::BackupDR::V1::Backup::GCPBackupPlanInfo

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/backupdr/v1/backupvault.rb

Overview

GCPBackupPlanInfo captures the plan configuration details of Google Cloud resources at the time of backup.

Instance Attribute Summary collapse

Instance Attribute Details

#backup_plan::String

Returns Resource name of backup plan by which workload is protected at the time of the backup. Format: projects/{project}/locations/{location}/backupPlans/{backupPlanId}.

Returns:

  • (::String)

    Resource name of backup plan by which workload is protected at the time of the backup. Format: projects/{project}/locations/{location}/backupPlans/{backupPlanId}



504
505
506
507
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 504

class GCPBackupPlanInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#backup_plan_rule_id::String

Returns The rule id of the backup plan which triggered this backup in case of scheduled backup or used for.

Returns:

  • (::String)

    The rule id of the backup plan which triggered this backup in case of scheduled backup or used for



504
505
506
507
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 504

class GCPBackupPlanInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end