Module VagrantPlugins::ProviderLibvirt::Util::Collection
In: lib/vagrant-libvirt/util/collection.rb

Methods

Public Class methods

This method finds a matching thing in a collection of things. This works matching if the ID or NAME equals to `name`. Or, if `name` is a regexp, a partial match is chosen as well.

[Validate]