{ "id":"/axapi/v3/sys-ut/state/{name}/next-state/{name}/case/{case-number}/action/{direction}/l3/ip/{src-dst}", "type":"object", "node-type":"list", "title":"ip", "partition-visibility":"shared", "description":"IP address", "properties":{ "src-dst":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'dest': dest; 'src': src; ", "enum":[ "dest", "src" ], "optional":false }, "ipv4-address":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"IP address", "optional":true }, "ipv6-address":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"Ipv6 address", "optional":true }, "virtual-server":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "$ref":"/axapi/v3/slb/virtual-server", "description":"vip", "optional":true }, "nat-pool":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Nat pool", "optional":true }, "ethernet":{ "type":"number", "format":"interface", "partition-visibility":"shared", "$ref":"/axapi/v3/interface/ethernet", "description":"Ethernet interface", "optional":true }, "ve":{ "type":"number", "format":"interface", "partition-visibility":"shared", "$ref":"/axapi/v3/interface/ve", "description":"Virtual Ethernet interface", "optional":true }, "trunk":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Trunk number", "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":[ "src-dst" ], "required":[ "src-dst" ] }