Class: Google::Apis::ComputeV1::BulkInsertInstanceResourcePerInstanceProperties

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/representations.rb

Overview

Per-instance properties to be set on individual instances. To be extended in the future.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BulkInsertInstanceResourcePerInstanceProperties

Returns a new instance of BulkInsertInstanceResourcePerInstanceProperties.



4781
4782
4783
# File 'lib/google/apis/compute_v1/classes.rb', line 4781

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#nameString

This field is only temporary. It will be removed. Do not use it. Corresponds to the JSON property name

Returns:

  • (String)


4779
4780
4781
# File 'lib/google/apis/compute_v1/classes.rb', line 4779

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4786
4787
4788
# File 'lib/google/apis/compute_v1/classes.rb', line 4786

def update!(**args)
  @name = args[:name] if args.key?(:name)
end