derivedDataType Ip4Prefix

The Ip4Prefix type represents an IPv4 address prefix.
The prefix length is given by the number following the slash character and must be less than or equal to 32.

A prefix length value of n corresponds to an IP address mask which has n contiguous 1-bits from the most significant bit (MSB) and all other bits set to 0.

The IPv4 address represented in dotted quad notation should have all bits that do not belong to the prefix set to zero.

<defaultValue>0.0.0.0/0</defaultValue>


stringIp4Prefix

Valid values: (([0-1]?[0-9]?[0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-1]?[0-9]?[0-9]|2[0-4][0-9]|25[0-5])/(3[0-2]|[0-2]?[0-9])
  derivedDataType Ip4Prefix