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 TypeMethodDescriptiongetCidrRanges
(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.getCidrRangesOrBuilder
(int index) List of CIDR ranges that are treated as internal.List
<? extends CidrRangeOrBuilder> 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 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
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
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;
-