public sealed class AntivirusOverride : IMessage<AntivirusOverride>, IEquatable<AntivirusOverride>, IDeepCloneable<AntivirusOverride>, IBufferMessage, IMessageReference documentation and code samples for the Network Security v1 API class AntivirusOverride.
Defines what action to take for antivirus threats per protocol.
Implements
IMessageAntivirusOverride, IEquatableAntivirusOverride, IDeepCloneableAntivirusOverride, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
AntivirusOverride()
public AntivirusOverride()AntivirusOverride(AntivirusOverride)
public AntivirusOverride(AntivirusOverride other)| Parameter | |
|---|---|
| Name | Description |
other |
AntivirusOverride |
Properties
Action
public ThreatAction Action { get; set; }Required. Threat action override. For some threat types, only a subset of actions applies.
| Property Value | |
|---|---|
| Type | Description |
ThreatAction |
|
Protocol
public Protocol Protocol { get; set; }Required. Protocol to match.
| Property Value | |
|---|---|
| Type | Description |
Protocol |
|