Class NetworkServicesLbTrafficExtensionExtensionChainsExtensions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.network_services_lb_traffic_extension.NetworkServicesLbTrafficExtensionExtensionChainsExtensions.Jsii$Proxy
-
- All Implemented Interfaces:
NetworkServicesLbTrafficExtensionExtensionChainsExtensions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- NetworkServicesLbTrafficExtensionExtensionChainsExtensions
@Stability(Stable) @Internal public static final class NetworkServicesLbTrafficExtensionExtensionChainsExtensions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NetworkServicesLbTrafficExtensionExtensionChainsExtensions
An implementation forNetworkServicesLbTrafficExtensionExtensionChainsExtensions
-
-
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_traffic_extension.NetworkServicesLbTrafficExtensionExtensionChainsExtensions
NetworkServicesLbTrafficExtensionExtensionChainsExtensions.Builder, NetworkServicesLbTrafficExtensionExtensionChainsExtensions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(NetworkServicesLbTrafficExtensionExtensionChainsExtensions.Builder builder)Constructor that initializes the object based on literal property values passed by theNetworkServicesLbTrafficExtensionExtensionChainsExtensions.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.List<String>getSupportedEvents()A set of events during request or response processing for which this extension is called.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(NetworkServicesLbTrafficExtensionExtensionChainsExtensions.Builder builder)
Constructor that initializes the object based on literal property values passed by theNetworkServicesLbTrafficExtensionExtensionChainsExtensions.Builder.
-
-
Method Detail
-
getName
public final String getName()
Description copied from interface:NetworkServicesLbTrafficExtensionExtensionChainsExtensionsThe 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_traffic_extension#name NetworkServicesLbTrafficExtension#name}
- Specified by:
getNamein interfaceNetworkServicesLbTrafficExtensionExtensionChainsExtensions
-
getService
public final String getService()
Description copied from interface:NetworkServicesLbTrafficExtensionExtensionChainsExtensionsThe 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_traffic_extension#service NetworkServicesLbTrafficExtension#service}
- Specified by:
getServicein interfaceNetworkServicesLbTrafficExtensionExtensionChainsExtensions
-
getAuthority
public final String getAuthority()
Description copied from interface:NetworkServicesLbTrafficExtensionExtensionChainsExtensionsThe :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_traffic_extension#authority NetworkServicesLbTrafficExtension#authority}
- Specified by:
getAuthorityin interfaceNetworkServicesLbTrafficExtensionExtensionChainsExtensions
-
getFailOpen
public final Object getFailOpen()
Description copied from interface:NetworkServicesLbTrafficExtensionExtensionChainsExtensionsDetermines 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_traffic_extension#fail_open NetworkServicesLbTrafficExtension#fail_open}
- Specified by:
getFailOpenin interfaceNetworkServicesLbTrafficExtensionExtensionChainsExtensions
-
getForwardHeaders
public final List<String> getForwardHeaders()
Description copied from interface:NetworkServicesLbTrafficExtensionExtensionChainsExtensionsList 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_traffic_extension#forward_headers NetworkServicesLbTrafficExtension#forward_headers}
- Specified by:
getForwardHeadersin interfaceNetworkServicesLbTrafficExtensionExtensionChainsExtensions
-
getSupportedEvents
public final List<String> getSupportedEvents()
Description copied from interface:NetworkServicesLbTrafficExtensionExtensionChainsExtensionsA set of events during request or response processing for which this extension is called.This field is required for the LbTrafficExtension resource. It's not relevant for the LbRouteExtension resource. Possible values:'EVENT_TYPE_UNSPECIFIED', 'REQUEST_HEADERS', 'REQUEST_BODY', 'RESPONSE_HEADERS', 'RESPONSE_BODY', 'RESPONSE_BODY' and 'RESPONSE_BODY'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_lb_traffic_extension#supported_events NetworkServicesLbTrafficExtension#supported_events}
- Specified by:
getSupportedEventsin interfaceNetworkServicesLbTrafficExtensionExtensionChainsExtensions
-
getTimeout
public final String getTimeout()
Description copied from interface:NetworkServicesLbTrafficExtensionExtensionChainsExtensionsSpecifies 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_traffic_extension#timeout NetworkServicesLbTrafficExtension#timeout}
- Specified by:
getTimeoutin interfaceNetworkServicesLbTrafficExtensionExtensionChainsExtensions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-