{ "id":"/axapi/v3/ip/nat/range-list/{name}", "type":"object", "node-type":"list", "title":"range-list", "partition-visibility":"shared", "description":"IP Source NAT Static range list", "properties":{ "name":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Name for this Static List", "optional":false }, "local-start-ipv4-addr":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "modify-not-allowed":1, "description":"Local Start IPv4 Address of this list", "optional":true }, "local-netmaskv4":{ "type":"string", "format":"ipv4-netmask", "partition-visibility":"shared", "modify-not-allowed":1, "description":"Mask for this Address range", "optional":true }, "global-start-ipv4-addr":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "modify-not-allowed":1, "description":"Global Start IPv4 Address of this list", "optional":true }, "global-netmaskv4":{ "type":"string", "format":"ipv4-netmask", "partition-visibility":"shared", "modify-not-allowed":1, "description":"Mask for this Address range", "optional":true }, "v4-count":{ "type":"number", "format":"number", "minimum":1, "maximum":200000, "partition-visibility":"shared", "modify-not-allowed":1, "description":"Number of addresses to be translated in this range", "optional":true }, "v4-acl-id":{ "type":"number", "format":"number", "minimum":1, "maximum":199, "partition-visibility":"shared", "description":"Access list ID", "optional":true }, "v4-acl-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":16, "partition-visibility":"shared", "description":"Access list name", "optional":true }, "v4-vrid":{ "type":"number", "format":"number", "minimum":1, "maximum":31, "partition-visibility":"shared", "modify-not-allowed":1, "$ref":"/axapi/v3/vrrp-a/vrid", "description":"VRRP-A vrid (Specify ha VRRP-A vrid)", "optional":true }, "local-start-ipv6-addr":{ "type":"string", "format":"ipv6-address-plen", "partition-visibility":"shared", "modify-not-allowed":1, "description":"Local Start IPv6 Address of this list", "optional":true }, "global-start-ipv6-addr":{ "type":"string", "format":"ipv6-address-plen", "partition-visibility":"shared", "modify-not-allowed":1, "description":"Global Start IPv6 Address of this list", "optional":true }, "v6-count":{ "type":"number", "format":"number", "minimum":1, "maximum":200000, "partition-visibility":"shared", "modify-not-allowed":1, "description":"Number of addresses to be translated in this range", "optional":true }, "v6-acl-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":16, "partition-visibility":"shared", "description":"Access list name", "optional":true }, "v6-vrid":{ "type":"number", "format":"number", "minimum":1, "maximum":31, "partition-visibility":"shared", "modify-not-allowed":1, "$ref":"/axapi/v3/vrrp-a/vrid", "description":"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 } }, "object-keys":[ "name" ], "required":[ "name" ] }