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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
.. _cli_security_groups:
Security Groups
===============
.. click:: SoftLayer.CLI.securitygroup.list:cli
:prog: securitygroup list
:show-nested:
.. click:: SoftLayer.CLI.securitygroup.detail:cli
:prog: securitygroup detail
:show-nested:
.. click:: SoftLayer.CLI.securitygroup.create:cli
:prog: securitygroup create
:show-nested:
.. click:: SoftLayer.CLI.securitygroup.edit:cli
:prog: securitygroup edit
:show-nested:
.. click:: SoftLayer.CLI.securitygroup.delete:cli
:prog: securitygroup delete
:show-nested:
.. click:: SoftLayer.CLI.securitygroup.rule:rule_list
:prog: securitygroup rule-list
:show-nested:
.. click:: SoftLayer.CLI.securitygroup.rule:add
:prog: securitygroup rule-add
:show-nested:
.. click:: SoftLayer.CLI.securitygroup.rule:edit
:prog: securitygroup rule-edit
:show-nested:
.. click:: SoftLayer.CLI.securitygroup.rule:remove
:prog: securitygroup rule-remove
:show-nested:
.. click:: SoftLayer.CLI.securitygroup.interface:interface_list
:prog: securitygroup interface-list
:show-nested:
.. click:: SoftLayer.CLI.securitygroup.interface:add
:prog: securitygroup interface-add
:show-nested:
.. click:: SoftLayer.CLI.securitygroup.interface:remove
:prog: securitygroup interface-remove
:show-nested:
.. click:: SoftLayer.CLI.securitygroup.event_log:get_by_request_id
:prog: securitygroup event-log
:show-nested:
|