Class: Google::Apis::NetworksecurityV1beta1::InterceptDeploymentGroupConnectedEndpointGroup

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) ⇒ InterceptDeploymentGroupConnectedEndpointGroup

Returns a new instance of InterceptDeploymentGroupConnectedEndpointGroup.



1907
1908
1909
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 1907

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

Instance Attribute Details

#nameString

Output only. A connected intercept endpoint group. Corresponds to the JSON property name

Returns:

  • (String)


1905
1906
1907
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 1905

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1912
1913
1914
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 1912

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