Class: Google::Apis::ComputeAlpha::RegionInstanceGroupManagersSetTemplateRequest

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/compute_alpha/classes.rb,
generated/google/apis/compute_alpha/representations.rb,
generated/google/apis/compute_alpha/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



24890
24891
24892
# File 'generated/google/apis/compute_alpha/classes.rb', line 24890

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)


24888
24889
24890
# File 'generated/google/apis/compute_alpha/classes.rb', line 24888

def instance_template
  @instance_template
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



24895
24896
24897
# File 'generated/google/apis/compute_alpha/classes.rb', line 24895

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