ALBHTTPPolicies (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer HTTPPolicies object", 
  "id": "ALBHTTPPolicies", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "http_policy_set_path": {
      "description": "path of the virtual service HTTP policy collection. It is a reference to an object of type HTTPPolicySet.", 
      "required": true, 
      "title": "Http policy set path", 
      "type": "string", 
      "x-vmw-cross-reference": [
        {
          "leftType": [
            "ALBVirtualService"
          ], 
          "relationshipType": "ALB_VIRTUALSERVICE_ALB_HTTPPOLICYSET_RELATIONSHIP", 
          "rightType": [
            "ALBHTTPPolicySet"
          ]
        }
      ]
    }, 
    "index": {
      "description": "Index of the virtual service HTTP policy collection.", 
      "required": true, 
      "title": "Index", 
      "type": "integer"
    }
  }, 
  "title": "HTTPPolicies", 
  "type": "object"
}