From dffb92cb204eaa7af56855863b5dc8459473ed17 Mon Sep 17 00:00:00 2001 From: avrajath Date: Thu, 14 May 2020 07:12:41 -0400 Subject: [PATCH] Update to Member Schema --- infoblox_client/objects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infoblox_client/objects.py b/infoblox_client/objects.py index 3a8013cb..c984fe63 100644 --- a/infoblox_client/objects.py +++ b/infoblox_client/objects.py @@ -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,