Class: Google::Cloud::NetworkSecurity::V1::InterceptDeploymentGroup::ConnectedEndpointGroup
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkSecurity::V1::InterceptDeploymentGroup::ConnectedEndpointGroup
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networksecurity/v1/intercept.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/interceptEndpointGroups/my-eg.
See https://google.aip.dev/124.
573 574 575 576 |
# File 'proto_docs/google/cloud/networksecurity/v1/intercept.rb', line 573 class ConnectedEndpointGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |