Class: Google::Apis::NetworksecurityV1beta1::MirroringDeploymentGroupConnectedEndpointGroup

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ MirroringDeploymentGroupConnectedEndpointGroup

Returns a new instance of MirroringDeploymentGroupConnectedEndpointGroup.



3698
3699
3700
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 3698

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#nameString

Output only. The connected endpoint group's resource name, for example: projects/123456789/locations/global/mirroringEndpointGroups/my-eg. See https:/ /google.aip.dev/124. Corresponds to the JSON property name

Returns:

  • (String)


3696
3697
3698
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 3696

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3703
3704
3705
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 3703

def update!(**args)
  @name = args[:name] if args.key?(:name)
end