Class: Google::Apis::NetworksecurityV1beta1::CustomInterceptProfile
- Inherits:
-
Object
- Object
- Google::Apis::NetworksecurityV1beta1::CustomInterceptProfile
- 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
CustomInterceptProfile defines the Packet Intercept Endpoint Group used to intercept traffic to a third-party firewall in a Firewall rule.
Instance Attribute Summary collapse
-
#intercept_endpoint_group ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CustomInterceptProfile
constructor
A new instance of CustomInterceptProfile.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CustomInterceptProfile
Returns a new instance of CustomInterceptProfile.
856 857 858 |
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 856 def initialize(**args) update!(**args) end |
Instance Attribute Details
#intercept_endpoint_group ⇒ String
Required. The InterceptEndpointGroup to which traffic associated with the SP
should be mirrored.
Corresponds to the JSON property interceptEndpointGroup
854 855 856 |
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 854 def intercept_endpoint_group @intercept_endpoint_group end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
861 862 863 |
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 861 def update!(**args) @intercept_endpoint_group = args[:intercept_endpoint_group] if args.key?(:intercept_endpoint_group) end |