Class: Google::Apis::ComputeAlpha::NodeGroupsDeleteNodesRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::NodeGroupsDeleteNodesRequest
- Defined in:
- generated/google/apis/compute_alpha/classes.rb,
generated/google/apis/compute_alpha/representations.rb,
generated/google/apis/compute_alpha/representations.rb
Instance Attribute Summary collapse
-
#node_indexes ⇒ Array<Fixnum>
Indexes of the nodes to be deleted from the node group.
Instance Method Summary collapse
-
#initialize(**args) ⇒ NodeGroupsDeleteNodesRequest
constructor
A new instance of NodeGroupsDeleteNodesRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ NodeGroupsDeleteNodesRequest
Returns a new instance of NodeGroupsDeleteNodesRequest
16312 16313 16314 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 16312 def initialize(**args) update!(**args) end |
Instance Attribute Details
#node_indexes ⇒ Array<Fixnum>
Indexes of the nodes to be deleted from the node group.
Corresponds to the JSON property nodeIndexes
16310 16311 16312 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 16310 def node_indexes @node_indexes end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
16317 16318 16319 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 16317 def update!(**args) @node_indexes = args[:node_indexes] if args.key?(:node_indexes) end |