NSX-T Data Center REST API

LbSslSniCondition (type) (Deprecated)

{
  "additionalProperties": false,
  "deprecated": true,
  "description": "This condition is used to match SSL SNI in client hello. This condition is only supported in TRANSPORT phase and HTTP_FORWARDING phase.",
  "extends": {
    "$ref": "LbRuleCondition"
  },
  "id": "LbSslSniCondition",
  "module_id": "LoadBalancer",
  "polymorphic-type-descriptor": {
    "type-identifier": "LbSslSniCondition"
  },
  "properties": {
    "case_sensitive": {
      "default": true,
      "description": "If true, case is significant when comparing SNI value.",
      "required": false,
      "title": "A case sensitive flag for SNI comparing",
      "type": "boolean"
    },
    "inverse": {
      "default": false,
      "required": false,
      "title": "A flag to indicate whether reverse the match result of this condition",
      "type": "boolean"
    },
    "match_type": {
      "$ref": "LbRuleMatchType",
      "default": "REGEX",
      "description": "Determine how a specified string value is used to match SNI.",
      "required": false,
      "title": "Match type of SNI"
    },
    "sni": {
      "description": "The SNI(Server Name indication) in client hello message.",
      "required": true,
      "title": "The server name indication",
      "type": "string"
    },
    "type": {
      "$ref": "LbRuleConditionType",
      "required": true,
      "title": "Type of load balancer rule condition"
    }
  },
  "title": "Condition to match SSL SNI in client hello",
  "type": "object"
}