Class: Google::Apis::ComputeAlpha::BulkInsertInstanceResourcePerInstanceProperties
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::BulkInsertInstanceResourcePerInstanceProperties
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb
Overview
Per-instance properties to be set on individual instances. To be extended in the future.
Instance Attribute Summary collapse
-
#name ⇒ String
This field is only temporary.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BulkInsertInstanceResourcePerInstanceProperties
constructor
A new instance of BulkInsertInstanceResourcePerInstanceProperties.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BulkInsertInstanceResourcePerInstanceProperties
Returns a new instance of BulkInsertInstanceResourcePerInstanceProperties.
4930 4931 4932 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 4930 def initialize(**args) update!(**args) end |
Instance Attribute Details
#name ⇒ String
This field is only temporary. It will be removed. Do not use it.
Corresponds to the JSON property name
4928 4929 4930 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 4928 def name @name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4935 4936 4937 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 4935 def update!(**args) @name = args[:name] if args.key?(:name) end |