Skip to content

Commit

Permalink
fix param actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticRyuujin committed Mar 26, 2020
1 parent dadbe1d commit 7bbb447
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fmcapi/api_objects/policy_services/accessrules.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ def source_port(self, action, name=""):
"""
Add/modify name to sourcePorts field of AccessRules object.
:param action: (str) 'add', 'remove', or 'clear'
:param action: (str) 'add', 'addgroup', 'remove', or 'clear'
:param name: (str) Name of Port in FMC.
:return: None
"""
Expand Down Expand Up @@ -579,7 +579,7 @@ def destination_port(self, action, name=""):
"""
Add/modify name to destinationPorts field of AccessRules object.
:param action: (str) 'add', 'remove', or 'clear'
:param action: (str) 'add', 'addgroup', 'remove', or 'clear'
:param name: (str) Name of Port in FMC.
:return: None
"""
Expand Down

0 comments on commit 7bbb447

Please sign in to comment.