Class: Google::Cloud::Compute::V1::NodeGroupsDeleteNodesRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nodes::Array<::String>

Returns Names of the nodes to delete.

Returns:

  • (::Array<::String>)

    Names of the nodes to delete.



21956
21957
21958
21959
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21956

class NodeGroupsDeleteNodesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end