Uses of Class
com.oracle.bmc.servicemesh.model.TlsCertificate
-
Packages that use TlsCertificate Package Description com.oracle.bmc.servicemesh.model -
-
Uses of TlsCertificate in com.oracle.bmc.servicemesh.model
Subclasses of TlsCertificate in com.oracle.bmc.servicemesh.model Modifier and Type Class Description class
LocalFileTlsCertificate
TLS certificate from the filesystem.class
OciTlsCertificate
TLS certificate from OCI Certificates service.Methods in com.oracle.bmc.servicemesh.model that return TlsCertificate Modifier and Type Method Description TlsCertificate
IngressListenerTlsConfig. getServerCertificate()
Methods in com.oracle.bmc.servicemesh.model with parameters of type TlsCertificate Modifier and Type Method Description IngressListenerTlsConfig.Builder
IngressListenerTlsConfig.Builder. serverCertificate(TlsCertificate serverCertificate)
Constructors in com.oracle.bmc.servicemesh.model with parameters of type TlsCertificate Constructor Description IngressListenerTlsConfig(IngressListenerTlsConfig.Mode mode, TlsCertificate serverCertificate, IngressListenerClientValidationConfig clientValidation)
Deprecated.
-