Class: Google::Apis::ComputeV1::NodeGroupsDeleteNodesRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::NodeGroupsDeleteNodesRequest
- 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>
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
14246 14247 14248 |
# File 'generated/google/apis/compute_v1/classes.rb', line 14246 def initialize(**args) update!(**args) end |
Instance Attribute Details
#nodes ⇒ Array<String>
Corresponds to the JSON property nodes
14244 14245 14246 |
# File 'generated/google/apis/compute_v1/classes.rb', line 14244 def nodes @nodes end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
14251 14252 14253 |
# File 'generated/google/apis/compute_v1/classes.rb', line 14251 def update!(**args) @nodes = args[:nodes] if args.key?(:nodes) end |