Class: Google::Cloud::Compute::V1::AttachNetworkEndpointsNetworkEndpointGroupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::AttachNetworkEndpointsNetworkEndpointGroupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for NetworkEndpointGroups.AttachNetworkEndpoints. See the method description for details.
Instance Attribute Summary collapse
-
#network_endpoint_group ⇒ ::String
The name of the network endpoint group where you are attaching network endpoints to.
-
#network_endpoint_groups_attach_endpoints_request_resource ⇒ ::Google::Cloud::Compute::V1::NetworkEndpointGroupsAttachEndpointsRequest
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 where the network endpoint group is located.
Instance Attribute Details
#network_endpoint_group ⇒ ::String
2362 2363 2364 2365 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2362 class AttachNetworkEndpointsNetworkEndpointGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#network_endpoint_groups_attach_endpoints_request_resource ⇒ ::Google::Cloud::Compute::V1::NetworkEndpointGroupsAttachEndpointsRequest
2362 2363 2364 2365 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2362 class AttachNetworkEndpointsNetworkEndpointGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
2362 2363 2364 2365 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2362 class AttachNetworkEndpointsNetworkEndpointGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
2362 2363 2364 2365 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2362 class AttachNetworkEndpointsNetworkEndpointGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone ⇒ ::String
2362 2363 2364 2365 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2362 class AttachNetworkEndpointsNetworkEndpointGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |