Uses of Interface
io.envoyproxy.envoy.type.v3.Int32RangeOrBuilder
-
-
Uses of Int32RangeOrBuilder in io.envoyproxy.envoy.config.listener.v3
Methods in io.envoyproxy.envoy.config.listener.v3 that return Int32RangeOrBuilder Modifier and Type Method Description Int32RangeOrBuilderListenerFilterChainMatchPredicate.Builder. getDestinationPortRangeOrBuilder()Match destination port.Int32RangeOrBuilderListenerFilterChainMatchPredicate. getDestinationPortRangeOrBuilder()Match destination port.Int32RangeOrBuilderListenerFilterChainMatchPredicateOrBuilder. getDestinationPortRangeOrBuilder()Match destination port. -
Uses of Int32RangeOrBuilder in io.envoyproxy.envoy.config.rbac.v3
Methods in io.envoyproxy.envoy.config.rbac.v3 that return Int32RangeOrBuilder Modifier and Type Method Description Int32RangeOrBuilderPermission.Builder. getDestinationPortRangeOrBuilder()A port number range that describes a range of destination ports connecting to.Int32RangeOrBuilderPermission. getDestinationPortRangeOrBuilder()A port number range that describes a range of destination ports connecting to.Int32RangeOrBuilderPermissionOrBuilder. getDestinationPortRangeOrBuilder()A port number range that describes a range of destination ports connecting to. -
Uses of Int32RangeOrBuilder in io.envoyproxy.envoy.extensions.filters.http.admission_control.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.admission_control.v3 that return Int32RangeOrBuilder Modifier and Type Method Description Int32RangeOrBuilderAdmissionControl.SuccessCriteria.HttpCriteria.Builder. getHttpSuccessStatusOrBuilder(int index)Status code ranges that constitute a successful request.Int32RangeOrBuilderAdmissionControl.SuccessCriteria.HttpCriteria. getHttpSuccessStatusOrBuilder(int index)Status code ranges that constitute a successful request.Int32RangeOrBuilderAdmissionControl.SuccessCriteria.HttpCriteriaOrBuilder. getHttpSuccessStatusOrBuilder(int index)Status code ranges that constitute a successful request.Methods in io.envoyproxy.envoy.extensions.filters.http.admission_control.v3 that return types with arguments of type Int32RangeOrBuilder Modifier and Type Method Description List<? extends Int32RangeOrBuilder>AdmissionControl.SuccessCriteria.HttpCriteria.Builder. getHttpSuccessStatusOrBuilderList()Status code ranges that constitute a successful request.List<? extends Int32RangeOrBuilder>AdmissionControl.SuccessCriteria.HttpCriteria. getHttpSuccessStatusOrBuilderList()Status code ranges that constitute a successful request.List<? extends Int32RangeOrBuilder>AdmissionControl.SuccessCriteria.HttpCriteriaOrBuilder. getHttpSuccessStatusOrBuilderList()Status code ranges that constitute a successful request. -
Uses of Int32RangeOrBuilder in io.envoyproxy.envoy.type.v3
Classes in io.envoyproxy.envoy.type.v3 that implement Int32RangeOrBuilder Modifier and Type Class Description classInt32RangeSpecifies the int32 start and end of the range using half-open interval semantics [start, end).static classInt32Range.BuilderSpecifies the int32 start and end of the range using half-open interval semantics [start, end).
-