Class: Google::Apis::ComputeBeta::NodeGroupsDeleteNodesRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::NodeGroupsDeleteNodesRequest
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- 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>
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.
20848 20849 20850 |
# File 'generated/google/apis/compute_beta/classes.rb', line 20848 def initialize(**args) update!(**args) end |
Instance Attribute Details
#nodes ⇒ Array<String>
Names of the nodes to delete.
Corresponds to the JSON property nodes
20846 20847 20848 |
# File 'generated/google/apis/compute_beta/classes.rb', line 20846 def nodes @nodes end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
20853 20854 20855 |
# File 'generated/google/apis/compute_beta/classes.rb', line 20853 def update!(**args) @nodes = args[:nodes] if args.key?(:nodes) end |