File: dns.rst

package info (click to toggle)
python-softlayer 6.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,100 kB
  • sloc: python: 53,771; makefile: 289; sh: 57
file content (41 lines) | stat: -rw-r--r-- 855 bytes parent folder | download | duplicates (3)
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
.. _cli_dns:

DNS Management
==============


.. click:: SoftLayer.CLI.dns.zone_import:cli
    :prog: dns import
    :show-nested:

.. click:: SoftLayer.CLI.dns.record_add:cli
    :prog: dns record-add
    :show-nested:

.. click:: SoftLayer.CLI.dns.record_edit:cli
    :prog: dns record-edit
    :show-nested:

.. click:: SoftLayer.CLI.dns.record_list:cli
    :prog: dns record-list
    :show-nested:

.. click:: SoftLayer.CLI.dns.record_remove:cli
    :prog: dns record-remove
    :show-nested:

.. click:: SoftLayer.CLI.dns.zone_create:cli
    :prog: dns zone-create
    :show-nested:

.. click:: SoftLayer.CLI.dns.zone_delete:cli
    :prog: dns zone-delete
    :show-nested:

.. click:: SoftLayer.CLI.dns.zone_list:cli
    :prog: dns zone-list
    :show-nested:

.. click:: SoftLayer.CLI.dns.zone_print:cli
    :prog: dns zone-print
    :show-nested: