summaryrefslogtreecommitdiff
path: root/doc/source/cli/command-objects/security-group.rst
blob: 4edc199547f9143680cb992444dd86f12200c418 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
==============
security group
==============

A **security group** acts as a virtual firewall for servers and other
resources on a network. It is a container for security group rules
which specify the network access rules.

Compute v2, Network v2

.. NOTE(efried): have to list these out one by one; 'security group *' pulls in
                 ... rule *.

.. autoprogram-cliff:: openstack.network.v2
   :command: security group create

.. autoprogram-cliff:: openstack.network.v2
   :command: security group delete

.. autoprogram-cliff:: openstack.network.v2
   :command: security group list

.. autoprogram-cliff:: openstack.network.v2
   :command: security group set

.. autoprogram-cliff:: openstack.network.v2
   :command: security group show

.. autoprogram-cliff:: openstack.network.v2
   :command: security group unset