Skip to content

Commit

Permalink
Addressed review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
anagha-infoblox committed Oct 7, 2021
1 parent 5432345 commit 1da9cf9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@
description: The list of field names to return for the specified object.
type: list
filter:
description: A dict object that is used to filter the return objects.
description:
- The name of the network object to be returned from the Infoblox appliance.
type: dict
extattrs:
description: A dict object that is used to filter on extattrs.
description: A dict object that is used to filter based on extattrs.

This comment has been minimized.

Copy link
@krisvasudevan

krisvasudevan Oct 7, 2021

extensible attributes

type: dict
'''

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
options:
_terms:
description: The CIDR network to retrieve the next addresses from.
description: The CIDR network to retrieve the next address(es) from.
required: True
type: str
num:
description: The number of IP addresses to return.
description: The number of IP address(es) to return.
required: false
default: 1
type: int
Expand Down

0 comments on commit 1da9cf9

Please sign in to comment.