{ "id":"/axapi/v3/scaleout/distributed-forwarding/slb", "type":"object", "node-type":"scalar", "title":"slb", "partition-visibility":"shared", "description":"Enable Scaleout distributed-forwarding for slb", "properties":{ "slb-value":{ "type":"string", "format":"enum", "default":"disable", "partition-visibility":"shared", "description":"'enable': Enable SLB; 'disable': Disable SLB; ", "enum":[ "enable", "disable" ], "optional":true }, "tcp-threshold":{ "type":"number", "format":"number", "minimum":4, "maximum":63, "default":5, "partition-visibility":"shared", "description":"configure packet threshold value to offload TCP sessions(default 5)", "optional":true }, "udp-threshold":{ "type":"number", "format":"number", "minimum":4, "maximum":63, "default":5, "partition-visibility":"shared", "description":"configure packet threshold value to offload UDP sessions(default 5)", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }