{ "id":"/axapi/v3/cgnv6/scaleout", "type":"object", "node-type":"intermediate", "title":"scaleout", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "description":"CGN Scaleout configuration", "properties":{ "nat-ip-hashing-scheme":{ "type":"object", "$ref":"/axapi/v3/cgnv6/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" ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "address-mapping":{ "type":"object", "$ref":"/axapi/v3/cgnv6/scaleout/address-mapping", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }