Interface HttpConnectionManager.InternalAddressConfigOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
HttpConnectionManager.InternalAddressConfig, HttpConnectionManager.InternalAddressConfig.Builder
Enclosing class:
HttpConnectionManager

public static interface HttpConnectionManager.InternalAddressConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getCidrRanges(int index)
    List of CIDR ranges that are treated as internal.
    int
    List of CIDR ranges that are treated as internal.
    List of CIDR ranges that are treated as internal.
    List of CIDR ranges that are treated as internal.
    List of CIDR ranges that are treated as internal.
    boolean
    Whether unix socket addresses should be considered internal.

    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

    • getUnixSockets

      boolean getUnixSockets()
       Whether unix socket addresses should be considered internal.
       
      bool unix_sockets = 1;
      Returns:
      The unixSockets.
    • getCidrRangesList

      List<CidrRange> getCidrRangesList()
       List of CIDR ranges that are treated as internal. If unset, then RFC1918 / RFC4193
       IP addresses will be considered internal.
       
      repeated .envoy.config.core.v3.CidrRange cidr_ranges = 2;
    • getCidrRanges

      CidrRange getCidrRanges(int index)
       List of CIDR ranges that are treated as internal. If unset, then RFC1918 / RFC4193
       IP addresses will be considered internal.
       
      repeated .envoy.config.core.v3.CidrRange cidr_ranges = 2;
    • getCidrRangesCount

      int getCidrRangesCount()
       List of CIDR ranges that are treated as internal. If unset, then RFC1918 / RFC4193
       IP addresses will be considered internal.
       
      repeated .envoy.config.core.v3.CidrRange cidr_ranges = 2;
    • getCidrRangesOrBuilderList

      List<? extends CidrRangeOrBuilder> getCidrRangesOrBuilderList()
       List of CIDR ranges that are treated as internal. If unset, then RFC1918 / RFC4193
       IP addresses will be considered internal.
       
      repeated .envoy.config.core.v3.CidrRange cidr_ranges = 2;
    • getCidrRangesOrBuilder

      CidrRangeOrBuilder getCidrRangesOrBuilder(int index)
       List of CIDR ranges that are treated as internal. If unset, then RFC1918 / RFC4193
       IP addresses will be considered internal.
       
      repeated .envoy.config.core.v3.CidrRange cidr_ranges = 2;