icc subnet show¶
必須パラメーター¶
パラメーター名 | データ形式 | デフォルト値 | パラメーター説明 |
---|---|---|---|
tenant_connection_request_id |
uuid | なし | テナント間接続リクエストID |
subnet_id |
uuid | なし | サブネットID |
コマンド使用例¶
$ ecl icc subnet show 8d2202e8-d0c4-11ec-a82d-525400060500 336c5faf-d853-4e35-bc61-913fb91e2df1
+-------------------+------------------------------------------------------+
| Field | Value |
+-------------------+------------------------------------------------------+
| allocation_pools | [{'end': '192.168.32.254', 'start': '192.168.32.2'}] |
| cidr | 192.168.32.0/24 |
| description | |
| dns_nameservers | ['0.0.0.0'] |
| enable_dhcp | True |
| gateway_ip | None |
| host_routes | [] |
| id | 336c5faf-d853-4e35-bc61-913fb91e2df1 |
| ip_version | 4 |
| ipv6_address_mode | None |
| ipv6_ra_mode | None |
| name | rtl2-LB5_TC-SN |
| network_id | 0657df23-dcf6-40e0-af93-47a5a2341f1d |
| ntp_servers | [] |
| status | ACTIVE |
| tags | {} |
| tenant_id | 0d45fa7fe6e047f7818090307e126477 |
+-------------------+------------------------------------------------------+