{ "id":"/axapi/v3/vpn/ipsec/{name}/bind-tunnel", "type":"object", "node-type":"scalar", "title":"bind-tunnel", "partition-visibility":"shared", "description":"Binds tunnel interface to the IPsec connection", "properties":{ "tunnel":{ "type":"number", "format":"number", "minimum":1, "maximum":128, "partition-visibility":"shared", "$ref":"/axapi/v3/interface/tunnel", "description":"Tunnel interface index", "optional":true }, "next-hop":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "not":"next-hop-v6", "description":"IPsec Next Hop IP Address", "optional":true }, "next-hop-v6":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "not":"next-hop", "description":"IPsec Next Hop IPv6 Address", "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 } } }