public static interface IpTagging.IPTagging.IPTagOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AddressOuterClass.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<AddressOuterClass.CidrRange> |
getIpListList()
A list of IP address subnets that will be tagged with
ip_tag_name.
|
AddressOuterClass.CidrRangeOrBuilder |
getIpListOrBuilder(int index)
A list of IP address subnets that will be tagged with
ip_tag_name.
|
List<? extends AddressOuterClass.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<AddressOuterClass.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;AddressOuterClass.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 AddressOuterClass.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;AddressOuterClass.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 The Envoy Project. All rights reserved.