Class: Google::Cloud::Compute::V1::InsertNetworkEndpointGroupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InsertNetworkEndpointGroupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for NetworkEndpointGroups.Insert. See the method description for details.
Instance Attribute Summary collapse
-
#network_endpoint_group_resource ⇒ ::Google::Cloud::Compute::V1::NetworkEndpointGroup
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 you want to create the network endpoint group.
Instance Attribute Details
#network_endpoint_group_resource ⇒ ::Google::Cloud::Compute::V1::NetworkEndpointGroup
13427 13428 13429 13430 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 13427 class InsertNetworkEndpointGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
13427 13428 13429 13430 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 13427 class InsertNetworkEndpointGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
13427 13428 13429 13430 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 13427 class InsertNetworkEndpointGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone ⇒ ::String
13427 13428 13429 13430 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 13427 class InsertNetworkEndpointGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |