Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
static TlsConfig.Status |
TlsConfig.Status.create(String key) |
TlsConfig.Status |
TlsConfig.getStatus()
Status to represent whether the database connection is TLS enabled or not.
|
static TlsConfig.Status |
TlsConfig.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TlsConfig.Status[] |
TlsConfig.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TlsConfig.Builder |
TlsConfig.Builder.status(TlsConfig.Status status)
Status to represent whether the database connection is TLS enabled or not.
|
Constructor and Description |
---|
TlsConfig(TlsConfig.Status status,
TlsConfig.CertificateStoreType certificateStoreType,
String storePassword,
String trustStoreContent,
String keyStoreContent)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.