Class CfnVirtualNode.VirtualNodeConnectionPoolProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appmesh.CfnVirtualNode.VirtualNodeConnectionPoolProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnVirtualNode.VirtualNodeConnectionPoolProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVirtualNode.VirtualNodeConnectionPoolProperty
@Stability(Stable)
@Internal
public static final class CfnVirtualNode.VirtualNodeConnectionPoolProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVirtualNode.VirtualNodeConnectionPoolProperty
An implementation for
CfnVirtualNode.VirtualNodeConnectionPoolProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.appmesh.CfnVirtualNode.VirtualNodeConnectionPoolProperty
CfnVirtualNode.VirtualNodeConnectionPoolProperty.Builder, CfnVirtualNode.VirtualNodeConnectionPoolProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnVirtualNode.VirtualNodeConnectionPoolProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectgetGrpc()An object that represents a type of connection pool.final ObjectgetHttp()An object that represents a type of connection pool.final ObjectgetHttp2()An object that represents a type of connection pool.final ObjectgetTcp()An object that represents a type of connection pool.final inthashCode()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 theCfnVirtualNode.VirtualNodeConnectionPoolProperty.Builder.
-
-
Method Details
-
getGrpc
Description copied from interface:CfnVirtualNode.VirtualNodeConnectionPoolPropertyAn object that represents a type of connection pool.Returns union: either
IResolvableorCfnVirtualNode.VirtualNodeGrpcConnectionPoolProperty- Specified by:
getGrpcin interfaceCfnVirtualNode.VirtualNodeConnectionPoolProperty- See Also:
-
getHttp
Description copied from interface:CfnVirtualNode.VirtualNodeConnectionPoolPropertyAn object that represents a type of connection pool.Returns union: either
IResolvableorCfnVirtualNode.VirtualNodeHttpConnectionPoolProperty- Specified by:
getHttpin interfaceCfnVirtualNode.VirtualNodeConnectionPoolProperty- See Also:
-
getHttp2
Description copied from interface:CfnVirtualNode.VirtualNodeConnectionPoolPropertyAn object that represents a type of connection pool.Returns union: either
IResolvableorCfnVirtualNode.VirtualNodeHttp2ConnectionPoolProperty- Specified by:
getHttp2in interfaceCfnVirtualNode.VirtualNodeConnectionPoolProperty- See Also:
-
getTcp
Description copied from interface:CfnVirtualNode.VirtualNodeConnectionPoolPropertyAn object that represents a type of connection pool.Returns union: either
IResolvableorCfnVirtualNode.VirtualNodeTcpConnectionPoolProperty- Specified by:
getTcpin interfaceCfnVirtualNode.VirtualNodeConnectionPoolProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-