Package | Description |
---|---|
com.oracle.bmc.servicemesh.model |
Modifier and Type | Method and Description |
---|---|
static IngressListenerTlsConfig.Mode |
IngressListenerTlsConfig.Mode.create(String key) |
IngressListenerTlsConfig.Mode |
IngressListenerTlsConfig.getMode()
DISABLED: Connection can only be plaintext.
|
static IngressListenerTlsConfig.Mode |
IngressListenerTlsConfig.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IngressListenerTlsConfig.Mode[] |
IngressListenerTlsConfig.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IngressListenerTlsConfig.Builder |
IngressListenerTlsConfig.Builder.mode(IngressListenerTlsConfig.Mode mode)
DISABLED: Connection can only be plaintext.
|
Constructor and Description |
---|
IngressListenerTlsConfig(IngressListenerTlsConfig.Mode mode,
TlsCertificate serverCertificate,
IngressListenerClientValidationConfig clientValidation)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.