Interface XffTrustedCidrsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
XffTrustedCidrs, XffTrustedCidrs.Builder

public interface XffTrustedCidrsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getCidrs(int index)
    The list of `CIDRs <https://tools.ietf.org/html/rfc4632>`_ from which remote connections are considered trusted.
    int
    The list of `CIDRs <https://tools.ietf.org/html/rfc4632>`_ from which remote connections are considered trusted.
    The list of `CIDRs <https://tools.ietf.org/html/rfc4632>`_ from which remote connections are considered trusted.
    getCidrsOrBuilder(int index)
    The list of `CIDRs <https://tools.ietf.org/html/rfc4632>`_ from which remote connections are considered trusted.
    The list of `CIDRs <https://tools.ietf.org/html/rfc4632>`_ from which remote connections are considered trusted.

    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

    • getCidrsList

      List<CidrRange> getCidrsList()
       The list of `CIDRs <https://tools.ietf.org/html/rfc4632>`_ from which remote
       connections are considered trusted.
       
      repeated .envoy.config.core.v3.CidrRange cidrs = 1;
    • getCidrs

      CidrRange getCidrs(int index)
       The list of `CIDRs <https://tools.ietf.org/html/rfc4632>`_ from which remote
       connections are considered trusted.
       
      repeated .envoy.config.core.v3.CidrRange cidrs = 1;
    • getCidrsCount

      int getCidrsCount()
       The list of `CIDRs <https://tools.ietf.org/html/rfc4632>`_ from which remote
       connections are considered trusted.
       
      repeated .envoy.config.core.v3.CidrRange cidrs = 1;
    • getCidrsOrBuilderList

      List<? extends CidrRangeOrBuilder> getCidrsOrBuilderList()
       The list of `CIDRs <https://tools.ietf.org/html/rfc4632>`_ from which remote
       connections are considered trusted.
       
      repeated .envoy.config.core.v3.CidrRange cidrs = 1;
    • getCidrsOrBuilder

      CidrRangeOrBuilder getCidrsOrBuilder(int index)
       The list of `CIDRs <https://tools.ietf.org/html/rfc4632>`_ from which remote
       connections are considered trusted.
       
      repeated .envoy.config.core.v3.CidrRange cidrs = 1;