NamespaceManagementIpv4Cidr
The Ipv4Cidr structure contains the specification for representing CIDR notation of IP range. For example, this can be used to represent 256 IP addresses using 10.10.10.0/24.
Properties
string
address
Required
The IPv4 address.
integer as int64
prefix
Required
The CIDR prefix.
JSON Example
{
"address": "string",
"prefix": 0
}