Class: Google::Apis::ComputeBeta::NodeGroupsDeleteNodesRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::NodeGroupsDeleteNodesRequest
- 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
-
#nodes ⇒ Array<String>
Names of the nodes to delete.
Instance Method Summary collapse
-
#initialize(**args) ⇒ NodeGroupsDeleteNodesRequest
constructor
A new instance of NodeGroupsDeleteNodesRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ NodeGroupsDeleteNodesRequest
Returns a new instance of NodeGroupsDeleteNodesRequest.
27583 27584 27585 |
# File 'lib/google/apis/compute_beta/classes.rb', line 27583 def initialize(**args) update!(**args) end |
Instance Attribute Details
#nodes ⇒ Array<String>
Names of the nodes to delete.
Corresponds to the JSON property nodes
27581 27582 27583 |
# File 'lib/google/apis/compute_beta/classes.rb', line 27581 def nodes @nodes end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
27588 27589 27590 |
# File 'lib/google/apis/compute_beta/classes.rb', line 27588 def update!(**args) @nodes = args[:nodes] if args.key?(:nodes) end |