Class NetworkServicesLbRouteExtensionExtensionChainsExtensions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.network_services_lb_route_extension.NetworkServicesLbRouteExtensionExtensionChainsExtensions.Jsii$Proxy
-
- All Implemented Interfaces:
NetworkServicesLbRouteExtensionExtensionChainsExtensions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- NetworkServicesLbRouteExtensionExtensionChainsExtensions
@Stability(Stable) @Internal public static final class NetworkServicesLbRouteExtensionExtensionChainsExtensions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NetworkServicesLbRouteExtensionExtensionChainsExtensions
An implementation forNetworkServicesLbRouteExtensionExtensionChainsExtensions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.network_services_lb_route_extension.NetworkServicesLbRouteExtensionExtensionChainsExtensions
NetworkServicesLbRouteExtensionExtensionChainsExtensions.Builder, NetworkServicesLbRouteExtensionExtensionChainsExtensions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(NetworkServicesLbRouteExtensionExtensionChainsExtensions.Builder builder)Constructor that initializes the object based on literal property values passed by theNetworkServicesLbRouteExtensionExtensionChainsExtensions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetAuthority()The :authority header in the gRPC request sent from Envoy to the extension service.ObjectgetFailOpen()Determines how the proxy behaves if the call to the extension fails or times out.List<String>getForwardHeaders()List of the HTTP headers to forward to the extension (from the client or backend).StringgetName()The name for this extension.StringgetService()The reference to the service that runs the extension.StringgetTimeout()Specifies the timeout for each individual message on the stream.inthashCode()
-
-
-
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.
-
Jsii$Proxy
protected Jsii$Proxy(NetworkServicesLbRouteExtensionExtensionChainsExtensions.Builder builder)
Constructor that initializes the object based on literal property values passed by theNetworkServicesLbRouteExtensionExtensionChainsExtensions.Builder.
-
-
Method Detail
-
getName
public final String getName()
Description copied from interface:NetworkServicesLbRouteExtensionExtensionChainsExtensionsThe name for this extension.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_route_extension#name NetworkServicesLbRouteExtension#name}
- Specified by:
getNamein interfaceNetworkServicesLbRouteExtensionExtensionChainsExtensions
-
getService
public final String getService()
Description copied from interface:NetworkServicesLbRouteExtensionExtensionChainsExtensionsThe reference to the service that runs the extension. Must be a reference to a backend service.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_lb_route_extension#service NetworkServicesLbRouteExtension#service}
- Specified by:
getServicein interfaceNetworkServicesLbRouteExtensionExtensionChainsExtensions
-
getAuthority
public final String getAuthority()
Description copied from interface:NetworkServicesLbRouteExtensionExtensionChainsExtensionsThe :authority header in the gRPC request sent from Envoy to the extension service.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_lb_route_extension#authority NetworkServicesLbRouteExtension#authority}
- Specified by:
getAuthorityin interfaceNetworkServicesLbRouteExtensionExtensionChainsExtensions
-
getFailOpen
public final Object getFailOpen()
Description copied from interface:NetworkServicesLbRouteExtensionExtensionChainsExtensionsDetermines how the proxy behaves if the call to the extension fails or times out.When set to TRUE, request or response processing continues without error. Any subsequent extensions in the extension chain are also executed. When set to FALSE: * If response headers have not been delivered to the downstream client, a generic 500 error is returned to the client. The error response can be tailored by configuring a custom error response in the load balancer. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_lb_route_extension#fail_open NetworkServicesLbRouteExtension#fail_open}
- Specified by:
getFailOpenin interfaceNetworkServicesLbRouteExtensionExtensionChainsExtensions
-
getForwardHeaders
public final List<String> getForwardHeaders()
Description copied from interface:NetworkServicesLbRouteExtensionExtensionChainsExtensionsList of the HTTP headers to forward to the extension (from the client or backend).If omitted, all headers are sent. Each element is a string indicating the header name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_lb_route_extension#forward_headers NetworkServicesLbRouteExtension#forward_headers}
- Specified by:
getForwardHeadersin interfaceNetworkServicesLbRouteExtensionExtensionChainsExtensions
-
getTimeout
public final String getTimeout()
Description copied from interface:NetworkServicesLbRouteExtensionExtensionChainsExtensionsSpecifies the timeout for each individual message on the stream.The timeout must be between 10-1000 milliseconds. A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_lb_route_extension#timeout NetworkServicesLbRouteExtension#timeout}
- Specified by:
getTimeoutin interfaceNetworkServicesLbRouteExtensionExtensionChainsExtensions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-