Class: Google::Cloud::Compute::V1::DeleteNetworkEndpointGroupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::DeleteNetworkEndpointGroupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for NetworkEndpointGroups.Delete. See the method description for details.
Instance Attribute Summary collapse
-
#network_endpoint_group ⇒ ::String
The name of the network endpoint group to delete.
-
#project ⇒ ::String
Project ID for this request.
-
#request_id ⇒ ::String
An optional request ID to identify requests.
-
#zone ⇒ ::String
The name of the zone where the network endpoint group is located.
Instance Attribute Details
#network_endpoint_group ⇒ ::String
4504 4505 4506 4507 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4504 class DeleteNetworkEndpointGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
4504 4505 4506 4507 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4504 class DeleteNetworkEndpointGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
4504 4505 4506 4507 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4504 class DeleteNetworkEndpointGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone ⇒ ::String
4504 4505 4506 4507 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4504 class DeleteNetworkEndpointGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |