Uses of Class
io.envoyproxy.envoy.config.core.v3.CidrRange.Builder
Packages that use CidrRange.Builder
Package
Description
-
Uses of CidrRange.Builder in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return CidrRange.BuilderModifier and TypeMethodDescriptionCidrRange.Builder.clear()CidrRange.Builder.clearAddressPrefix()IPv4 or IPv6 address, e.g.CidrRange.Builder.clearPrefixLen()Length of prefix, e.g.CidrRange.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CidrRange.Builder.mergeFrom(com.google.protobuf.Message other) CidrRange.Builder.mergePrefixLen(com.google.protobuf.UInt32Value value) Length of prefix, e.g.static CidrRange.BuilderCidrRange.newBuilder()static CidrRange.BuilderCidrRange.newBuilder(CidrRange prototype) CidrRange.newBuilderForType()protected CidrRange.BuilderCidrRange.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) CidrRange.Builder.setAddressPrefix(String value) IPv4 or IPv6 address, e.g.CidrRange.Builder.setAddressPrefixBytes(com.google.protobuf.ByteString value) IPv4 or IPv6 address, e.g.CidrRange.Builder.setPrefixLen(com.google.protobuf.UInt32Value value) Length of prefix, e.g.CidrRange.Builder.setPrefixLen(com.google.protobuf.UInt32Value.Builder builderForValue) Length of prefix, e.g.CidrRange.toBuilder() -
Uses of CidrRange.Builder in io.envoyproxy.envoy.config.listener.v3
Fields in io.envoyproxy.envoy.config.listener.v3 with type parameters of type CidrRange.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.RepeatedFieldBuilder<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> FilterChainMatch.Builder.directSourcePrefixRangesBuilder_private com.google.protobuf.RepeatedFieldBuilder<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> FilterChainMatch.Builder.prefixRangesBuilder_private com.google.protobuf.RepeatedFieldBuilder<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> FilterChainMatch.Builder.sourcePrefixRangesBuilder_Methods in io.envoyproxy.envoy.config.listener.v3 that return CidrRange.BuilderModifier and TypeMethodDescriptionFilterChainMatch.Builder.addDirectSourcePrefixRangesBuilder()The criteria is satisfied if the directly connected source IP address of the downstream connection is contained in at least one of the specified subnets.FilterChainMatch.Builder.addDirectSourcePrefixRangesBuilder(int index) The criteria is satisfied if the directly connected source IP address of the downstream connection is contained in at least one of the specified subnets.FilterChainMatch.Builder.addPrefixRangesBuilder()If non-empty, an IP address and prefix length to match addresses when the listener is bound to 0.0.0.0/:: or when use_original_dst is specified.FilterChainMatch.Builder.addPrefixRangesBuilder(int index) If non-empty, an IP address and prefix length to match addresses when the listener is bound to 0.0.0.0/:: or when use_original_dst is specified.FilterChainMatch.Builder.addSourcePrefixRangesBuilder()The criteria is satisfied if the source IP address of the downstream connection is contained in at least one of the specified subnets.FilterChainMatch.Builder.addSourcePrefixRangesBuilder(int index) The criteria is satisfied if the source IP address of the downstream connection is contained in at least one of the specified subnets.FilterChainMatch.Builder.getDirectSourcePrefixRangesBuilder(int index) The criteria is satisfied if the directly connected source IP address of the downstream connection is contained in at least one of the specified subnets.FilterChainMatch.Builder.getPrefixRangesBuilder(int index) If non-empty, an IP address and prefix length to match addresses when the listener is bound to 0.0.0.0/:: or when use_original_dst is specified.FilterChainMatch.Builder.getSourcePrefixRangesBuilder(int index) The criteria is satisfied if the source IP address of the downstream connection is contained in at least one of the specified subnets.Methods in io.envoyproxy.envoy.config.listener.v3 that return types with arguments of type CidrRange.BuilderModifier and TypeMethodDescriptionFilterChainMatch.Builder.getDirectSourcePrefixRangesBuilderList()The criteria is satisfied if the directly connected source IP address of the downstream connection is contained in at least one of the specified subnets.private com.google.protobuf.RepeatedFieldBuilder<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> FilterChainMatch.Builder.getDirectSourcePrefixRangesFieldBuilder()FilterChainMatch.Builder.getPrefixRangesBuilderList()If non-empty, an IP address and prefix length to match addresses when the listener is bound to 0.0.0.0/:: or when use_original_dst is specified.private com.google.protobuf.RepeatedFieldBuilder<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> FilterChainMatch.Builder.getPrefixRangesFieldBuilder()FilterChainMatch.Builder.getSourcePrefixRangesBuilderList()The criteria is satisfied if the source IP address of the downstream connection is contained in at least one of the specified subnets.private com.google.protobuf.RepeatedFieldBuilder<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> FilterChainMatch.Builder.getSourcePrefixRangesFieldBuilder()Methods in io.envoyproxy.envoy.config.listener.v3 with parameters of type CidrRange.BuilderModifier and TypeMethodDescriptionFilterChainMatch.Builder.addDirectSourcePrefixRanges(int index, CidrRange.Builder builderForValue) The criteria is satisfied if the directly connected source IP address of the downstream connection is contained in at least one of the specified subnets.FilterChainMatch.Builder.addDirectSourcePrefixRanges(CidrRange.Builder builderForValue) The criteria is satisfied if the directly connected source IP address of the downstream connection is contained in at least one of the specified subnets.FilterChainMatch.Builder.addPrefixRanges(int index, CidrRange.Builder builderForValue) If non-empty, an IP address and prefix length to match addresses when the listener is bound to 0.0.0.0/:: or when use_original_dst is specified.FilterChainMatch.Builder.addPrefixRanges(CidrRange.Builder builderForValue) If non-empty, an IP address and prefix length to match addresses when the listener is bound to 0.0.0.0/:: or when use_original_dst is specified.FilterChainMatch.Builder.addSourcePrefixRanges(int index, CidrRange.Builder builderForValue) The criteria is satisfied if the source IP address of the downstream connection is contained in at least one of the specified subnets.FilterChainMatch.Builder.addSourcePrefixRanges(CidrRange.Builder builderForValue) The criteria is satisfied if the source IP address of the downstream connection is contained in at least one of the specified subnets.FilterChainMatch.Builder.setDirectSourcePrefixRanges(int index, CidrRange.Builder builderForValue) The criteria is satisfied if the directly connected source IP address of the downstream connection is contained in at least one of the specified subnets.FilterChainMatch.Builder.setPrefixRanges(int index, CidrRange.Builder builderForValue) If non-empty, an IP address and prefix length to match addresses when the listener is bound to 0.0.0.0/:: or when use_original_dst is specified.FilterChainMatch.Builder.setSourcePrefixRanges(int index, CidrRange.Builder builderForValue) The criteria is satisfied if the source IP address of the downstream connection is contained in at least one of the specified subnets. -
Uses of CidrRange.Builder in io.envoyproxy.envoy.config.rbac.v3
Fields in io.envoyproxy.envoy.config.rbac.v3 with type parameters of type CidrRange.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> Permission.Builder.destinationIpBuilder_private com.google.protobuf.SingleFieldBuilder<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> Principal.Builder.directRemoteIpBuilder_private com.google.protobuf.SingleFieldBuilder<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> Principal.Builder.remoteIpBuilder_private com.google.protobuf.SingleFieldBuilder<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> Principal.Builder.sourceIpBuilder_Methods in io.envoyproxy.envoy.config.rbac.v3 that return CidrRange.BuilderModifier and TypeMethodDescriptionPermission.Builder.getDestinationIpBuilder()A CIDR block that describes the destination IP.Principal.Builder.getDirectRemoteIpBuilder()A CIDR block that describes the downstream remote/origin address.Principal.Builder.getRemoteIpBuilder()A CIDR block that describes the downstream remote/origin address.Principal.Builder.getSourceIpBuilder()Deprecated.Methods in io.envoyproxy.envoy.config.rbac.v3 that return types with arguments of type CidrRange.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> Permission.Builder.getDestinationIpFieldBuilder()A CIDR block that describes the destination IP.private com.google.protobuf.SingleFieldBuilder<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> Principal.Builder.getDirectRemoteIpFieldBuilder()A CIDR block that describes the downstream remote/origin address.private com.google.protobuf.SingleFieldBuilder<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> Principal.Builder.getRemoteIpFieldBuilder()A CIDR block that describes the downstream remote/origin address.private com.google.protobuf.SingleFieldBuilder<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> Principal.Builder.getSourceIpFieldBuilder()A CIDR block that describes the downstream IP.Methods in io.envoyproxy.envoy.config.rbac.v3 with parameters of type CidrRange.BuilderModifier and TypeMethodDescriptionPermission.Builder.setDestinationIp(CidrRange.Builder builderForValue) A CIDR block that describes the destination IP.Principal.Builder.setDirectRemoteIp(CidrRange.Builder builderForValue) A CIDR block that describes the downstream remote/origin address.Principal.Builder.setRemoteIp(CidrRange.Builder builderForValue) A CIDR block that describes the downstream remote/origin address.Principal.Builder.setSourceIp(CidrRange.Builder builderForValue) Deprecated. -
Uses of CidrRange.Builder in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3
Fields in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with type parameters of type CidrRange.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.RepeatedFieldBuilder<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> HttpConnectionManager.InternalAddressConfig.Builder.cidrRangesBuilder_Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return CidrRange.BuilderModifier and TypeMethodDescriptionHttpConnectionManager.InternalAddressConfig.Builder.addCidrRangesBuilder()List of CIDR ranges that are treated as internal.HttpConnectionManager.InternalAddressConfig.Builder.addCidrRangesBuilder(int index) List of CIDR ranges that are treated as internal.HttpConnectionManager.InternalAddressConfig.Builder.getCidrRangesBuilder(int index) List of CIDR ranges that are treated as internal.Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return types with arguments of type CidrRange.BuilderModifier and TypeMethodDescriptionHttpConnectionManager.InternalAddressConfig.Builder.getCidrRangesBuilderList()List of CIDR ranges that are treated as internal.private com.google.protobuf.RepeatedFieldBuilder<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> HttpConnectionManager.InternalAddressConfig.Builder.getCidrRangesFieldBuilder()Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with parameters of type CidrRange.BuilderModifier and TypeMethodDescriptionHttpConnectionManager.InternalAddressConfig.Builder.addCidrRanges(int index, CidrRange.Builder builderForValue) List of CIDR ranges that are treated as internal.HttpConnectionManager.InternalAddressConfig.Builder.addCidrRanges(CidrRange.Builder builderForValue) List of CIDR ranges that are treated as internal.HttpConnectionManager.InternalAddressConfig.Builder.setCidrRanges(int index, CidrRange.Builder builderForValue) List of CIDR ranges that are treated as internal. -
Uses of CidrRange.Builder in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3
Fields in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with type parameters of type CidrRange.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.RepeatedFieldBuilder<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> TlsKeyLog.Builder.localAddressRangeBuilder_private com.google.protobuf.RepeatedFieldBuilder<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> TlsKeyLog.Builder.remoteAddressRangeBuilder_Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return CidrRange.BuilderModifier and TypeMethodDescriptionTlsKeyLog.Builder.addLocalAddressRangeBuilder()The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.TlsKeyLog.Builder.addLocalAddressRangeBuilder(int index) The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.TlsKeyLog.Builder.addRemoteAddressRangeBuilder()The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.TlsKeyLog.Builder.addRemoteAddressRangeBuilder(int index) The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.TlsKeyLog.Builder.getLocalAddressRangeBuilder(int index) The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.TlsKeyLog.Builder.getRemoteAddressRangeBuilder(int index) The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return types with arguments of type CidrRange.BuilderModifier and TypeMethodDescriptionTlsKeyLog.Builder.getLocalAddressRangeBuilderList()The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.private com.google.protobuf.RepeatedFieldBuilder<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> TlsKeyLog.Builder.getLocalAddressRangeFieldBuilder()TlsKeyLog.Builder.getRemoteAddressRangeBuilderList()The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.private com.google.protobuf.RepeatedFieldBuilder<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> TlsKeyLog.Builder.getRemoteAddressRangeFieldBuilder()Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with parameters of type CidrRange.BuilderModifier and TypeMethodDescriptionTlsKeyLog.Builder.addLocalAddressRange(int index, CidrRange.Builder builderForValue) The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.TlsKeyLog.Builder.addLocalAddressRange(CidrRange.Builder builderForValue) The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.TlsKeyLog.Builder.addRemoteAddressRange(int index, CidrRange.Builder builderForValue) The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.TlsKeyLog.Builder.addRemoteAddressRange(CidrRange.Builder builderForValue) The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.TlsKeyLog.Builder.setLocalAddressRange(int index, CidrRange.Builder builderForValue) The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.TlsKeyLog.Builder.setRemoteAddressRange(int index, CidrRange.Builder builderForValue) The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.