Package | Description |
---|---|
com.oracle.bmc.servicemesh.model |
Modifier and Type | Method and Description |
---|---|
CertificateAuthority |
CertificateAuthority.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<CertificateAuthority> |
Mesh.getCertificateAuthorities()
A list of certificate authority resources to use for creating leaf certificates for mTLS
authentication.
|
List<CertificateAuthority> |
CreateMeshDetails.getCertificateAuthorities()
The OCID of the certificate authority resource OCID to use for creating leaf certificates.
|
Modifier and Type | Method and Description |
---|---|
CertificateAuthority.Builder |
CertificateAuthority.Builder.copy(CertificateAuthority model) |
Modifier and Type | Method and Description |
---|---|
Mesh.Builder |
Mesh.Builder.certificateAuthorities(List<CertificateAuthority> certificateAuthorities)
A list of certificate authority resources to use for creating leaf certificates for mTLS
authentication.
|
CreateMeshDetails.Builder |
CreateMeshDetails.Builder.certificateAuthorities(List<CertificateAuthority> certificateAuthorities)
The OCID of the certificate authority resource OCID to use for creating leaf
certificates.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.