xds/core/v3/cidr.proto
Warning
This API feature is currently work-in-progress. API features marked as work-in-progress are not considered stable, are not covered by the threat model, are not supported by the security team, and are subject to breaking changes. Do not use this feature without understanding each of the previous points.
.xds.core.v3.CidrRange
[.xds.core.v3.CidrRange proto]
CidrRange specifies an IP Address and a prefix length to construct the subnet mask for a CIDR range.
{
"address_prefix": "...",
"prefix_len": "{...}"
}
address_prefix
(string, REQUIRED) IPv4 or IPv6 address, e.g. 192.0.0.0
or 2001:db8::
.
prefix_len
(UInt32Value) Length of prefix, e.g. 0, 32. Defaults to 0 when unset.
当前内容版权归 servicemesher 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 servicemesher .