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
-
#nodes ⇒ Array<String>
Corresponds to the JSON property
nodes
.
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
18547 18548 18549 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 18547 def initialize(**args) update!(**args) end |
Instance Attribute Details
#nodes ⇒ Array<String>
Corresponds to the JSON property nodes
18545 18546 18547 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 18545 def nodes @nodes end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18552 18553 18554 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 18552 def update!(**args) @nodes = args[:nodes] if args.key?(:nodes) end |