Navigation :
cidr.proto
Package: xds.core.v3
Types:
CidrRange
CidrRange specifies an IP Address and a prefix length to construct
the subnet mask for a CIDR <https://datatracker.ietf.org/doc/html/rfc4632>
_ range.
"addressPrefix": string
"prefixLen": .google.protobuf.UInt32Value
Field |
Type |
Description |
addressPrefix |
string |
IPv4 or IPv6 address, e.g. 192.0.0.0 or 2001:db8:: . |
prefixLen |
.google.protobuf.UInt32Value |
Length of prefix, e.g. 0, 32. Defaults to 0 when unset. |