{ "id":"/axapi/v3/overlay-tunnel/vtep/{id}/remote-ipv6-address/{ipv6-address}", "type":"object", "node-type":"list", "title":"remote-ipv6-address", "partition-visibility":"shared", "description":"Configure remote tunnel end point parameters", "properties":{ "ipv6-address":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"IPv6 Address of the remote VTEP", "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 }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true }, "use-lif":{ "type":"object", "$ref":"/axapi/v3/overlay-tunnel/vtep/{id}/remote-ipv6-address/{ipv6-address}/use-lif", "properties":{ "partition":{ "type":"string", "format":"string", "minLength":1, "maxLength":127, "partition-visibility":"shared", "$ref":"/axapi/v3/partition", "description":"Name of the Partition with the L2 segment being extended (Name of the User Partition with the L2 segment being extended)" }, "lif":{ "type":"string", "format":"string", "minLength":1, "maxLength":15, "partition-visibility":"shared", "description":"Logical interface (logical interface name)" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } }, "object-keys":[ "ipv6-address" ], "required":[ "ipv6-address" ] }