1.0
1.0
scpcli vpc public-ip create
--type <value>
[--description <value>]
[--tags <value>]
Description
PublicIP를 생성한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| type required | string | PublicIP 타입 | - |
| description optional | string | PublicIP 상세 설명 | - |
| tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | PublicIP ID | |
| account_id | Account ID | |
| attached_resource_id | PublicIP 연결된 자원 ID | |
| attached_resource_name | PublicIP 연결된 자원명 | |
| attached_resource_type | PublicIP 연결된 자원 타입 | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | PublicIP 상세 설명 | |
| ip_address | IP 주소 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| state | PublicIP 상태 | |
| type | PublicIP 타입 |