SecurityGroupRuleCreateRequest
SecurityGroupRuleCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | Security Group Rule Description Example : | any of [string, null] | |
| direction required | Security Group Rule Direction (Ingress, Egress) Example : | string | |
| ethertype optional | Security Group Rule Ethertype (IPV4, IPV6) Example : IPv4 | any of [string, null] | IPv4 |
| port_range_max optional | Security Group Rule Port Range Max Example : | any of [integer, null] | |
| port_range_min optional | Security Group Rule Port Range Min Example : | any of [integer, null] | |
| protocol optional | Security Group Rule Protocol Example : | any of [string, null] | |
| remote_group_id optional | Security Group Rule Remote Group ID Example : | any of [string, null] | |
| remote_ip_prefix optional | Security Group Rule Remote IP Address Example : | any of [string, null] | |
| security_group_id required | Security Group ID Example : | string |