Show / Hide Table of Contents

Class PacketMirroringFilterArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PacketMirroringFilterArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class PacketMirroringFilterArgs : ResourceArgs

Constructors

View Source

PacketMirroringFilterArgs()

Declaration
public PacketMirroringFilterArgs()

Properties

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 InputList<string> CidrRanges { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

IpProtocols

Protocols that apply as a filter on mirrored traffic.

Declaration
public InputList<string> IpProtocols { get; set; }
Property Value
Type Description
InputList<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.