Class ComputeBackendServiceCircuitBreakers.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_backend_service.ComputeBackendServiceCircuitBreakers.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeBackendServiceCircuitBreakers,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeBackendServiceCircuitBreakers
@Stability(Stable) @Internal public static final class ComputeBackendServiceCircuitBreakers.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeBackendServiceCircuitBreakers
An implementation forComputeBackendServiceCircuitBreakers
-
-
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_backend_service.ComputeBackendServiceCircuitBreakers
ComputeBackendServiceCircuitBreakers.Builder, ComputeBackendServiceCircuitBreakers.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeBackendServiceCircuitBreakers.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeBackendServiceCircuitBreakers.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(ComputeBackendServiceCircuitBreakers.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeBackendServiceCircuitBreakers.Builder.
-
-
Method Detail
-
getMaxConnections
public final Number getMaxConnections()
Description copied from interface:ComputeBackendServiceCircuitBreakersThe 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_backend_service#max_connections ComputeBackendService#max_connections}
- Specified by:
getMaxConnectionsin interfaceComputeBackendServiceCircuitBreakers
-
getMaxPendingRequests
public final Number getMaxPendingRequests()
Description copied from interface:ComputeBackendServiceCircuitBreakersThe 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_backend_service#max_pending_requests ComputeBackendService#max_pending_requests}
- Specified by:
getMaxPendingRequestsin interfaceComputeBackendServiceCircuitBreakers
-
getMaxRequests
public final Number getMaxRequests()
Description copied from interface:ComputeBackendServiceCircuitBreakersThe 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_backend_service#max_requests ComputeBackendService#max_requests}
- Specified by:
getMaxRequestsin interfaceComputeBackendServiceCircuitBreakers
-
getMaxRequestsPerConnection
public final Number getMaxRequestsPerConnection()
Description copied from interface:ComputeBackendServiceCircuitBreakersMaximum 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_backend_service#max_requests_per_connection ComputeBackendService#max_requests_per_connection}
- Specified by:
getMaxRequestsPerConnectionin interfaceComputeBackendServiceCircuitBreakers
-
getMaxRetries
public final Number getMaxRetries()
Description copied from interface:ComputeBackendServiceCircuitBreakersThe 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_backend_service#max_retries ComputeBackendService#max_retries}
- Specified by:
getMaxRetriesin interfaceComputeBackendServiceCircuitBreakers
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-