Class: Google::Apis::ComputeAlpha::ServiceIntegrationSpecBackupDrSpec

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb

Overview

Specifies parameters to Backup and DR to attach a BackupPlan to a compute instance for managed VM backup.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ServiceIntegrationSpecBackupDrSpec

Returns a new instance of ServiceIntegrationSpecBackupDrSpec.



44763
44764
44765
# File 'lib/google/apis/compute_alpha/classes.rb', line 44763

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#planString

The BackupPlan resource to attach to the instance. Specified as a resource reference in instances, and regional instance templates, and as just the plan name in global instance templates Corresponds to the JSON property plan

Returns:

  • (String)


44761
44762
44763
# File 'lib/google/apis/compute_alpha/classes.rb', line 44761

def plan
  @plan
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



44768
44769
44770
# File 'lib/google/apis/compute_alpha/classes.rb', line 44768

def update!(**args)
  @plan = args[:plan] if args.key?(:plan)
end