class Google::Apis::ComputeBeta::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_beta/classes.rb, line 15417
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_beta/classes.rb, line 15422
def update!(**args)
  @instance = args[:instance] if args.key?(:instance)
end