SecurityGroupRule
SecurityGroupRule
| Name | Description | Schema | Default |
|---|---|---|---|
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| description required | Security Group Rule 설명 Example : | any of [string, null] | |
| direction required | Security Group Rule 방향 (Ingress, Egress) Example : ingress | enum (ingress, egress) | |
| ethertype optional | Security Group Rule Ethertype (IPV4, IPV6) Example : IPv4 | any of [string, null] | IPv4 |
| id required | Security Group Rule ID Example : | string | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| port_range_max required | Security Group Rule 포트 범위 최대값 Example : | any of [integer, null] | |
| port_range_min required | Security Group Rule 포트 범위 최소값 Example : | any of [integer, null] | |
| protocol required | Security Group Rule 프로토콜 Example : | any of [string, null] | |
| remote_group_id required | Security Group Rule 원격 그룹 ID Example : | any of [string, null] | |
| remote_group_name optional | Security Group Rule 원격 그룹 이름 Example : | any of [string, null] | |
| remote_ip_prefix required | Security Group Rule IP 주소 Example : | any of [string, null] | |
| security_group_id required | Security Group ID Example : | string |