class Google::Apis::ReplicapoolV1beta2::SetInstanceTemplateRequest
Attributes
instance_template[RW]
The full URL to an Instance Template 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 generated/google/apis/replicapool_v1beta2/classes.rb, line 252 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/replicapool_v1beta2/classes.rb, line 257 def update!(**args) @instance_template = args[:instance_template] if args.key?(:instance_template) end