ALBVipPlacementNetwork (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer VipPlacementNetwork object", 
  "id": "ALBVipPlacementNetwork", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "network_path": {
      "description": "Network to use for vip placement. It is a reference to an object of type Network.", 
      "required": false, 
      "title": "Network path", 
      "type": "string"
    }, 
    "subnet": {
      "$ref": "ALBIpAddrPrefix, 
      "description": "IPv4 Subnet to use for vip placement.", 
      "required": false, 
      "title": "Subnet"
    }, 
    "subnet6": {
      "$ref": "ALBIpAddrPrefix, 
      "description": "IPv6 subnet to use for vip placement.", 
      "required": false, 
      "title": "Subnet6"
    }
  }, 
  "title": "VipPlacementNetwork", 
  "type": "object"
}