NSX-T Data Center REST API
ALBAppLearningConfidenceOverride (type)
{
"additionalProperties": false,
"description": "Advanced load balancer AppLearningConfidenceOverride object",
"id": "ALBAppLearningConfidenceOverride",
"module_id": "PolicyAdvancedLoadBalancer",
"properties": {
"confid_high_value": {
"default": 9500,
"description": "Confidence threshold for label CONFIDENCE_HIGH. Default value when not specified in API or module is interpreted by ALB Controller as 9500.",
"required": false,
"title": "Confid high value",
"type": "integer"
},
"confid_low_value": {
"default": 7500,
"description": "Confidence threshold for label CONFIDENCE_LOW. Default value when not specified in API or module is interpreted by ALB Controller as 7500.",
"required": false,
"title": "Confid low value",
"type": "integer"
},
"confid_probable_value": {
"default": 9000,
"description": "Confidence threshold for label CONFIDENCE_PROBABLE. Default value when not specified in API or module is interpreted by ALB Controller as 9000.",
"required": false,
"title": "Confid probable value",
"type": "integer"
},
"confid_very_high_value": {
"default": 9999,
"description": "Confidence threshold for label CONFIDENCE_VERY_HIGH. Default value when not specified in API or module is interpreted by ALB Controller as 9999.",
"required": false,
"title": "Confid very high value",
"type": "integer"
}
},
"title": "AppLearningConfidenceOverride",
"type": "object"
}