ucloud_common/ucloud-ipv6-networks.dot

10 lines
263 B
Text
Raw Normal View History

2019-07-30 12:45:14 +00:00
digraph G {
ucloud_api [shape=box];
ucloud_router [shape=box];
ucloud_nat64 [shape=box];
ucloud_api -> REQUEST_SLASH_64 [label="Requested by user" style="dotted"];
ucloud_router -> HAS_SLASH_64 [label="Requested by user" style="dotted"];
}