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.



7468
7469
7470
# File 'generated/google/apis/compute_beta/classes.rb', line 7468

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)


7466
7467
7468
# File 'generated/google/apis/compute_beta/classes.rb', line 7466

def instance_template
  @instance_template
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7473
7474
7475
# File 'generated/google/apis/compute_beta/classes.rb', line 7473

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