Skip to content

Commit

Permalink
Adding missing documentation parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
joabda committed Oct 5, 2023
1 parent 2555acd commit 1b99eec
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 1b99eec

Please sign in to comment.