Publicip
Publicip
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : f1e6c81a2b054582878cb9724dc2ce9f | string | |
| attached_resource_id optional | PublicIP 연결된 자원 ID Example : 37e6db41f5124184a43251a63124cdc9 | any of [string, null] | |
| attached_resource_name optional | PublicIP 연결된 자원명 Example : Attached NAT Gateway Name | any of [string, null] | |
| attached_resource_type optional | PublicIP 연결된 자원 타입 Example : NAT_GW | any of [enum (VM, ALB, LB, BM, DB, NAT_GW, GPU_NODE, VPN, GPU_SERVER, EPAS, POSTGRESQL, MARIADB, SQLSERVER, CACHESTORE, SCALABLEDB, EVENTSTREAMS, SEARCHENGINE, VERTICA, SUBNET), null] | |
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| description optional | PublicIP 상세 설명 Example : Public IP Description | any of [string, null] | |
| id required | PublicIP ID Example : 12f56e27070248a6a240a497e43fbe18 | string | |
| ip_address required | IP 주소 Example : 192.167.0.5 | string | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| state required | PublicIP 상태 Example : ATTACHED | enum (RESERVED, ATTACHED, DELETED) | |
| type required | PublicIP 타입 Example : IGW | enum (IGW, GGW, SIGW) |