Class ComputeRegionBackendServiceCircuitBreakers.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_region_backend_service.ComputeRegionBackendServiceCircuitBreakers.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeRegionBackendServiceCircuitBreakers,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeRegionBackendServiceCircuitBreakers
@Stability(Stable) @Internal public static final class ComputeRegionBackendServiceCircuitBreakers.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeRegionBackendServiceCircuitBreakers
An implementation forComputeRegionBackendServiceCircuitBreakers
-
-
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.compute_region_backend_service.ComputeRegionBackendServiceCircuitBreakers
ComputeRegionBackendServiceCircuitBreakers.Builder, ComputeRegionBackendServiceCircuitBreakers.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeRegionBackendServiceCircuitBreakers.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeRegionBackendServiceCircuitBreakers.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)NumbergetMaxConnections()The maximum number of connections to the backend cluster.NumbergetMaxPendingRequests()The maximum number of pending requests to the backend cluster.NumbergetMaxRequests()The maximum number of parallel requests to the backend cluster.NumbergetMaxRequestsPerConnection()Maximum requests for a single backend connection.NumbergetMaxRetries()The maximum number of parallel retries to the backend cluster.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(ComputeRegionBackendServiceCircuitBreakers.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeRegionBackendServiceCircuitBreakers.Builder.
-
-
Method Detail
-
getMaxConnections
public final Number getMaxConnections()
Description copied from interface:ComputeRegionBackendServiceCircuitBreakersThe maximum number of connections to the backend cluster. Defaults to 1024.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_backend_service#max_connections ComputeRegionBackendService#max_connections}
- Specified by:
getMaxConnectionsin interfaceComputeRegionBackendServiceCircuitBreakers
-
getMaxPendingRequests
public final Number getMaxPendingRequests()
Description copied from interface:ComputeRegionBackendServiceCircuitBreakersThe maximum number of pending requests to the backend cluster. Defaults to 1024.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_backend_service#max_pending_requests ComputeRegionBackendService#max_pending_requests}
- Specified by:
getMaxPendingRequestsin interfaceComputeRegionBackendServiceCircuitBreakers
-
getMaxRequests
public final Number getMaxRequests()
Description copied from interface:ComputeRegionBackendServiceCircuitBreakersThe maximum number of parallel requests to the backend cluster. Defaults to 1024.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_backend_service#max_requests ComputeRegionBackendService#max_requests}
- Specified by:
getMaxRequestsin interfaceComputeRegionBackendServiceCircuitBreakers
-
getMaxRequestsPerConnection
public final Number getMaxRequestsPerConnection()
Description copied from interface:ComputeRegionBackendServiceCircuitBreakersMaximum requests for a single backend connection.This parameter is respected by both the HTTP/1.1 and HTTP/2 implementations. If not specified, there is no limit. Setting this parameter to 1 will effectively disable keep alive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_backend_service#max_requests_per_connection ComputeRegionBackendService#max_requests_per_connection}
- Specified by:
getMaxRequestsPerConnectionin interfaceComputeRegionBackendServiceCircuitBreakers
-
getMaxRetries
public final Number getMaxRetries()
Description copied from interface:ComputeRegionBackendServiceCircuitBreakersThe maximum number of parallel retries to the backend cluster. Defaults to 3.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_backend_service#max_retries ComputeRegionBackendService#max_retries}
- Specified by:
getMaxRetriesin interfaceComputeRegionBackendServiceCircuitBreakers
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-