Interface ComputePacketMirroringMirroredResources

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    ComputePacketMirroringMirroredResources.Jsii$Proxy

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

      • getInstances

        @Stability(Stable)
        @Nullable
        default Object getInstances()
        instances block.

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

      • getSubnetworks

        @Stability(Stable)
        @Nullable
        default Object getSubnetworks()
        subnetworks block.

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

      • getTags

        @Stability(Stable)
        @Nullable
        default List<String> getTags()
        All instances with these tags will be mirrored.

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