Uses of Class
com.oracle.bmc.apigateway.model.CaBundle
-
Packages that use CaBundle Package Description com.oracle.bmc.apigateway.model -
-
Uses of CaBundle in com.oracle.bmc.apigateway.model
Subclasses of CaBundle in com.oracle.bmc.apigateway.model Modifier and Type Class Description class
CertificatesCaBundle
CA bundle from Certificates Service that should be used on the gateway for TLS validation
Note: Objects should always be created or deserialized using theCertificatesCaBundle.Builder
.class
CertificatesCertificateAuthority
Certificate Authority from Certificates Service that should be used on the gateway for TLS validation
Note: Objects should always be created or deserialized using theCertificatesCertificateAuthority.Builder
.Methods in com.oracle.bmc.apigateway.model that return types with arguments of type CaBundle Modifier and Type Method Description List<CaBundle>
CreateGatewayDetails. getCaBundles()
An array of CA bundles that should be used on the Gateway for TLS validation.List<CaBundle>
Gateway. getCaBundles()
An array of CA bundles that should be used on the Gateway for TLS validation.List<CaBundle>
UpdateGatewayDetails. getCaBundles()
An array of CA bundles that should be used on the Gateway for TLS validation.Method parameters in com.oracle.bmc.apigateway.model with type arguments of type CaBundle Modifier and Type Method Description CreateGatewayDetails.Builder
CreateGatewayDetails.Builder. caBundles(List<CaBundle> caBundles)
An array of CA bundles that should be used on the Gateway for TLS validation.Gateway.Builder
Gateway.Builder. caBundles(List<CaBundle> caBundles)
An array of CA bundles that should be used on the Gateway for TLS validation.UpdateGatewayDetails.Builder
UpdateGatewayDetails.Builder. caBundles(List<CaBundle> caBundles)
An array of CA bundles that should be used on the Gateway for TLS validation.
-