-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix and improve docs for new protocol implementation
- Loading branch information
1 parent
a4fc9fb
commit cc64777
Showing
21 changed files
with
307 additions
and
518 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
Enums | ||
----- | ||
|
||
python-gvm provides a number of enums that are used to specify values in the | ||
GMP protocol. The following enums are available: | ||
|
||
.. autoclass:: gvm.protocols.gmp.requests.AlertCondition | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: gvm.protocols.gmp.requests.AlertEvent | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: gvm.protocols.gmp.requests.AlertMethod | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: gvm.protocols.gmp.requests.AliveTest | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: gvm.protocols.gmp.requests.CredentialFormat | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: gvm.protocols.gmp.requests.CredentialType | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: gvm.protocols.gmp.requests.EntityType | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: gvm.protocols.gmp.requests.FeedType | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: gvm.protocols.gmp.requests.FilterType | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: gvm.protocols.gmp.requests.HostsOrdering | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: gvm.protocols.gmp.requests.HelpFormat | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: gvm.protocols.gmp.requests.InfoType | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: gvm.protocols.gmp.requests.PermissionSubjectType | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: gvm.protocols.gmp.requests.PortRangeType | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: gvm.protocols.gmp.requests.ReportFormatType | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: gvm.protocols.gmp.requests.ResourceType | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: gvm.protocols.gmp.requests.ScannerType | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: gvm.protocols.gmp.requests.SnmpAuthAlgorithm | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: gvm.protocols.gmp.requests.SnmpPrivacyAlgorithm | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: gvm.protocols.gmp.requests.TicketStatus | ||
:members: | ||
:undoc-members: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
.. _gmp: | ||
|
||
.. avoid TOCtree warning by marking this file as orphan | ||
:orphan: | ||
|
||
GMP | ||
^^^ | ||
.. automodule:: gvm.protocols.gmp | ||
|
||
Protocol | ||
-------- | ||
|
||
.. autoclass:: Gmp | ||
.. autoclass:: GMP | ||
:members: | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
gmpv224 | ||
gmpv225 | ||
enums |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.