{ "id":"/axapi/v3/cgnv6/nat46-stateless/static-dest-mapping/{v4-address}+{v6-address}", "type":"object", "node-type":"list", "title":"static-dest-mapping", "partition-visibility":"shared", "description":"Stateless NAT46 mapping (IPv4 <-> IPv6)", "properties":{ "v4-address":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"IPv4 address", "optional":false }, "v6-address":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"IPv6 address", "optional":false }, "count":{ "type":"number", "format":"number", "platform-specific-range":1, "platform-specific-default":1, "partition-visibility":"shared", "modify-not-allowed":1, "description":"Set number of consecutive mappings (Number of mappings)", "optional":true }, "vrid":{ "type":"number", "format":"number", "minimum":1, "maximum":31, "partition-visibility":"shared", "modify-not-allowed":1, "description":"VRRP-A vrid (Specify ha VRRP-A vrid)", "optional":true }, "shared":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "modify-not-allowed":1, "description":"Share/Expose this mapping with other partitions", "optional":true }, "to-shared":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"private", "modify-not-allowed":1, "description":"Send NATed traffic through shared partition", "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":[ "v4-address", "v6-address" ], "required":[ "v4-address", "v6-address" ] }