Class: Google::Cloud::NetworkSecurity::V1::MirroringDeploymentGroup::ConnectedEndpointGroup
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkSecurity::V1::MirroringDeploymentGroup::ConnectedEndpointGroup
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networksecurity/v1/mirroring.rb
Overview
An endpoint group connected to this deployment group.
Instance Attribute Summary collapse
-
#name ⇒ ::String
readonly
Output only.
Instance Attribute Details
#name ⇒ ::String (readonly)
Returns Output only. The connected endpoint group's resource name, for example:
projects/123456789/locations/global/mirroringEndpointGroups/my-eg.
See https://google.aip.dev/124.
580 581 582 583 |
# File 'proto_docs/google/cloud/networksecurity/v1/mirroring.rb', line 580 class ConnectedEndpointGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |