class Google::Apis::ComputeV1::InstanceReference

Attributes

instance[RW]

The URL for a specific instance. @required compute.instancegroups.addInstances/ removeInstances Corresponds to the JSON property `instance` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 15419
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 15424
def update!(**args)
  @instance = args[:instance] if args.key?(:instance)
end