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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CidrRange
getCidrRanges(int index)
List of CIDR ranges that are treated as internal.int
getCidrRangesCount()
List of CIDR ranges that are treated as internal.java.util.List<CidrRange>
getCidrRangesList()
List of CIDR ranges that are treated as internal.CidrRangeOrBuilder
getCidrRangesOrBuilder(int index)
List of CIDR ranges that are treated as internal.java.util.List<? extends CidrRangeOrBuilder>
getCidrRangesOrBuilderList()
List of CIDR ranges that are treated as internal.boolean
getUnixSockets()
Whether unix socket addresses should be considered internal.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getUnixSockets
boolean getUnixSockets()
Whether unix socket addresses should be considered internal.
bool unix_sockets = 1;
- Returns:
- The unixSockets.
-
getCidrRangesList
java.util.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
java.util.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;
-
-