Show / Hide Table of Contents

Class PacketMirroringFilter

Inheritance
System.Object
PacketMirroringFilter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Compute.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class PacketMirroringFilter

Fields

View Source

CidrRanges

IP CIDR ranges that apply as a filter on the source (ingress) or destination (egress) IP in the IP header. Only IPv4 is supported.

Declaration
public readonly ImmutableArray<string> CidrRanges
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

IpProtocols

Protocols that apply as a filter on mirrored traffic.

Declaration
public readonly ImmutableArray<string> IpProtocols
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.