Struct aws_sdk_appmesh::model::VirtualGatewayListener
source · #[non_exhaustive]pub struct VirtualGatewayListener { /* private fields */ }
Expand description
An object that represents a listener for a virtual gateway.
Implementations§
source§impl VirtualGatewayListener
impl VirtualGatewayListener
sourcepub fn health_check(&self) -> Option<&VirtualGatewayHealthCheckPolicy>
pub fn health_check(&self) -> Option<&VirtualGatewayHealthCheckPolicy>
The health check information for the listener.
sourcepub fn port_mapping(&self) -> Option<&VirtualGatewayPortMapping>
pub fn port_mapping(&self) -> Option<&VirtualGatewayPortMapping>
The port mapping information for the listener.
sourcepub fn tls(&self) -> Option<&VirtualGatewayListenerTls>
pub fn tls(&self) -> Option<&VirtualGatewayListenerTls>
A reference to an object that represents the Transport Layer Security (TLS) properties for the listener.
sourcepub fn connection_pool(&self) -> Option<&VirtualGatewayConnectionPool>
pub fn connection_pool(&self) -> Option<&VirtualGatewayConnectionPool>
The connection pool information for the virtual gateway listener.
source§impl VirtualGatewayListener
impl VirtualGatewayListener
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VirtualGatewayListener
.
Trait Implementations§
source§impl Clone for VirtualGatewayListener
impl Clone for VirtualGatewayListener
source§fn clone(&self) -> VirtualGatewayListener
fn clone(&self) -> VirtualGatewayListener
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 Debug for VirtualGatewayListener
impl Debug for VirtualGatewayListener
source§impl PartialEq<VirtualGatewayListener> for VirtualGatewayListener
impl PartialEq<VirtualGatewayListener> for VirtualGatewayListener
source§fn eq(&self, other: &VirtualGatewayListener) -> bool
fn eq(&self, other: &VirtualGatewayListener) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.