rlane / rbvmomi

Ruby interface to the VMware vSphere API. vmware/rbvmomi is the official repo.
MIT License
178 stars 0 forks source link

add Folder.findBy{DnsName,Ip,Uuid} methods #1

Closed dougm closed 13 years ago

dougm commented 13 years ago

Hi Rich,

Wow, rbvmomi is amazing, great work! This patch adds findBy methods to the Folder class. I'm using it within guests to get VM related config.. since the guest doesn't know its VM name, we can use uuid (from dmidecode), fqdn or ip to find it.

rlane commented 13 years ago

Thanks! Merged to master.