Interface ComputePacketMirroringConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    All Known Implementing Classes:
    ComputePacketMirroringConfig.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:18.643Z")
    @Stability(Stable)
    public interface ComputePacketMirroringConfig
    extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    • Method Detail

      • getCollectorIlb

        @Stability(Stable)
        @NotNull
        ComputePacketMirroringCollectorIlb getCollectorIlb()
        collector_ilb block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_packet_mirroring#collector_ilb ComputePacketMirroring#collector_ilb}

      • getMirroredResources

        @Stability(Stable)
        @NotNull
        ComputePacketMirroringMirroredResources getMirroredResources()
        mirrored_resources block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_packet_mirroring#mirrored_resources ComputePacketMirroring#mirrored_resources}

      • getName

        @Stability(Stable)
        @NotNull
        String getName()
        The name of the packet mirroring rule.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_packet_mirroring#name ComputePacketMirroring#name}

      • getNetwork

        @Stability(Stable)
        @NotNull
        ComputePacketMirroringNetwork getNetwork()
        network block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_packet_mirroring#network ComputePacketMirroring#network}

      • getDescription

        @Stability(Stable)
        @Nullable
        default String getDescription()
        A human-readable description of the rule.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_packet_mirroring#description ComputePacketMirroring#description}

      • getFilter

        @Stability(Stable)
        @Nullable
        default ComputePacketMirroringFilter getFilter()
        filter block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_packet_mirroring#filter ComputePacketMirroring#filter}

      • getId

        @Stability(Stable)
        @Nullable
        default String getId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_packet_mirroring#id ComputePacketMirroring#id}.

        Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.

      • getPriority

        @Stability(Stable)
        @Nullable
        default Number getPriority()
        Since only one rule can be active at a time, priority is used to break ties in the case of two rules that apply to the same instances.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_packet_mirroring#priority ComputePacketMirroring#priority}

      • getProject

        @Stability(Stable)
        @Nullable
        default String getProject()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_packet_mirroring#project ComputePacketMirroring#project}.
      • getRegion

        @Stability(Stable)
        @Nullable
        default String getRegion()
        The Region in which the created address should reside. If it is not provided, the provider region is used.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_packet_mirroring#region ComputePacketMirroring#region}

      • getTimeouts

        @Stability(Stable)
        @Nullable
        default ComputePacketMirroringTimeouts getTimeouts()
        timeouts block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_packet_mirroring#timeouts ComputePacketMirroring#timeouts}