ALBIpAddrPrefix (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer IpAddrPrefix object", 
  "id": "ALBIpAddrPrefix", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "ip_addr": {
      "$ref": "ALBIpAddr, 
      "description": "Placeholder for description of property ip_addr of obj type IpAddrPrefix field type str  type ref.", 
      "required": true, 
      "title": "Ip addr"
    }, 
    "mask": {
      "description": "Number of mask.", 
      "required": true, 
      "title": "Mask", 
      "type": "integer"
    }
  }, 
  "title": "IpAddrPrefix", 
  "type": "object"
}