class Google::Apis::ComputeV1::InstanceParams

Additional instance params.

Attributes

resource_manager_tags[RW]

Resource manager tags to be bound to the instance. Tag keys and values have the same definition as resource manager tags. Keys must be in the format ` tagKeys/`tag_key_id“, and values are in the format `tagValues/456`. The field is ignored (both PUT & PATCH) when empty. Corresponds to the JSON property `resourceManagerTags` @return [Hash<String,String>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 15233
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/compute_v1/classes.rb, line 15238
def update!(**args)
  @resource_manager_tags = args[:resource_manager_tags] if args.key?(:resource_manager_tags)
end