1.0
1.0
scpcli vpc transit-gateway-uplink-rule create
--transit_gateway_id <value>
--destination_type <value>
--destination_cidr <value>
[--description <value>]
Description
Transit Gateway Uplink 규칙 생성
상태 ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| transit_gateway_id required | string | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
| destination_type required | string | 목적지 타입 | ON_PREMISE |
| destination_cidr required | string | 목적지 CIDR | 192.167.5.0/24 |
| description optional | string | 설명 | Routing Rule Description |
Responses
| Name | Description | Example |
|---|---|---|
| id | Routing Rule ID | 43772aff4539403d9ba74bf1fdaa00c8 |
| description | 설명 | Routing Rule Description |
| destination_cidr | 목적지 CIDR | 192.167.5.0/24 |
| destination_type | 목적지 타입 | ON_PREMISE |
| state | 상태 | ACTIVE |