Security Group Rule
Security Group rule
Properties
| Property | Type | Required | Description |
|---|---|---|---|
description | string | no | Security Group rule description Max length: 255. |
end-port | integer | no | End port of the range Min: 1. Max: 65535. |
flow-direction | string | no | Network flow direction to match Allowed values: ingress, egress. |
icmp | ICMP | no | ICMP details |
id | string | no | Security Group rule ID Must be a valid UUID. |
network | string | no | CIDR-formatted network allowed |
protocol | string | no | Network protocol Allowed values: tcp, esp, icmp, udp, gre, ah, ipip, icmpv6. |
security-group | Security Group | no | Security Group allowed |
start-port | integer | no | Start port of the range Min: 1. Max: 65535. |
ICMP
ICMP details
| Property | Type | Required | Description |
|---|---|---|---|
code | integer | no | Min: -1. Max: 254. |
type | integer | no | Min: -1. Max: 254. |
Last updated on