Skip to content

Commit

Permalink
Merge pull request #136 from joabda/master
Browse files Browse the repository at this point in the history
Adding missing documentation parameters
  • Loading branch information
omehrabi authored Nov 14, 2023
2 parents 177526b + 34c3f94 commit c4c857e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/sdk-pkg/src/genie/libs/sdk/apis/iosxe/dhcp/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ def create_dhcp_pool(
network ('str'): IP of the network pool
mask ('str'): Subnet mask of the network pool
router_id ('str'): Default router ID
lease_days ('str'): Number of days for the lease
lease_hrs ('str'): Number of hours for the lease
lease_mins ('str'): Number of minutes for the lease
Returns:
None
Raises:
Expand Down

0 comments on commit c4c857e

Please sign in to comment.