Skip to content

Commit

Permalink
Merge pull request #170 from itdependsnetworks/comment_add
Browse files Browse the repository at this point in the history
Add comment to Network Class
  • Loading branch information
yuewko authored Aug 31, 2017
2 parents ad72421 + 8c7119a commit af56a85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infoblox_client/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,12 +448,12 @@ def get_v6_class(cls):

class Network(InfobloxObject):
_fields = ['network_view', 'network', 'template',
'options', 'members', 'extattrs']
'options', 'members', 'extattrs', 'comment']
_search_for_update_fields = ['network_view', 'network']
_all_searchable_fields = _search_for_update_fields
_shadow_fields = ['_ref']
_return_fields = ['network_view', 'network', 'options', 'members',
'extattrs']
'extattrs', 'comment']
_remap = {'cidr': 'network'}

@classmethod
Expand Down

0 comments on commit af56a85

Please sign in to comment.