1.0
1.0
scpcli vpc vpc-peering-routing-rule create
--vpc_peering_id <value>
--destination_vpc_type <value>
--destination_cidr <value>
[--tags <value>]
Description
VPC Peering 규칙 생성
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| vpc_peering_id required | string | VPC Peering ID | - |
| destination_vpc_type required | string | 목적지 VPC 유형 | - |
| destination_cidr required | string | 목적지 CIDR | - |
| tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | VPC Peering 규칙 ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| destination_cidr | 목적지 CIDR | |
| destination_vpc_id | 목적지 VPC ID | |
| destination_vpc_name | 목적지 VPC 명 | |
| destination_vpc_type | 목적지 VPC 유형 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| source_vpc_id | 출발지 VPC ID | |
| source_vpc_name | 출발지 VPC 명 | |
| source_vpc_type | 출발지 VPC 유형 | |
| state | 상태 | |
| vpc_peering_id | VPC Peering ID |