public static interface Cert.UpstreamTlsContextOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Cert.CommonTlsContext |
getCommonTlsContext()
Common TLS context settings.
|
Cert.CommonTlsContextOrBuilder |
getCommonTlsContextOrBuilder()
Common TLS context settings.
|
String |
getSni()
SNI string to use when creating TLS backend connections.
|
com.google.protobuf.ByteString |
getSniBytes()
SNI string to use when creating TLS backend connections.
|
boolean |
hasCommonTlsContext()
Common TLS context settings.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCommonTlsContext()
Common TLS context settings.
.envoy.api.v2.auth.CommonTlsContext common_tls_context = 1;Cert.CommonTlsContext getCommonTlsContext()
Common TLS context settings.
.envoy.api.v2.auth.CommonTlsContext common_tls_context = 1;Cert.CommonTlsContextOrBuilder getCommonTlsContextOrBuilder()
Common TLS context settings.
.envoy.api.v2.auth.CommonTlsContext common_tls_context = 1;String getSni()
SNI string to use when creating TLS backend connections.
string sni = 2;com.google.protobuf.ByteString getSniBytes()
SNI string to use when creating TLS backend connections.
string sni = 2;Copyright © 2018 The Envoy Project. All rights reserved.