Class ComputePacketMirroringFilter.Jsii$Proxy

    • 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.
    • Method Detail

      • getCidrRanges

        public final List<String> getCidrRanges()
        Description copied from interface: ComputePacketMirroringFilter
        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}

        Specified by:
        getCidrRanges in interface ComputePacketMirroringFilter
      • getDirection

        public final String getDirection()
        Description copied from interface: ComputePacketMirroringFilter
        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}

        Specified by:
        getDirection in interface ComputePacketMirroringFilter
      • getIpProtocols

        public final List<String> getIpProtocols()
        Description copied from interface: ComputePacketMirroringFilter
        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}

        Specified by:
        getIpProtocols in interface ComputePacketMirroringFilter
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object