Interface ComputePacketMirroringFilter
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputePacketMirroringFilter.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.644Z") @Stability(Stable) public interface ComputePacketMirroringFilter extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputePacketMirroringFilter.BuilderA builder forComputePacketMirroringFilterstatic classComputePacketMirroringFilter.Jsii$ProxyAn implementation forComputePacketMirroringFilter
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ComputePacketMirroringFilter.Builderbuilder()default List<String>getCidrRanges()IP CIDR ranges that apply as a filter on the source (ingress) or destination (egress) IP in the IP header.default StringgetDirection()Direction of traffic to mirror.default List<String>getIpProtocols()Possible IP protocols including tcp, udp, icmp and esp.
-
-
-
Method Detail
-
getCidrRanges
@Stability(Stable) @Nullable default List<String> getCidrRanges()
IP CIDR ranges that apply as a filter on the source (ingress) or destination (egress) IP in the IP header.Only IPv4 is supported. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_packet_mirroring#cidr_ranges ComputePacketMirroring#cidr_ranges}
-
getDirection
@Stability(Stable) @Nullable default String getDirection()
Direction of traffic to mirror. Default value: "BOTH" Possible values: ["INGRESS", "EGRESS", "BOTH"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_packet_mirroring#direction ComputePacketMirroring#direction}
-
getIpProtocols
@Stability(Stable) @Nullable default List<String> getIpProtocols()
Possible IP protocols including tcp, udp, icmp and esp.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_packet_mirroring#ip_protocols ComputePacketMirroring#ip_protocols}
-
builder
@Stability(Stable) static ComputePacketMirroringFilter.Builder builder()
-
-