class Google::Apis::ComputeV1::RegionInstanceGroupManagersSetTemplateRequest

Attributes

instance_template[RW]

URL of the InstanceTemplate resource from which all new instances will be created. Corresponds to the JSON property `instanceTemplate` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 27575
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 27580
def update!(**args)
  @instance_template = args[:instance_template] if args.key?(:instance_template)
end