Class: Google::Apis::NetworksecurityV1beta1::MirroringDeploymentGroupConnectedEndpointGroup
- Inherits:
-
Object
- Object
- Google::Apis::NetworksecurityV1beta1::MirroringDeploymentGroupConnectedEndpointGroup
- 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) ⇒ MirroringDeploymentGroupConnectedEndpointGroup
constructor
A new instance of MirroringDeploymentGroupConnectedEndpointGroup.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ MirroringDeploymentGroupConnectedEndpointGroup
Returns a new instance of MirroringDeploymentGroupConnectedEndpointGroup.
3042 3043 3044 |
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 3042 def initialize(**args) update!(**args) end |
Instance Attribute Details
#name ⇒ String
Output only. A connected mirroring endpoint group.
Corresponds to the JSON property name
3040 3041 3042 |
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 3040 def name @name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3047 3048 3049 |
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 3047 def update!(**args) @name = args[:name] if args.key?(:name) end |