Class: Google::Apis::BackupdrV1::InstanceParams

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

Constructor Details

#initialize(**args) ⇒ InstanceParams

Returns a new instance of InstanceParams.



4135
4136
4137
# File 'lib/google/apis/backupdr_v1/classes.rb', line 4135

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

Instance Attribute Details

#resource_manager_tagsHash<String,String>

Optional. Resource manager tags to be bound to the instance. Corresponds to the JSON property resourceManagerTags

Returns:

  • (Hash<String,String>)


4133
4134
4135
# File 'lib/google/apis/backupdr_v1/classes.rb', line 4133

def resource_manager_tags
  @resource_manager_tags
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4140
4141
4142
# File 'lib/google/apis/backupdr_v1/classes.rb', line 4140

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