id |
uuid-str |
generated |
UUID for the security group rule. |
security_group_id |
uuid-str or Integer |
allocated by Networking |
The security group to associate rule with. |
direction |
String |
N/A |
The direction the traffic is allow (ingress/egress) from a VM. |
protocol |
String |
None |
IP Protocol (icmp, tcp, udp, and so on). |
port_range_min |
Integer |
None |
Port at start of range |
port_range_max |
Integer |
None |
Port at end of range |
ethertype |
String |
None |
ethertype in L2 packet (IPv4, IPv6, and so on) |
remote_ip_prefix |
string (IP cidr) |
None |
CIDR for address range |
remote_group_id |
uuid-str or Integer |
allocated by Networking or Compute |
Source security group to apply to rule. |
tenant_id |
uuid-str |
N/A |
Owner of the security group rule. Only admin users can specify a
tenant_id other than its own. |