#[non_exhaustive]pub struct VirtualGatewayGrpcConnectionPool { /* private fields */ }
Expand description
An object that represents a type of connection pool.
Implementations§
source§impl VirtualGatewayGrpcConnectionPool
impl VirtualGatewayGrpcConnectionPool
sourcepub fn max_requests(&self) -> i32
pub fn max_requests(&self) -> i32
Maximum number of inflight requests Envoy can concurrently support across hosts in upstream cluster.
source§impl VirtualGatewayGrpcConnectionPool
impl VirtualGatewayGrpcConnectionPool
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VirtualGatewayGrpcConnectionPool
.
Trait Implementations§
source§impl Clone for VirtualGatewayGrpcConnectionPool
impl Clone for VirtualGatewayGrpcConnectionPool
source§fn clone(&self) -> VirtualGatewayGrpcConnectionPool
fn clone(&self) -> VirtualGatewayGrpcConnectionPool
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<VirtualGatewayGrpcConnectionPool> for VirtualGatewayGrpcConnectionPool
impl PartialEq<VirtualGatewayGrpcConnectionPool> for VirtualGatewayGrpcConnectionPool
source§fn eq(&self, other: &VirtualGatewayGrpcConnectionPool) -> bool
fn eq(&self, other: &VirtualGatewayGrpcConnectionPool) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.