NamespacesInstancesIpv4Cidr
The specification for representing CIDR notation of IP range.
Properties
string
address
Required
The IPv4 address.
integer as int64
prefix
Required
The CIDR prefix.
JSON Example
{
"address": "string",
"prefix": 0
}