class Google::Apis::ComputeV1::ManagedInstanceVersion
Attributes
instance_template[RW]
- Output Only
-
The intended template of the instance. This field is empty when
current_action is one of ` DELETING, ABANDONING `. Corresponds to the JSON property `instanceTemplate` @return [String]
name[RW]
- Output Only
-
Name of the version.
Corresponds to the JSON property `name` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 19274 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 19279 def update!(**args) @instance_template = args[:instance_template] if args.key?(:instance_template) @name = args[:name] if args.key?(:name) end