Interface TlsKeyLogOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TlsKeyLog
,TlsKeyLog.Builder
public interface TlsKeyLogOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetLocalAddressRange
(int index) The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.int
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.getLocalAddressRangeOrBuilder
(int index) The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.List
<? extends CidrRangeOrBuilder> The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.getPath()
The path to save the TLS key log.com.google.protobuf.ByteString
The path to save the TLS key log.getRemoteAddressRange
(int index) The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.int
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.getRemoteAddressRangeOrBuilder
(int index) The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.List
<? extends CidrRangeOrBuilder> The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getPath
String getPath()The path to save the TLS key log.
string path = 1 [(.validate.rules) = { ... }
- Returns:
- The path.
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()The path to save the TLS key log.
string path = 1 [(.validate.rules) = { ... }
- Returns:
- The bytes for path.
-
getLocalAddressRangeList
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.
repeated .envoy.config.core.v3.CidrRange local_address_range = 2;
-
getLocalAddressRange
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.
repeated .envoy.config.core.v3.CidrRange local_address_range = 2;
-
getLocalAddressRangeCount
int getLocalAddressRangeCount()The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.
repeated .envoy.config.core.v3.CidrRange local_address_range = 2;
-
getLocalAddressRangeOrBuilderList
List<? extends CidrRangeOrBuilder> getLocalAddressRangeOrBuilderList()The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.
repeated .envoy.config.core.v3.CidrRange local_address_range = 2;
-
getLocalAddressRangeOrBuilder
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.
repeated .envoy.config.core.v3.CidrRange local_address_range = 2;
-
getRemoteAddressRangeList
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.
repeated .envoy.config.core.v3.CidrRange remote_address_range = 3;
-
getRemoteAddressRange
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.
repeated .envoy.config.core.v3.CidrRange remote_address_range = 3;
-
getRemoteAddressRangeCount
int getRemoteAddressRangeCount()The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.
repeated .envoy.config.core.v3.CidrRange remote_address_range = 3;
-
getRemoteAddressRangeOrBuilderList
List<? extends CidrRangeOrBuilder> getRemoteAddressRangeOrBuilderList()The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.
repeated .envoy.config.core.v3.CidrRange remote_address_range = 3;
-
getRemoteAddressRangeOrBuilder
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.
repeated .envoy.config.core.v3.CidrRange remote_address_range = 3;
-