vcenter namespace management: ipv4 cidr
The
ipv4_cidr
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.Representation:
{
"address" : "string",
"prefix" : 1
}
"address" : "string",
"prefix" : 1
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
address | string | The IPv4 address. |
prefix | long | The CIDR prefix. |