{ "id":"/axapi/v3/cgnv6/scaleout/nat-ip-hashing-scheme", "type":"object", "node-type":"scalar", "title":"nat-ip-hashing-scheme", "partition-visibility":"shared", "auto-created-object":1, "description":"Configure Scaleout NAT IP Hashing scheme", "properties":{ "hashing-type":{ "type":"string", "format":"enum", "default":"route-aggregation", "partition-visibility":"shared", "description":"'route-aggregation': Chunk contiguous NAT IPs for route aggregation(default); 'mod-user-groups': Hash NAT IPs by taking mod of user-groups; ", "enum":[ "route-aggregation", "mod-user-groups" ], "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 } } }