Seems like it could work, but I must be doing something wrong. See output:
>>> d.getManageIp()
'10.10.2.24'
>>> d.setManageIp='20.20.20.20'
>>> commit()
>>> d.getManageIp()
'10.10.2.24'
>>> d.pushConfig()
>>> d.getManageIp()
'10.10.2.24'
It doesn't seem to take. Am I missing something?