VirtualNodeConnectionPool
An object that represents the type of virtual node connection pool.
Only one protocol is used at a time and should be the same protocol as the one chosen under port mapping.
If not present the default value for maxPendingRequests
is 2147483647
.
Inheritors
Types
An object that represents a type of connection pool.
An object that represents a type of connection pool.
An object that represents a type of connection pool.
An object that represents a type of connection pool.
Functions
Casts this VirtualNodeConnectionPool as a Grpc and retrieves its aws.sdk.kotlin.services.appmesh.model.VirtualNodeGrpcConnectionPool value. Throws an exception if the VirtualNodeConnectionPool is not a Grpc.
Casts this VirtualNodeConnectionPool as a Grpc and retrieves its aws.sdk.kotlin.services.appmesh.model.VirtualNodeGrpcConnectionPool value. Returns null if the VirtualNodeConnectionPool is not a Grpc.
Casts this VirtualNodeConnectionPool as a Http and retrieves its aws.sdk.kotlin.services.appmesh.model.VirtualNodeHttpConnectionPool value. Throws an exception if the VirtualNodeConnectionPool is not a Http.
Casts this VirtualNodeConnectionPool as a Http2 and retrieves its aws.sdk.kotlin.services.appmesh.model.VirtualNodeHttp2ConnectionPool value. Throws an exception if the VirtualNodeConnectionPool is not a Http2.
Casts this VirtualNodeConnectionPool as a Http2 and retrieves its aws.sdk.kotlin.services.appmesh.model.VirtualNodeHttp2ConnectionPool value. Returns null if the VirtualNodeConnectionPool is not a Http2.
Casts this VirtualNodeConnectionPool as a Http and retrieves its aws.sdk.kotlin.services.appmesh.model.VirtualNodeHttpConnectionPool value. Returns null if the VirtualNodeConnectionPool is not a Http.
Casts this VirtualNodeConnectionPool as a Tcp and retrieves its aws.sdk.kotlin.services.appmesh.model.VirtualNodeTcpConnectionPool value. Throws an exception if the VirtualNodeConnectionPool is not a Tcp.
Casts this VirtualNodeConnectionPool as a Tcp and retrieves its aws.sdk.kotlin.services.appmesh.model.VirtualNodeTcpConnectionPool value. Returns null if the VirtualNodeConnectionPool is not a Tcp.