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 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.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.java.util.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.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.java.util.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.java.lang.String
getPath()
The path to save the TLS key log.com.google.protobuf.ByteString
getPathBytes()
The path to save the TLS key log.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.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.java.util.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.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.java.util.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
java.lang.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
java.util.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
java.util.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
java.util.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
java.util.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;
-
-