Class RbVmomi::VIM::ServiceInstance
In: lib/rbvmomi/vim/ServiceInstance.rb
Parent: Object

Methods

Public Instance methods

Retrieve a Datacenter. If no path is given the first datacenter will be returned. @param path (see Folder#traverse) @return [Datacenter]

Wait for several tasks to complete. @param interested [Array] Property paths to watch for updates. @param tasks [Array] Tasks to wait on. @yield [Hash] Called when a property is updated on a task.

              The parameter is a hash from tasks to hashes from
              property path to value.

@return [void]

[Validate]