Lines Matching +refs:val +refs:list
187 val = zone.getResources(zonemgr.Resource(resource))
192 return val[0] if val else None
198 val = zone.getResourceProperties(zonemgr.Resource(resource, filter),
204 return val[0].value if val else None
409 """creates a new resource with an optional property list, or set the
436 list specified in props.
517 self._validated_archives = list()
658 out, err = utils.execute('/usr/sbin/iscsiadm', 'list',
824 LOG.error(_("Unable to get accurate cpu usage beacuse cpu list "
894 """Return a list of all Solaris Zones objects via RAD."""
899 layer, as a list.
909 layer, as a list.
1237 utils.execute('/usr/sbin/iscsiadm', 'list', 'target',
1291 if isinstance(target_wwn, list):
1554 # we now have a list of VNICs that belong to the VM
1572 'list-ports', ovs_bridge]
2425 # zone will only show up in zoneadm list, not nova list.
2703 # The list of cpu kstats in data must contain at least one element
2705 # all the same kstat type. This gets a list of all the statistics
2722 "because the cpu list keeps changing.") % zone.name)
3038 :return: A list of disk information dicts in JSON format.
3767 out, err = utils.execute('/usr/sbin/zfs', 'list', '-Ho', 'name', '/')
4277 :param list instances:
4278 A list of nova.objects.instance.Instance objects that have been
4584 multi compute-nodes, this method returns a list of nodenames managed
4591 if not isinstance(stats, list):