{ "id":"/axapi/v3/ipv6/nat", "type":"object", "node-type":"intermediate", "title":"nat", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "description":"Configure IPv6 NAT", "properties":{ "pool-list":{ "type":"array", "minItems":1, "items":{ "type":"pool" }, "uniqueItems":true, "$ref":"/axapi/v3/ipv6/nat/pool/{pool-name}", "array":[ { "properties":{ "pool-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify pool name", "optional":false }, "start-address":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "modify-not-allowed":1, "description":"Configure start IP address of NAT pool", "optional":true }, "end-address":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "modify-not-allowed":1, "description":"Configure end IP address of NAT pool", "optional":true }, "netmask":{ "type":"number", "format":"number", "minimum":64, "maximum":128, "partition-visibility":"shared", "modify-not-allowed":1, "description":"Configure mask for pool", "optional":true }, "gateway":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "modify-not-allowed":1, "description":"Configure gateway IP", "optional":true }, "vrid":{ "type":"number", "format":"number", "minimum":1, "maximum":31, "partition-visibility":"shared", "modify-not-allowed":1, "description":"Specify VRRP-A vrid (Specify ha VRRP-A vrid)", "optional":true }, "scaleout-device-id":{ "type":"number", "format":"number", "minimum":1, "maximum":16, "partition-visibility":"shared", "modify-not-allowed":1, "description":"Configure Scaleout device id to which this NAT pool is to be bound (Specify Scaleout device id)", "optional":true }, "ip-rr":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "modify-not-allowed":1, "description":"Use IP address round-robin behavior", "optional":true }, "port-overload":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Nat Pool Port overload", "optional":true }, "chunk-sharing":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "modify-not-allowed":1, "description":"Share NAT pool chunk across CPUs", "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 }, "sampling-enable":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "counters1":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'all': all; 'Port-Usage': Port-Usage; 'Total-Used': Total-Used; 'Total-Freed': Total-Freed; 'Failed': Failed; ", "enum":[ "all", "Port-Usage", "Total-Used", "Total-Freed", "Failed" ] } } } ] } }, "required":[ "pool-name" ] } ] }, "pool-group-list":{ "type":"array", "minItems":1, "items":{ "type":"pool-group" }, "uniqueItems":true, "$ref":"/axapi/v3/ipv6/nat/pool-group/{pool-group-name}", "array":[ { "properties":{ "pool-group-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify pool group name", "optional":false }, "vrid":{ "type":"number", "format":"number", "minimum":1, "maximum":31, "partition-visibility":"shared", "modify-not-allowed":1, "description":"Specify VRRP-A vrid (Specify ha VRRP-A vrid)", "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 }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true }, "sampling-enable":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "counters1":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'all': all; 'Failed': Failed; ", "enum":[ "all", "Failed" ] } } } ] }, "member-list":{ "type":"array", "minItems":1, "items":{ "type":"member" }, "uniqueItems":true, "$ref":"/axapi/v3/ipv6/nat/pool-group/{pool-group-name}/member/{pool-name}", "array":[ { "properties":{ "pool-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify NAT pool name", "optional":false }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "required":[ "pool-name" ] } ] } }, "required":[ "pool-group-name" ] } ] }, "inside":{ "type":"object", "$ref":"/axapi/v3/ipv6/nat/inside", "properties":{ "source":{ "type":"object", "$ref":"/axapi/v3/ipv6/nat/inside/source", "properties":{ "list-list":{ "type":"array", "minItems":1, "items":{ "type":"list" }, "uniqueItems":true, "$ref":"/axapi/v3/ipv6/nat/inside/source/list/{list-name}", "array":[ { "properties":{ "list-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":16, "partition-visibility":"shared", "$ref":"/axapi/v3/ipv6/access-list", "description":"IPv6 access-list name", "optional":false }, "pool":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/ipv6/nat/pool-group", "description":"IPv6 NAT Pool (Pool Name)", "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 } }, "required":[ "list-name" ] } ] } } } } }, "icmpv6":{ "type":"object", "$ref":"/axapi/v3/ipv6/nat/icmpv6", "properties":{ "respond-to-ping":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Respond to ICMPv6 echo requests to NAT pool IPs (default: disabled)" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }