トンネルは、トンネル構成を指定します。
データ構造
message Tunnel {
required string table_name = 1;
required string tunnel_name = 3;
required TunnelType tunnel_type = 4;
optional StreamTunnelConfig StreamTunnelConfig = 5;
}
パラメーター | 型 | 必須 | 説明 |
table_name | string | はい | テーブルの名前。 |
tunnel_name | string | はい | トンネルの名前。 |
tunnel_type | はい | トンネルのタイプ。 | |
StreamTunnelConfig | いいえ | トンネルのストリーム構成。 |