Class: Google::Apis::ComputeV1::NodeGroupsDeleteNodesRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::NodeGroupsDeleteNodesRequest
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/compute_v1/classes.rb,
generated/google/apis/compute_v1/representations.rb,
generated/google/apis/compute_v1/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.
19023 19024 19025 |
# File 'generated/google/apis/compute_v1/classes.rb', line 19023 def initialize(**args) update!(**args) end |
Instance Attribute Details
#nodes ⇒ Array<String>
Names of the nodes to delete.
Corresponds to the JSON property nodes
19021 19022 19023 |
# File 'generated/google/apis/compute_v1/classes.rb', line 19021 def nodes @nodes end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
19028 19029 19030 |
# File 'generated/google/apis/compute_v1/classes.rb', line 19028 def update!(**args) @nodes = args[:nodes] if args.key?(:nodes) end |