Class: Google::Apis::ComputeAlpha::InstanceGroupManagerAllInstancesConfig
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::InstanceGroupManagerAllInstancesConfig
- 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
Instance Attribute Summary collapse
-
#properties ⇒ Google::Apis::ComputeAlpha::InstancePropertiesPatch
Represents the change that you want to make to the instance properties.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InstanceGroupManagerAllInstancesConfig
constructor
A new instance of InstanceGroupManagerAllInstancesConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InstanceGroupManagerAllInstancesConfig
Returns a new instance of InstanceGroupManagerAllInstancesConfig.
17191 17192 17193 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 17191 def initialize(**args) update!(**args) end |
Instance Attribute Details
#properties ⇒ Google::Apis::ComputeAlpha::InstancePropertiesPatch
Represents the change that you want to make to the instance properties.
Corresponds to the JSON property properties
17189 17190 17191 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 17189 def properties @properties end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17196 17197 17198 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 17196 def update!(**args) @properties = args[:properties] if args.key?(:properties) end |