IPProtocols property

List<String>? IPProtocols
getter/setter pair

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 IPv4 traffic is mirrored.

Implementation

core.List<core.String>? IPProtocols;