Class: Google::Cloud::Compute::V1::DeleteNodesNodeGroupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::DeleteNodesNodeGroupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for NodeGroups.DeleteNodes. See the method description for details.
Instance Attribute Summary collapse
-
#node_group ⇒ ::String
Name of the NodeGroup resource whose nodes will be deleted.
-
#node_groups_delete_nodes_request_resource ⇒ ::Google::Cloud::Compute::V1::NodeGroupsDeleteNodesRequest
The body resource for this request.
-
#project ⇒ ::String
Project ID for this request.
-
#request_id ⇒ ::String
An optional request ID to identify requests.
-
#zone ⇒ ::String
The name of the zone for this request.
Instance Attribute Details
#node_group ⇒ ::String
6424 6425 6426 6427 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 6424 class DeleteNodesNodeGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#node_groups_delete_nodes_request_resource ⇒ ::Google::Cloud::Compute::V1::NodeGroupsDeleteNodesRequest
6424 6425 6426 6427 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 6424 class DeleteNodesNodeGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
6424 6425 6426 6427 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 6424 class DeleteNodesNodeGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
6424 6425 6426 6427 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 6424 class DeleteNodesNodeGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone ⇒ ::String
6424 6425 6426 6427 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 6424 class DeleteNodesNodeGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |