Class: Google::Cloud::NetworkSecurity::V1::GetMirroringEndpointGroupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkSecurity::V1::GetMirroringEndpointGroupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networksecurity/v1/mirroring.rb
Overview
Request message for GetMirroringEndpointGroup.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the endpoint group to retrieve. Format: projects/{project}/locations/{location}/mirroringEndpointGroups/{mirroring_endpoint_group}.
217 218 219 220 |
# File 'proto_docs/google/cloud/networksecurity/v1/mirroring.rb', line 217 class GetMirroringEndpointGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |