LbSslProtocolInfo (type)

{
  "additionalProperties": false, 
  "id": "LbSslProtocolInfo", 
  "module_id": "LoadBalancer", 
  "properties": {
    "is_default": {
      "required": true, 
      "title": "Default SSL protocol flag", 
      "type": "boolean"
    }, 
    "is_secure": {
      "required": true, 
      "title": "Secure/insecure SSL protocol flag", 
      "type": "boolean"
    }, 
    "protocol": {
      "$ref": "SslProtocol, 
      "required": true, 
      "title": "SSL protocol"
    }
  }, 
  "title": "SSL protocol", 
  "type": "object"
}