Class: Google::Cloud::Compute::V1::GlobalNetworkEndpointGroupsAttachEndpointsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GlobalNetworkEndpointGroupsAttachEndpointsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#network_endpoints ⇒ ::Array<::Google::Cloud::Compute::V1::NetworkEndpoint>
The list of network endpoints to be attached.
Instance Attribute Details
#network_endpoints ⇒ ::Array<::Google::Cloud::Compute::V1::NetworkEndpoint>
Returns The list of network endpoints to be attached.
10801 10802 10803 10804 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 10801 class GlobalNetworkEndpointGroupsAttachEndpointsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |