ALBDiscoveredNetwork (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer DiscoveredNetwork object", 
  "id": "ALBDiscoveredNetwork", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "network_path": {
      "description": "Discovered network for this IP. It is a reference to an object of type Network.", 
      "required": true, 
      "title": "Network path", 
      "type": "string"
    }, 
    "subnet": {
      "description": "Discovered subnet for this IP.", 
      "items": {
        "$ref": "ALBIpAddrPrefix
      }, 
      "required": false, 
      "title": "Subnet", 
      "type": "array"
    }, 
    "subnet6": {
      "description": "Discovered IPv6 subnet for this IP.", 
      "items": {
        "$ref": "ALBIpAddrPrefix
      }, 
      "required": false, 
      "title": "Subnet6", 
      "type": "array"
    }
  }, 
  "title": "DiscoveredNetwork", 
  "type": "object"
}