Uses of Class
io.envoyproxy.envoy.config.core.v3.CidrRange.Builder
-
-
Uses of CidrRange.Builder in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return CidrRange.Builder Modifier and Type Method Description CidrRange.Builder
CidrRange.Builder. clear()
CidrRange.Builder
CidrRange.Builder. clearAddressPrefix()
IPv4 or IPv6 address, e.g.CidrRange.Builder
CidrRange.Builder. clearPrefixLen()
Length of prefix, e.g.CidrRange.Builder
CidrRange.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CidrRange.Builder
CidrRange.Builder. mergeFrom(com.google.protobuf.Message other)
CidrRange.Builder
CidrRange.Builder. mergeFrom(CidrRange other)
CidrRange.Builder
CidrRange.Builder. mergePrefixLen(com.google.protobuf.UInt32Value value)
Length of prefix, e.g.static CidrRange.Builder
CidrRange. newBuilder()
static CidrRange.Builder
CidrRange. newBuilder(CidrRange prototype)
CidrRange.Builder
CidrRange. newBuilderForType()
protected CidrRange.Builder
CidrRange. newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
CidrRange.Builder
CidrRange.Builder. setAddressPrefix(java.lang.String value)
IPv4 or IPv6 address, e.g.CidrRange.Builder
CidrRange.Builder. setAddressPrefixBytes(com.google.protobuf.ByteString value)
IPv4 or IPv6 address, e.g.CidrRange.Builder
CidrRange.Builder. setPrefixLen(com.google.protobuf.UInt32Value value)
Length of prefix, e.g.CidrRange.Builder
CidrRange.Builder. setPrefixLen(com.google.protobuf.UInt32Value.Builder builderForValue)
Length of prefix, e.g.CidrRange.Builder
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.Builder Modifier and Type Field Description private 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.Builder Modifier and Type Method Description CidrRange.Builder
FilterChainMatch.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.CidrRange.Builder
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.CidrRange.Builder
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.CidrRange.Builder
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.CidrRange.Builder
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.CidrRange.Builder
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.CidrRange.Builder
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.CidrRange.Builder
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.CidrRange.Builder
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.Builder Modifier and Type Method Description java.util.List<CidrRange.Builder>
FilterChainMatch.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()
java.util.List<CidrRange.Builder>
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()
java.util.List<CidrRange.Builder>
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.Builder Modifier and Type Method Description FilterChainMatch.Builder
FilterChainMatch.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
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
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
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
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
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
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
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
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.Builder Modifier and Type Field Description private 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.Builder Modifier and Type Method Description CidrRange.Builder
Permission.Builder. getDestinationIpBuilder()
A CIDR block that describes the destination IP.CidrRange.Builder
Principal.Builder. getDirectRemoteIpBuilder()
A CIDR block that describes the downstream remote/origin address.CidrRange.Builder
Principal.Builder. getRemoteIpBuilder()
A CIDR block that describes the downstream remote/origin address.CidrRange.Builder
Principal.Builder. getSourceIpBuilder()
Deprecated.Methods in io.envoyproxy.envoy.config.rbac.v3 that return types with arguments of type CidrRange.Builder Modifier and Type Method Description private 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.Builder Modifier and Type Method Description Permission.Builder
Permission.Builder. setDestinationIp(CidrRange.Builder builderForValue)
A CIDR block that describes the destination IP.Principal.Builder
Principal.Builder. setDirectRemoteIp(CidrRange.Builder builderForValue)
A CIDR block that describes the downstream remote/origin address.Principal.Builder
Principal.Builder. setRemoteIp(CidrRange.Builder builderForValue)
A CIDR block that describes the downstream remote/origin address.Principal.Builder
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.Builder Modifier and Type Field Description private 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.Builder Modifier and Type Method Description CidrRange.Builder
HttpConnectionManager.InternalAddressConfig.Builder. addCidrRangesBuilder()
List of CIDR ranges that are treated as internal.CidrRange.Builder
HttpConnectionManager.InternalAddressConfig.Builder. addCidrRangesBuilder(int index)
List of CIDR ranges that are treated as internal.CidrRange.Builder
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.Builder Modifier and Type Method Description java.util.List<CidrRange.Builder>
HttpConnectionManager.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.Builder Modifier and Type Method Description HttpConnectionManager.InternalAddressConfig.Builder
HttpConnectionManager.InternalAddressConfig.Builder. addCidrRanges(int index, CidrRange.Builder builderForValue)
List of CIDR ranges that are treated as internal.HttpConnectionManager.InternalAddressConfig.Builder
HttpConnectionManager.InternalAddressConfig.Builder. addCidrRanges(CidrRange.Builder builderForValue)
List of CIDR ranges that are treated as internal.HttpConnectionManager.InternalAddressConfig.Builder
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.Builder Modifier and Type Field Description private 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.Builder Modifier and Type Method Description CidrRange.Builder
TlsKeyLog.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.CidrRange.Builder
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.CidrRange.Builder
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.CidrRange.Builder
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.CidrRange.Builder
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.CidrRange.Builder
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.Builder Modifier and Type Method Description java.util.List<CidrRange.Builder>
TlsKeyLog.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()
java.util.List<CidrRange.Builder>
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.Builder Modifier and Type Method Description TlsKeyLog.Builder
TlsKeyLog.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
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
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
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
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
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.
-