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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CidrRangegetLocalAddressRange(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.intgetLocalAddressRangeCount()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<CidrRange>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.CidrRangeOrBuildergetLocalAddressRangeOrBuilder(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>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.StringgetPath()The path to save the TLS key log.com.google.protobuf.ByteStringgetPathBytes()The path to save the TLS key log.CidrRangegetRemoteAddressRange(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.intgetRemoteAddressRangeCount()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<CidrRange>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.CidrRangeOrBuildergetRemoteAddressRangeOrBuilder(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>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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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
List<CidrRange> 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
CidrRange getLocalAddressRange(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.
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
CidrRangeOrBuilder 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.
repeated .envoy.config.core.v3.CidrRange local_address_range = 2;
-
getRemoteAddressRangeList
List<CidrRange> 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
CidrRange 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.
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
CidrRangeOrBuilder 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.
repeated .envoy.config.core.v3.CidrRange remote_address_range = 3;
-
-