NSX-T Data Center REST API

LbHttpRequestVersionCondition (type) (Deprecated)

{
  "additionalProperties": false,
  "deprecated": true,
  "description": "This condition is used to match the HTTP protocol version of the HTTP request messages.",
  "extends": {
    "$ref": "LbRuleCondition"
  },
  "id": "LbHttpRequestVersionCondition",
  "module_id": "LoadBalancer",
  "polymorphic-type-descriptor": {
    "type-identifier": "LbHttpRequestVersionCondition"
  },
  "properties": {
    "inverse": {
      "default": false,
      "required": false,
      "title": "A flag to indicate whether reverse the match result of this condition",
      "type": "boolean"
    },
    "type": {
      "$ref": "LbRuleConditionType",
      "required": true,
      "title": "Type of load balancer rule condition"
    },
    "version": {
      "$ref": "HttpRequestVersionType",
      "required": true,
      "title": "HTTP version"
    }
  },
  "title": "Condition to match HTTP protocol version of HTTP requests",
  "type": "object"
}