| Package | Description |
|---|---|
| io.fabric8.istio.api.networking.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
static ServerTLSSettingsTLSmode |
ServerTLSSettingsTLSmode.fromValue(Object value) |
ServerTLSSettingsTLSmode |
ServerTLSSettingsFluent.getMode() |
ServerTLSSettingsTLSmode |
ServerTLSSettings.getMode() |
static ServerTLSSettingsTLSmode |
ServerTLSSettingsTLSmode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerTLSSettingsTLSmode[] |
ServerTLSSettingsTLSmode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerTLSSettings.setMode(ServerTLSSettingsTLSmode mode) |
A |
ServerTLSSettingsFluent.withMode(ServerTLSSettingsTLSmode mode) |
| Constructor and Description |
|---|
ServerTLSSettings(String caCertificates,
List<String> cipherSuites,
String credentialName,
Boolean httpsRedirect,
ServerTLSSettingsTLSProtocol maxProtocolVersion,
ServerTLSSettingsTLSProtocol minProtocolVersion,
ServerTLSSettingsTLSmode mode,
String privateKey,
String serverCertificate,
List<String> subjectAltNames,
List<String> verifyCertificateHash,
List<String> verifyCertificateSpki) |
Copyright © 2015–2024 Red Hat. All rights reserved.