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 Type
    Method
    Description
    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.
    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.
    The path to save the TLS key log.
    com.google.protobuf.ByteString
    The path to save the TLS key log.
    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.
    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.

    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

      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;