Interface ComputeUrlMapHeaderActionRequestHeadersToAdd

    • Method Detail

      • getHeaderName

        @Stability(Stable)
        @NotNull
        String getHeaderName()
        The name of the header.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#header_name ComputeUrlMap#header_name}

      • getHeaderValue

        @Stability(Stable)
        @NotNull
        String getHeaderValue()
        The value of the header to add.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#header_value ComputeUrlMap#header_value}

      • getReplace

        @Stability(Stable)
        @NotNull
        Object getReplace()
        If false, headerValue is appended to any values that already exist for the header.

        If true, headerValue is set for the header, discarding any values that were set for that header. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#replace ComputeUrlMap#replace}