public sealed class CustomInterceptProfile : IMessage<CustomInterceptProfile>, IEquatable<CustomInterceptProfile>, IDeepCloneable<CustomInterceptProfile>, IBufferMessage, IMessageReference 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.
Implements
IMessageCustomInterceptProfile, IEquatableCustomInterceptProfile, IDeepCloneableCustomInterceptProfile, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Assembly
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 |
|