Network Security V1 API - Class Google::Cloud::NetworkSecurity::V1::CustomInterceptProfile (v0.1.0)

Reference documentation and code samples for the Network Security V1 API class Google::Cloud::NetworkSecurity::V1::CustomInterceptProfile.

CustomInterceptProfile defines in-band integration behavior (intercept). It is used by firewall rules with an APPLY_SECURITY_PROFILE_GROUP action.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#intercept_endpoint_group

def intercept_endpoint_group() -> ::String
Returns
  • (::String) — Required. The target InterceptEndpointGroup. When a firewall rule with this security profile attached matches a packet, the packet will be intercepted to the location-local target in this group.

#intercept_endpoint_group=

def intercept_endpoint_group=(value) -> ::String
Parameter
  • value (::String) — Required. The target InterceptEndpointGroup. When a firewall rule with this security profile attached matches a packet, the packet will be intercepted to the location-local target in this group.
Returns
  • (::String) — Required. The target InterceptEndpointGroup. When a firewall rule with this security profile attached matches a packet, the packet will be intercepted to the location-local target in this group.