| Modifier and Type | Method and Description |
|---|---|
CidrRange |
CidrRange.Builder.build() |
CidrRange |
CidrRange.Builder.buildPartial() |
static CidrRange |
CidrRange.getDefaultInstance() |
CidrRange |
CidrRange.getDefaultInstanceForType() |
CidrRange |
CidrRange.Builder.getDefaultInstanceForType() |
static CidrRange |
CidrRange.parseDelimitedFrom(InputStream input) |
static CidrRange |
CidrRange.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CidrRange |
CidrRange.parseFrom(byte[] data) |
static CidrRange |
CidrRange.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CidrRange |
CidrRange.parseFrom(ByteBuffer data) |
static CidrRange |
CidrRange.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CidrRange |
CidrRange.parseFrom(com.google.protobuf.ByteString data) |
static CidrRange |
CidrRange.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CidrRange |
CidrRange.parseFrom(com.google.protobuf.CodedInputStream input) |
static CidrRange |
CidrRange.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CidrRange |
CidrRange.parseFrom(InputStream input) |
static CidrRange |
CidrRange.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<CidrRange> |
CidrRange.getParserForType() |
static com.google.protobuf.Parser<CidrRange> |
CidrRange.parser() |
| Modifier and Type | Method and Description |
|---|---|
CidrRange.Builder |
CidrRange.Builder.mergeFrom(CidrRange other) |
static CidrRange.Builder |
CidrRange.newBuilder(CidrRange prototype) |
| Modifier and Type | Method and Description |
|---|---|
CidrRange |
FilterChainMatch.getPrefixRanges(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 |
FilterChainMatch.Builder.getPrefixRanges(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 |
FilterChainMatchOrBuilder.getPrefixRanges(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 |
FilterChainMatch.getSourcePrefixRanges(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 |
FilterChainMatch.Builder.getSourcePrefixRanges(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 |
FilterChainMatchOrBuilder.getSourcePrefixRanges(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.
|
| Modifier and Type | Method and Description |
|---|---|
List<CidrRange> |
FilterChainMatch.getPrefixRangesList()
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.
|
List<CidrRange> |
FilterChainMatch.Builder.getPrefixRangesList()
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.
|
List<CidrRange> |
FilterChainMatchOrBuilder.getPrefixRangesList()
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.
|
List<CidrRange> |
FilterChainMatch.getSourcePrefixRangesList()
The criteria is satisfied if the source IP address of the downstream
connection is contained in at least one of the specified subnets.
|
List<CidrRange> |
FilterChainMatch.Builder.getSourcePrefixRangesList()
The criteria is satisfied if the source IP address of the downstream
connection is contained in at least one of the specified subnets.
|
List<CidrRange> |
FilterChainMatchOrBuilder.getSourcePrefixRangesList()
The criteria is satisfied if the source IP address of the downstream
connection is contained in at least one of the specified subnets.
|
| Modifier and Type | Method and Description |
|---|---|
FilterChainMatch.Builder |
FilterChainMatch.Builder.addPrefixRanges(CidrRange value)
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(int index,
CidrRange value)
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(CidrRange value)
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(int index,
CidrRange value)
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.setPrefixRanges(int index,
CidrRange value)
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 value)
The criteria is satisfied if the source IP address of the downstream
connection is contained in at least one of the specified subnets.
|
| Modifier and Type | Method and Description |
|---|---|
FilterChainMatch.Builder |
FilterChainMatch.Builder.addAllPrefixRanges(Iterable<? extends CidrRange> values)
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.addAllSourcePrefixRanges(Iterable<? extends CidrRange> values)
The criteria is satisfied if the source IP address of the downstream
connection is contained in at least one of the specified subnets.
|
| Modifier and Type | Method and Description |
|---|---|
CidrRange |
PermissionOrBuilder.getDestinationIp()
A CIDR block that describes the destination IP.
|
CidrRange |
Permission.getDestinationIp()
A CIDR block that describes the destination IP.
|
CidrRange |
Permission.Builder.getDestinationIp()
A CIDR block that describes the destination IP.
|
CidrRange |
Principal.getDirectRemoteIp()
A CIDR block that describes the downstream remote/origin address.
|
CidrRange |
Principal.Builder.getDirectRemoteIp()
A CIDR block that describes the downstream remote/origin address.
|
CidrRange |
PrincipalOrBuilder.getDirectRemoteIp()
A CIDR block that describes the downstream remote/origin address.
|
CidrRange |
Principal.getRemoteIp()
A CIDR block that describes the downstream remote/origin address.
|
CidrRange |
Principal.Builder.getRemoteIp()
A CIDR block that describes the downstream remote/origin address.
|
CidrRange |
PrincipalOrBuilder.getRemoteIp()
A CIDR block that describes the downstream remote/origin address.
|
CidrRange |
Principal.getSourceIp()
Deprecated.
|
CidrRange |
Principal.Builder.getSourceIp()
Deprecated.
|
CidrRange |
PrincipalOrBuilder.getSourceIp()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Permission.Builder |
Permission.Builder.mergeDestinationIp(CidrRange value)
A CIDR block that describes the destination IP.
|
Principal.Builder |
Principal.Builder.mergeDirectRemoteIp(CidrRange value)
A CIDR block that describes the downstream remote/origin address.
|
Principal.Builder |
Principal.Builder.mergeRemoteIp(CidrRange value)
A CIDR block that describes the downstream remote/origin address.
|
Principal.Builder |
Principal.Builder.mergeSourceIp(CidrRange value)
Deprecated.
|
Permission.Builder |
Permission.Builder.setDestinationIp(CidrRange value)
A CIDR block that describes the destination IP.
|
Principal.Builder |
Principal.Builder.setDirectRemoteIp(CidrRange value)
A CIDR block that describes the downstream remote/origin address.
|
Principal.Builder |
Principal.Builder.setRemoteIp(CidrRange value)
A CIDR block that describes the downstream remote/origin address.
|
Principal.Builder |
Principal.Builder.setSourceIp(CidrRange value)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CidrRange |
IPTagging.IPTagOrBuilder.getIpList(int index)
A list of IP address subnets that will be tagged with
ip_tag_name.
|
CidrRange |
IPTagging.IPTag.getIpList(int index)
A list of IP address subnets that will be tagged with
ip_tag_name.
|
CidrRange |
IPTagging.IPTag.Builder.getIpList(int index)
A list of IP address subnets that will be tagged with
ip_tag_name.
|
| Modifier and Type | Method and Description |
|---|---|
List<CidrRange> |
IPTagging.IPTagOrBuilder.getIpListList()
A list of IP address subnets that will be tagged with
ip_tag_name.
|
List<CidrRange> |
IPTagging.IPTag.getIpListList()
A list of IP address subnets that will be tagged with
ip_tag_name.
|
List<CidrRange> |
IPTagging.IPTag.Builder.getIpListList()
A list of IP address subnets that will be tagged with
ip_tag_name.
|
| Modifier and Type | Method and Description |
|---|---|
IPTagging.IPTag.Builder |
IPTagging.IPTag.Builder.addIpList(CidrRange value)
A list of IP address subnets that will be tagged with
ip_tag_name.
|
IPTagging.IPTag.Builder |
IPTagging.IPTag.Builder.addIpList(int index,
CidrRange value)
A list of IP address subnets that will be tagged with
ip_tag_name.
|
IPTagging.IPTag.Builder |
IPTagging.IPTag.Builder.setIpList(int index,
CidrRange value)
A list of IP address subnets that will be tagged with
ip_tag_name.
|
| Modifier and Type | Method and Description |
|---|---|
IPTagging.IPTag.Builder |
IPTagging.IPTag.Builder.addAllIpList(Iterable<? extends CidrRange> values)
A list of IP address subnets that will be tagged with
ip_tag_name.
|
| Modifier and Type | Method and Description |
|---|---|
CidrRange |
ClientSSLAuth.getIpWhiteList(int index)
An optional list of IP address and subnet masks that should be white
listed for access by the filter.
|
CidrRange |
ClientSSLAuth.Builder.getIpWhiteList(int index)
An optional list of IP address and subnet masks that should be white
listed for access by the filter.
|
CidrRange |
ClientSSLAuthOrBuilder.getIpWhiteList(int index)
An optional list of IP address and subnet masks that should be white
listed for access by the filter.
|
| Modifier and Type | Method and Description |
|---|---|
List<CidrRange> |
ClientSSLAuth.getIpWhiteListList()
An optional list of IP address and subnet masks that should be white
listed for access by the filter.
|
List<CidrRange> |
ClientSSLAuth.Builder.getIpWhiteListList()
An optional list of IP address and subnet masks that should be white
listed for access by the filter.
|
List<CidrRange> |
ClientSSLAuthOrBuilder.getIpWhiteListList()
An optional list of IP address and subnet masks that should be white
listed for access by the filter.
|
| Modifier and Type | Method and Description |
|---|---|
ClientSSLAuth.Builder |
ClientSSLAuth.Builder.addIpWhiteList(CidrRange value)
An optional list of IP address and subnet masks that should be white
listed for access by the filter.
|
ClientSSLAuth.Builder |
ClientSSLAuth.Builder.addIpWhiteList(int index,
CidrRange value)
An optional list of IP address and subnet masks that should be white
listed for access by the filter.
|
ClientSSLAuth.Builder |
ClientSSLAuth.Builder.setIpWhiteList(int index,
CidrRange value)
An optional list of IP address and subnet masks that should be white
listed for access by the filter.
|
| Modifier and Type | Method and Description |
|---|---|
ClientSSLAuth.Builder |
ClientSSLAuth.Builder.addAllIpWhiteList(Iterable<? extends CidrRange> values)
An optional list of IP address and subnet masks that should be white
listed for access by the filter.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.