{ "id":"/axapi/v3/cgnv6/lsn/tcp", "type":"object", "node-type":"intermediate", "title":"tcp", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "description":"LSN TCP parameters", "properties":{ "mss-clamp":{ "type":"object", "$ref":"/axapi/v3/cgnv6/lsn/tcp/mss-clamp", "properties":{ "mss-clamp-type":{ "type":"string", "format":"enum", "default":"none", "partition-visibility":"shared", "description":"'fixed': Specify a fixed max value for the TCP MSS; 'subtract': Specify the value to subtract from the TCP MSS; 'none': No TCP MSS clamping (default); ", "enum":[ "fixed", "subtract", "none" ] }, "mss-value":{ "type":"number", "format":"number", "minimum":0, "maximum":1460, "partition-visibility":"shared", "description":"The max value allowed for the TCP MSS (default: not configured)}," }, "mss-subtract":{ "type":"number", "format":"number", "minimum":0, "maximum":1460, "partition-visibility":"shared", "description":"Specify the value to subtract from the TCP MSS (default: not configured)" }, "min":{ "type":"number", "format":"number", "minimum":0, "maximum":1460, "default":456, "partition-visibility":"shared", "description":"Specify the min value allowed for the TCP MSS (Specify the min value allowed for the TCP MSS (default: ((576 - 60 - 60))))" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "reset-on-error":{ "type":"object", "$ref":"/axapi/v3/cgnv6/lsn/tcp/reset-on-error", "properties":{ "outbound":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'disable': Disable send TCP reset on error; ", "enum":[ "disable" ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }