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

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

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

Defines what action to take for antivirus threats per protocol.

Inheritance

object > AntivirusOverride

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

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