Class: Google::Apis::ComputeAlpha::ServiceIntegrationSpecBackupDrSpec
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::ServiceIntegrationSpecBackupDrSpec
- 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
-
#plan ⇒ String
The BackupPlan resource to attach to the instance.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ServiceIntegrationSpecBackupDrSpec
constructor
A new instance of ServiceIntegrationSpecBackupDrSpec.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ServiceIntegrationSpecBackupDrSpec
Returns a new instance of ServiceIntegrationSpecBackupDrSpec.
43094 43095 43096 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 43094 def initialize(**args) update!(**args) end |
Instance Attribute Details
#plan ⇒ String
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
43092 43093 43094 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 43092 def plan @plan end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
43099 43100 43101 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 43099 def update!(**args) @plan = args[:plan] if args.key?(:plan) end |