Publicip
Publicip
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : | string | |
| attached_resource_id optional | PublicIP 연결된 자원 ID Example : | any of [string, null] | |
| attached_resource_name optional | PublicIP 연결된 자원명 Example : | any of [string, null] | |
| attached_resource_type optional | PublicIP 연결된 자원 타입 Example : VM | any of [enum (VM, ALB, LB, BM, DB, NAT_GW, GPU_NODE, VPN), null] | |
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| description optional | PublicIP 상세 설명 Example : | any of [string, null] | |
| id required | PublicIP ID Example : | string | |
| ip_address required | IP 주소 Example : | string | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| state required | PublicIP 상태 Example : RESERVED | enum (RESERVED, ATTACHED, DELETED) | |
| type required | PublicIP 타입 Example : IGW | enum (IGW, GGW, SIGW) |