Skip to content

Commit

Permalink
Update to Member Schema
Browse files Browse the repository at this point in the history
  • Loading branch information
avrajath committed May 14, 2020
1 parent 82e5c69 commit dffb92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infoblox_client/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -10265,7 +10265,7 @@ class Member(InfobloxObject):
_return_fields = ['config_addr_type', 'extattrs', 'host_name', 'platform',
'service_type_configuration']
_remap = {'name': 'host_name'}
_shadow_fields = ['_ref', 'name', 'ip']
_shadow_fields = ['_ref', 'name']

_custom_field_processing = {
'additional_ip_list': Interface.from_dict,
Expand Down

0 comments on commit dffb92c

Please sign in to comment.