Class PacketMirroringFilter (1.3.0)

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

Inheritance

Object > PacketMirroringFilter

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

PacketMirroringFilter()

public PacketMirroringFilter()

PacketMirroringFilter(PacketMirroringFilter)

public PacketMirroringFilter(PacketMirroringFilter other)
Parameter
NameDescription
otherPacketMirroringFilter

Properties

CidrRanges

public RepeatedField<string> CidrRanges { get; }

IP CIDR ranges that apply as filter on the source (ingress) or destination (egress) IP in the IP header. Only IPv4 is supported. If no ranges are specified, all traffic that matches the specified IPProtocols is mirrored. If neither cidrRanges nor IPProtocols is specified, all traffic is mirrored.

Property Value
TypeDescription
RepeatedField<String>

Direction

public string Direction { get; set; }

Direction of traffic to mirror, either INGRESS, EGRESS, or BOTH. The default is BOTH. Check the Direction enum for the list of possible values.

Property Value
TypeDescription
String

HasDirection

public bool HasDirection { get; }

Gets whether the "direction" field is set

Property Value
TypeDescription
Boolean

IPProtocols

public RepeatedField<string> IPProtocols { get; }

Protocols that apply as filter on mirrored traffic. If no protocols are specified, all traffic that matches the specified CIDR ranges is mirrored. If neither cidrRanges nor IPProtocols is specified, all traffic is mirrored.

Property Value
TypeDescription
RepeatedField<String>