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 TypeMethodDescriptiongetCidrs(int index) The list of `CIDRs <https://tools.ietf.org/html/rfc4632>`_ from which remote connections are considered trusted.intThe 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.List<? extends CidrRangeOrBuilder>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
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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
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;
-