10 lines
263 B
Text
10 lines
263 B
Text
|
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"];
|
||
|
|
||
|
}
|