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