1.0
1.0
scpcli vpc nat-gateway create
--subnet_id <value>
--publicip_id <value>
[--description <value>]
[--tags <value>]
Description
NAT Gateway를 생성한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| subnet_id required | string | Subnet CIDR | - |
| publicip_id required | string | PublicIP ID | - |
| description optional | string | NAT Gateway 상세설명 | - |
| tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | NAT Gateway 명 | |
| account_id | Account ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | NAT Gateway 상세설명 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | NAT Gateway 명 | |
| nat_gateway_ip_address | NAT Gateway IP 주소 | |
| publicip_id | PublicIP ID | |
| state | NAT Gateway 상태 | |
| subnet_cidr | Subnet Cidr | |
| subnet_id | Subnet ID | |
| subnet_name | Subnet 명 | |
| vpc_id | VPC ID | |
| vpc_name | VPC 명 |