Uses of Class
com.oracle.bmc.servicemesh.model.CertificateAuthority
-
Packages that use CertificateAuthority Package Description com.oracle.bmc.servicemesh.model -
-
Uses of CertificateAuthority in com.oracle.bmc.servicemesh.model
Methods in com.oracle.bmc.servicemesh.model that return CertificateAuthority Modifier and Type Method Description CertificateAuthority
CertificateAuthority.Builder. build()
Methods in com.oracle.bmc.servicemesh.model that return types with arguments of type CertificateAuthority Modifier and Type Method Description List<CertificateAuthority>
CreateMeshDetails. getCertificateAuthorities()
The OCID of the certificate authority resource OCID to use for creating leaf certificates.List<CertificateAuthority>
Mesh. getCertificateAuthorities()
A list of certificate authority resources to use for creating leaf certificates for mTLS authentication.Methods in com.oracle.bmc.servicemesh.model with parameters of type CertificateAuthority Modifier and Type Method Description CertificateAuthority.Builder
CertificateAuthority.Builder. copy(CertificateAuthority model)
Method parameters in com.oracle.bmc.servicemesh.model with type arguments of type CertificateAuthority Modifier and Type Method Description CreateMeshDetails.Builder
CreateMeshDetails.Builder. certificateAuthorities(List<CertificateAuthority> certificateAuthorities)
The OCID of the certificate authority resource OCID to use for creating leaf certificates.Mesh.Builder
Mesh.Builder. certificateAuthorities(List<CertificateAuthority> certificateAuthorities)
A list of certificate authority resources to use for creating leaf certificates for mTLS authentication.Constructor parameters in com.oracle.bmc.servicemesh.model with type arguments of type CertificateAuthority Constructor Description CreateMeshDetails(String displayName, String description, List<CertificateAuthority> certificateAuthorities, MeshMutualTransportLayerSecurity mtls, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.Mesh(String id, String displayName, String description, List<CertificateAuthority> certificateAuthorities, MeshMutualTransportLayerSecurity mtls, String compartmentId, Date timeCreated, Date timeUpdated, Mesh.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-