Class CustomInterceptProfile
CustomInterceptProfile defines the Packet Intercept Endpoint Group used to intercept traffic to a third-party firewall in a Firewall rule.
Implements
Inherited Members
Namespace: Google.Apis.NetworkSecurity.v1.Data
Assembly: Google.Apis.NetworkSecurity.v1.dll
Syntax
public class CustomInterceptProfile : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InterceptEndpointGroup
Required. The InterceptEndpointGroup to which traffic associated with the SP should be mirrored.
Declaration
[JsonProperty("interceptEndpointGroup")]
public virtual string InterceptEndpointGroup { get; set; }
Property Value
Type | Description |
---|---|
string |