Network Security v1 API - Class CustomInterceptProfile (1.0.0-beta01)

public sealed class CustomInterceptProfile : IMessage<CustomInterceptProfile>, IEquatable<CustomInterceptProfile>, IDeepCloneable<CustomInterceptProfile>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Security v1 API class CustomInterceptProfile.

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

Inheritance

object > CustomInterceptProfile

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

Google.Cloud.NetworkSecurity.V1.dll

Constructors

CustomInterceptProfile()

public CustomInterceptProfile()

CustomInterceptProfile(CustomInterceptProfile)

public CustomInterceptProfile(CustomInterceptProfile other)
Parameter
Name Description
other CustomInterceptProfile

Properties

InterceptEndpointGroup

public string InterceptEndpointGroup { get; set; }

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.

Property Value
Type Description
string

InterceptEndpointGroupAsInterceptEndpointGroupName

public InterceptEndpointGroupName InterceptEndpointGroupAsInterceptEndpointGroupName { get; set; }

InterceptEndpointGroupName-typed view over the InterceptEndpointGroup resource name property.

Property Value
Type Description
InterceptEndpointGroupName