---
description: "Valid CIDR Range. Format: x.x.x.x/x"
---
{{{
  partial 'parameter_base'
  default="10.1.0.0/16"
  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})"
}}}
