class Google::Apis::RunV1alpha1::InstanceTemplateSpec
InstanceTemplateSpec
describes the data an instance should have when created from a template.
Attributes
spec[RW]
InstanceSpec
is a description of an instance. Corresponds to the JSON property `spec` @return [Google::Apis::RunV1alpha1::InstanceSpec]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/run_v1alpha1/classes.rb, line 684 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/run_v1alpha1/classes.rb, line 689 def update!(**args) @spec = args[:spec] if args.key?(:spec) end