Class: Google::Cloud::NetworkSecurity::V1::InterceptEndpointGroup::ConnectedDeploymentGroup
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkSecurity::V1::InterceptEndpointGroup::ConnectedDeploymentGroup
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networksecurity/v1/intercept.rb
Overview
The endpoint group's view of a connected deployment group.
Instance Attribute Summary collapse
-
#locations ⇒ ::Array<::Google::Cloud::NetworkSecurity::V1::InterceptLocation>
readonly
Output only.
-
#name ⇒ ::String
readonly
Output only.
Instance Attribute Details
#locations ⇒ ::Array<::Google::Cloud::NetworkSecurity::V1::InterceptLocation> (readonly)
Returns Output only. The list of locations where the deployment group is present.
87 88 89 90 |
# File 'proto_docs/google/cloud/networksecurity/v1/intercept.rb', line 87 class ConnectedDeploymentGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns Output only. The connected deployment group's resource name, for example:
projects/123456789/locations/global/interceptDeploymentGroups/my-dg.
See https://google.aip.dev/124.
87 88 89 90 |
# File 'proto_docs/google/cloud/networksecurity/v1/intercept.rb', line 87 class ConnectedDeploymentGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |