Class: Google::Cloud::Compute::V1::NodeGroupsDeleteNodesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::NodeGroupsDeleteNodesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#nodes ⇒ ::Array<::String>
Names of the nodes to delete.
Instance Attribute Details
#nodes ⇒ ::Array<::String>
Returns 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 |