{ "id":"/axapi/v3/cgnv6/lsn/tcp/mss-clamp", "type":"object", "node-type":"scalar", "title":"mss-clamp", "partition-visibility":"shared", "auto-created-object":1, "description":"LSN TCP MSS Clamping", "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" ], "optional":true }, "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)},", "optional":true }, "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)", "optional":true }, "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))))", "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 } } }