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 SourceCidrRanges
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> |
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> |