1.0
1.0
scpcli vpc transit-gateway-rule list
--transit_gateway_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--tgw_connection_vpc_id <value>]
[--tgw_connection_vpc_name <value>]
[--source_type <value>]
[--destination_type <value>]
[--destination_cidr <value>]
[--state <value>]
Description
Transit Gateway 규칙 목록 조회
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| transit_gateway_id required | string | Transit Gateway ID | - |
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| id optional | string | Routing Rule ID | - |
| tgw_connection_vpc_id optional | string | Transit Gateway에 연결된 VPC ID. | - |
| tgw_connection_vpc_name optional | string | Transit Gateway에 연결된 VPC명. | - |
| source_type optional | **** | 출발지 타입 | - |
| destination_type optional | **** | 목적지 타입 | - |
| destination_cidr optional | string | 목적지 CIDR | - |
| state optional | **** | 상태 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | Routing Rule ID | |
| account_id | Account ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | |
| destination_cidr | 목적지 CIDR | |
| destination_resource_id | 목적지 자원 ID | |
| destination_resource_name | 목적지 자원명 | |
| destination_type | 목적지 타입 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| source_resource_id | 출발지 자원 ID | |
| source_resource_name | 출발지 자원명 | |
| source_type | 출발지 타입 | |
| state | 상태 | |
| tgw_connection_vpc_id | Transit Gateway에 연결된 VPC ID. | |
| tgw_connection_vpc_name | Transit Gateway에 연결된 VPC명. |