Class: Google::Apis::ComputeBeta::NodeGroupsAddNodesRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::NodeGroupsAddNodesRequest
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb
Instance Attribute Summary collapse
-
#additional_node_count ⇒ Fixnum
Count of additional nodes to be added to the node group.
Instance Method Summary collapse
-
#initialize(**args) ⇒ NodeGroupsAddNodesRequest
constructor
A new instance of NodeGroupsAddNodesRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ NodeGroupsAddNodesRequest
Returns a new instance of NodeGroupsAddNodesRequest.
25516 25517 25518 |
# File 'lib/google/apis/compute_beta/classes.rb', line 25516 def initialize(**args) update!(**args) end |
Instance Attribute Details
#additional_node_count ⇒ Fixnum
Count of additional nodes to be added to the node group.
Corresponds to the JSON property additionalNodeCount
25514 25515 25516 |
# File 'lib/google/apis/compute_beta/classes.rb', line 25514 def additional_node_count @additional_node_count end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
25521 25522 25523 |
# File 'lib/google/apis/compute_beta/classes.rb', line 25521 def update!(**args) @additional_node_count = args[:additional_node_count] if args.key?(:additional_node_count) end |