public static interface IPTagging.IPTagOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CidrRange |
getIpList(int index)
A list of IP address subnets that will be tagged with
ip_tag_name.
|
int |
getIpListCount()
A list of IP address subnets that will be tagged with
ip_tag_name.
|
List<CidrRange> |
getIpListList()
A list of IP address subnets that will be tagged with
ip_tag_name.
|
CidrRangeOrBuilder |
getIpListOrBuilder(int index)
A list of IP address subnets that will be tagged with
ip_tag_name.
|
List<? extends CidrRangeOrBuilder> |
getIpListOrBuilderList()
A list of IP address subnets that will be tagged with
ip_tag_name.
|
String |
getIpTagName()
Specifies the IP tag name to apply.
|
com.google.protobuf.ByteString |
getIpTagNameBytes()
Specifies the IP tag name to apply.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getIpTagName()
Specifies the IP tag name to apply.
string ip_tag_name = 1;com.google.protobuf.ByteString getIpTagNameBytes()
Specifies the IP tag name to apply.
string ip_tag_name = 1;List<CidrRange> getIpListList()
A list of IP address subnets that will be tagged with ip_tag_name. Both IPv4 and IPv6 are supported.
repeated .envoy.api.v2.core.CidrRange ip_list = 2;CidrRange getIpList(int index)
A list of IP address subnets that will be tagged with ip_tag_name. Both IPv4 and IPv6 are supported.
repeated .envoy.api.v2.core.CidrRange ip_list = 2;int getIpListCount()
A list of IP address subnets that will be tagged with ip_tag_name. Both IPv4 and IPv6 are supported.
repeated .envoy.api.v2.core.CidrRange ip_list = 2;List<? extends CidrRangeOrBuilder> getIpListOrBuilderList()
A list of IP address subnets that will be tagged with ip_tag_name. Both IPv4 and IPv6 are supported.
repeated .envoy.api.v2.core.CidrRange ip_list = 2;CidrRangeOrBuilder getIpListOrBuilder(int index)
A list of IP address subnets that will be tagged with ip_tag_name. Both IPv4 and IPv6 are supported.
repeated .envoy.api.v2.core.CidrRange ip_list = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.