icc tenant-connection create¶
必須パラメーター¶
パラメーター名 | データ形式 | デフォルト値 | パラメーター説明 |
---|---|---|---|
--tenant-connection-request-id |
uuid | なし | テナント間接続リクエストID |
--device-type |
string | なし | デバイスタイプ
以下のいずれかを指定します
ECL::Compute::Server - 仮想サーバー
ECL::Baremetal::Server - ベアメタルサーバー
ECL::VirtualNetworkAppliance::VSRX - ファイアウォール(vSRX)
|
--device-id |
uuid | なし | デバイスID |
任意パラメーター¶
パラメーター名 | データ形式 | デフォルト値 | パラメーター説明 |
---|---|---|---|
--device-interface-id |
uuid | なし | デバイスインターフェイスID
デバイスタイプがベアメタルサーバー、ファイアウォール(vSRX)のとき指定します
|
--name |
string | なし | テナント間接続リソースの名前 |
--description |
string | なし | 説明 |
--tags |
key=value | なし | タグ
キーと値をイコール区切りで指定します
このオプションは複数指定できます
|
--segmentation-type |
string | なし | セグメント種別
デバイスタイプがベアメタルサーバーのとき指定します
"flat"あるいは"vlan"を指定します
|
--segmentation-id |
uuid | なし | セグメントID
デバイスタイプがベアメタルサーバーのとき指定します
|
--fixed-ip |
subnet_id,ipv4|ipv4 | なし | 固定IPアドレス
デバイスタイプが仮想サーバー、ベアメタルサーバーのとき指定します
サブネットIDとIPv4アドレスをカンマ区切りで、あるいはIPv4アドレスのみ指定します
このオプションは複数指定できます
|
コマンド使用例¶
$ ecl icc tenant-connection create --name TCR_IF-13058 --tenant-connection-request-id 8d2202e8-d0c4-11ec-a82d-525400060500 --device-type ECL::Compute::Server --device-id 34db2475-1210-4d1c-957a-2c98ef2cedb7
+------------------------------+--------------------------------------+
| Field | Value |
+------------------------------+--------------------------------------+
| description | |
| description_other | |
| device_id | 34db2475-1210-4d1c-957a-2c98ef2cedb7 |
| device_interface_id | |
| device_type | ECL::Compute::Server |
| id | 5d0c8dea-65ae-11ef-ae29-de41b04a07e1 |
| name | TCR_IF-13058 |
| name_other | |
| network_id | 0657df23-dcf6-40e0-af93-47a5a2341f1d |
| port_id | |
| status | creating |
| tags | |
| tags_other | |
| tenant_connection_request_id | 8d2202e8-d0c4-11ec-a82d-525400060500 |
| tenant_id | 190b7f1906db427f89db16e4c7c05fbf |
| tenant_id_other | 0d45fa7fe6e047f7818090307e126477 |
+------------------------------+--------------------------------------+