Home | History | Annotate | Download | only in afe

Lines Matching refs:host_obj

698     host_obj = models.Host.smart_get(ipaddress)
700 label.host_set.add(host_obj)
715 host_obj = models.Host.smart_get(ipaddress)
723 label.host_set.remove(host_obj)
737 host_obj = models.Host.smart_get(ipaddress)
738 host_obj.set_or_delete_attribute(attribute, value)
752 host_obj = models.Host.smart_get(ipaddress)
753 host_obj.set_or_delete_attribute(attribute, None)