{ "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 }, "class-list":{ "type":"string", "format":"string", "minLength":1, "maxLength":127, "partition-visibility":"shared", "$ref":"/axapi/v3/class-list", "description":"Name of the class-list", "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 }, "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" } } }, "vni-list":{ "type":"array", "minItems":1, "items":{ "type":"vni" }, "uniqueItems":true, "$ref":"/axapi/v3/overlay-tunnel/vtep/{id}/remote-ipv6-address/{ipv6-address}/vni/{segment}", "array":[ { "properties":{ "segment":{ "type":"number", "format":"number", "minimum":1, "maximum":16777215, "partition-visibility":"shared", "description":"VNI configured for 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 } }, "required":[ "segment" ] } ] } }, "object-keys":[ "ipv6-address" ], "required":[ "ipv6-address" ] }