Class: Google::Apis::ComputeBeta::NodeGroupsDeleteNodesRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::NodeGroupsDeleteNodesRequest
- Defined in:
- generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/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
15511 15512 15513 |
# File 'generated/google/apis/compute_beta/classes.rb', line 15511 def initialize(**args) update!(**args) end |
Instance Attribute Details
#nodes ⇒ Array<String>
Corresponds to the JSON property nodes
15509 15510 15511 |
# File 'generated/google/apis/compute_beta/classes.rb', line 15509 def nodes @nodes end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15516 15517 15518 |
# File 'generated/google/apis/compute_beta/classes.rb', line 15516 def update!(**args) @nodes = args[:nodes] if args.key?(:nodes) end |