class Google::Apis::ComputeV1::InstanceReference
Attributes
instance[RW]
The URL for a specific instance. Corresponds to the JSON property `instance` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/compute_v1/classes.rb, line 4302 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/compute_v1/classes.rb, line 4307 def update!(**args) @instance = args[:instance] if args.key?(:instance) end