Class ComputePacketMirroringFilter.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_packet_mirroring.ComputePacketMirroringFilter.Jsii$Proxy
-
- All Implemented Interfaces:
ComputePacketMirroringFilter,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputePacketMirroringFilter
@Stability(Stable) @Internal public static final class ComputePacketMirroringFilter.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputePacketMirroringFilter
An implementation forComputePacketMirroringFilter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.compute_packet_mirroring.ComputePacketMirroringFilter
ComputePacketMirroringFilter.Builder, ComputePacketMirroringFilter.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputePacketMirroringFilter.Builder builder)Constructor that initializes the object based on literal property values passed by theComputePacketMirroringFilter.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)List<String>getCidrRanges()IP CIDR ranges that apply as a filter on the source (ingress) or destination (egress) IP in the IP header.StringgetDirection()Direction of traffic to mirror.List<String>getIpProtocols()Possible IP protocols including tcp, udp, icmp and esp.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(ComputePacketMirroringFilter.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputePacketMirroringFilter.Builder.
-
-
Method Detail
-
getCidrRanges
public final List<String> getCidrRanges()
Description copied from interface:ComputePacketMirroringFilterIP 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}
- Specified by:
getCidrRangesin interfaceComputePacketMirroringFilter
-
getDirection
public final String getDirection()
Description copied from interface:ComputePacketMirroringFilterDirection 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}
- Specified by:
getDirectionin interfaceComputePacketMirroringFilter
-
getIpProtocols
public final List<String> getIpProtocols()
Description copied from interface:ComputePacketMirroringFilterPossible 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}
- Specified by:
getIpProtocolsin interfaceComputePacketMirroringFilter
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-