Interface NetworkServicesLbTrafficExtensionExtensionChains

    • Method Detail

      • getExtensions

        @Stability(Stable)
        @NotNull
        Object getExtensions()
        extensions block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_lb_traffic_extension#extensions NetworkServicesLbTrafficExtension#extensions}

      • getMatchCondition

        @Stability(Stable)
        @NotNull
        NetworkServicesLbTrafficExtensionExtensionChainsMatchCondition getMatchCondition()
        match_condition block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_lb_traffic_extension#match_condition NetworkServicesLbTrafficExtension#match_condition}

      • getName

        @Stability(Stable)
        @NotNull
        String getName()
        The name for this extension chain.

        The name is logged as part of the HTTP request logs. The name must conform with RFC-1034, is restricted to lower-cased letters, numbers and hyphens, and can have a maximum length of 63 characters. Additionally, the first character must be a letter and the last a letter or a number. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_lb_traffic_extension#name NetworkServicesLbTrafficExtension#name}