Compute v2, Network v2
Create a new security group rule
os security group rule create
[--proto <proto>]
[--src-ip <ip-address> | --src-group <group>]
[--dst-port <port-range>]
<group>
IP protocol (icmp, tcp, udp; default: tcp)
Source IP address block (may use CIDR notation; default: 0.0.0.0/0)
Source security group (ID only)
Destination port, may be a range: 137:139 (default: 0; only required for proto tcp and udp)
Create rule in this security group (name or ID)
Delete a security group rule
os security group rule delete
<rule>
Security group rule to delete (ID only)
List security group rules
os security group rule list
[<group>]
List all rules in this security group (name or ID)
Display security group rule details
os security group rule show
<rule>
Security group rule to display (ID only)