---
  description: "Valid CIDR Range. Format: x.x.x.x/x"
---
{{
   parameter 'base'
   type="String"
   minLength=9
   maxLength=18
   constraintDescription="must be a valid CIDR range formatted as x.x.x.x/x"
   allowedPattern="(\\d{1,3})\\.(\\d{1,3})\\.(\\d{1,3})\\.(\\d{1,3})/(\\d{1,2})"
}}
