{ "id":"/axapi/v3/cgnv6/lsn/port-overloading/global", "type":"object", "node-type":"scalar", "title":"global", "partition-visibility":"shared", "auto-created-object":1, "description":"Configure Port-Overloading Behavior", "properties":{ "allow-different-user":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Allow different users to overload the same port (default: disabled)", "optional":true }, "unique":{ "type":"string", "format":"enum", "default":"destination-address-and-port", "partition-visibility":"shared", "description":"'destination-address': Allow overloading when the destination addresses is unique; 'destination-address-and-port': Allow overloading when the destination address and port 2-tuple is unique (default); ", "enum":[ "destination-address", "destination-address-and-port" ], "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 } } }