Class: Google::Apis::ComputeBeta::RegionInstanceGroupManagersSetTemplateRequest

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ RegionInstanceGroupManagersSetTemplateRequest

Returns a new instance of RegionInstanceGroupManagersSetTemplateRequest



8953
8954
8955
# File 'generated/google/apis/compute_beta/classes.rb', line 8953

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

Instance Attribute Details

#instance_templateString

URL of the InstanceTemplate resource from which all new instances will be created. Corresponds to the JSON property instanceTemplate

Returns:

  • (String)


8951
8952
8953
# File 'generated/google/apis/compute_beta/classes.rb', line 8951

def instance_template
  @instance_template
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8958
8959
8960
# File 'generated/google/apis/compute_beta/classes.rb', line 8958

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