Class: Google::Apis::NetworksecurityV1beta1::InterceptDeploymentGroupConnectedEndpointGroup
- Inherits:
-
Object
- Object
- Google::Apis::NetworksecurityV1beta1::InterceptDeploymentGroupConnectedEndpointGroup
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/networksecurity_v1beta1/classes.rb,
lib/google/apis/networksecurity_v1beta1/representations.rb,
lib/google/apis/networksecurity_v1beta1/representations.rb
Overview
An endpoint group connected to this deployment group.
Instance Attribute Summary collapse
-
#name ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InterceptDeploymentGroupConnectedEndpointGroup
constructor
A new instance of InterceptDeploymentGroupConnectedEndpointGroup.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InterceptDeploymentGroupConnectedEndpointGroup
Returns a new instance of InterceptDeploymentGroupConnectedEndpointGroup.
2218 2219 2220 |
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 2218 def initialize(**args) update!(**args) end |
Instance Attribute Details
#name ⇒ String
Output only. The connected endpoint group's resource name, for example:
projects/123456789/locations/global/interceptEndpointGroups/my-eg. See https:/
/google.aip.dev/124.
Corresponds to the JSON property name
2216 2217 2218 |
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 2216 def name @name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2223 2224 2225 |
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 2223 def update!(**args) @name = args[:name] if args.key?(:name) end |