Class: Google::Cloud::NetworkSecurity::V1::GetMirroringEndpointGroupAssociationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkSecurity::V1::GetMirroringEndpointGroupAssociationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networksecurity/v1/mirroring.rb
Overview
Request message for GetMirroringEndpointGroupAssociation.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the association to retrieve. Format: projects/{project}/locations/{location}/mirroringEndpointGroupAssociations/{mirroring_endpoint_group_association}.
456 457 458 459 |
# File 'proto_docs/google/cloud/networksecurity/v1/mirroring.rb', line 456 class GetMirroringEndpointGroupAssociationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |