Class CfnVirtualGateway.VirtualGatewayHttpConnectionPoolProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appmesh.CfnVirtualGateway.VirtualGatewayHttpConnectionPoolProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnVirtualGateway.VirtualGatewayHttpConnectionPoolProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnVirtualGateway.VirtualGatewayHttpConnectionPoolProperty
@Stability(Stable)
@Internal
public static final class CfnVirtualGateway.VirtualGatewayHttpConnectionPoolProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVirtualGateway.VirtualGatewayHttpConnectionPoolProperty
An implementation for
CfnVirtualGateway.VirtualGatewayHttpConnectionPoolProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appmesh.CfnVirtualGateway.VirtualGatewayHttpConnectionPoolProperty
CfnVirtualGateway.VirtualGatewayHttpConnectionPoolProperty.Builder, CfnVirtualGateway.VirtualGatewayHttpConnectionPoolProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnVirtualGateway.VirtualGatewayHttpConnectionPoolProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Number
Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream cluster.final Number
Number of overflowing requests aftermax_connections
Envoy will queue to upstream cluster.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
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
Constructor that initializes the object based on literal property values passed by theCfnVirtualGateway.VirtualGatewayHttpConnectionPoolProperty.Builder
.
-
-
Method Details
-
getMaxConnections
Description copied from interface:CfnVirtualGateway.VirtualGatewayHttpConnectionPoolProperty
Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream cluster.- Specified by:
getMaxConnections
in interfaceCfnVirtualGateway.VirtualGatewayHttpConnectionPoolProperty
-
getMaxPendingRequests
Description copied from interface:CfnVirtualGateway.VirtualGatewayHttpConnectionPoolProperty
Number of overflowing requests aftermax_connections
Envoy will queue to upstream cluster.- Specified by:
getMaxPendingRequests
in interfaceCfnVirtualGateway.VirtualGatewayHttpConnectionPoolProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-