Class: Google::Apis::BackupdrV1::InstanceParams
- Inherits:
-
Object
- Object
- Google::Apis::BackupdrV1::InstanceParams
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/backupdr_v1/classes.rb,
lib/google/apis/backupdr_v1/representations.rb,
lib/google/apis/backupdr_v1/representations.rb
Overview
Additional instance params.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ InstanceParams
constructor
A new instance of InstanceParams.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InstanceParams
Returns a new instance of InstanceParams.
2396 2397 2398 |
# File 'lib/google/apis/backupdr_v1/classes.rb', line 2396 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource_manager_tags ⇒ Hash<String,String>
Optional. Resource manager tags to be bound to the instance.
Corresponds to the JSON property resourceManagerTags
2394 2395 2396 |
# File 'lib/google/apis/backupdr_v1/classes.rb', line 2394 def @resource_manager_tags end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2401 2402 2403 |
# File 'lib/google/apis/backupdr_v1/classes.rb', line 2401 def update!(**args) @resource_manager_tags = args[:resource_manager_tags] if args.key?(:resource_manager_tags) end |