#[non_exhaustive]pub struct VirtualGatewayListenerTlsSdsCertificate { /* private fields */ }
Expand description
An object that represents the virtual gateway's listener's Secret Discovery Service certificate.The proxy must be configured with a local SDS provider via a Unix Domain Socket. See App MeshTLS documentation for more info.
Implementations§
source§impl VirtualGatewayListenerTlsSdsCertificate
impl VirtualGatewayListenerTlsSdsCertificate
sourcepub fn secret_name(&self) -> Option<&str>
pub fn secret_name(&self) -> Option<&str>
A reference to an object that represents the name of the secret secret requested from the Secret Discovery Service provider representing Transport Layer Security (TLS) materials like a certificate or certificate chain.
source§impl VirtualGatewayListenerTlsSdsCertificate
impl VirtualGatewayListenerTlsSdsCertificate
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VirtualGatewayListenerTlsSdsCertificate
.
Trait Implementations§
source§impl Clone for VirtualGatewayListenerTlsSdsCertificate
impl Clone for VirtualGatewayListenerTlsSdsCertificate
source§fn clone(&self) -> VirtualGatewayListenerTlsSdsCertificate
fn clone(&self) -> VirtualGatewayListenerTlsSdsCertificate
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<VirtualGatewayListenerTlsSdsCertificate> for VirtualGatewayListenerTlsSdsCertificate
impl PartialEq<VirtualGatewayListenerTlsSdsCertificate> for VirtualGatewayListenerTlsSdsCertificate
source§fn eq(&self, other: &VirtualGatewayListenerTlsSdsCertificate) -> bool
fn eq(&self, other: &VirtualGatewayListenerTlsSdsCertificate) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.