#[non_exhaustive]pub struct VirtualGatewayListenerTlsFileCertificate { /* private fields */ }
Expand description
An object that represents a local file certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS).
Implementations§
source§impl VirtualGatewayListenerTlsFileCertificate
impl VirtualGatewayListenerTlsFileCertificate
sourcepub fn certificate_chain(&self) -> Option<&str>
pub fn certificate_chain(&self) -> Option<&str>
The certificate chain for the certificate.
sourcepub fn private_key(&self) -> Option<&str>
pub fn private_key(&self) -> Option<&str>
The private key for a certificate stored on the file system of the mesh endpoint that the proxy is running on.
source§impl VirtualGatewayListenerTlsFileCertificate
impl VirtualGatewayListenerTlsFileCertificate
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VirtualGatewayListenerTlsFileCertificate
.
Trait Implementations§
source§impl Clone for VirtualGatewayListenerTlsFileCertificate
impl Clone for VirtualGatewayListenerTlsFileCertificate
source§fn clone(&self) -> VirtualGatewayListenerTlsFileCertificate
fn clone(&self) -> VirtualGatewayListenerTlsFileCertificate
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<VirtualGatewayListenerTlsFileCertificate> for VirtualGatewayListenerTlsFileCertificate
impl PartialEq<VirtualGatewayListenerTlsFileCertificate> for VirtualGatewayListenerTlsFileCertificate
source§fn eq(&self, other: &VirtualGatewayListenerTlsFileCertificate) -> bool
fn eq(&self, other: &VirtualGatewayListenerTlsFileCertificate) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.