Searched refs:HostAttribute (Results 1 – 4 of 4) sorted by relevance
700 return HostAttribute, dict(host=self, attribute=attribute)710 return HostAttribute722 class HostAttribute(dbmodels.Model, model_logic.ModelExtensions): class765 return super(HostAttribute, cls).deserialize(data)
156 model = models.HostAttribute
456 models.Host.objects.populate_relationships(hosts, models.HostAttribute,513 models.Host.objects.populate_relationships(hosts, models.HostAttribute,
252 return [HostAttribute(self, a) for a in host_attrs]999 class HostAttribute(RpcObject): class