class Google::Apis::ComputeBeta::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_beta/classes.rb, line 26924
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_beta/classes.rb, line 26929
def update!(**args)
  @instance_template = args[:instance_template] if args.key?(:instance_template)
end