Module: Lab::Controllers::VsphereController

Included in:
VmController
Defined in:
lib/lab/controller/vsphere_controller.rb

Class Method Summary collapse

Class Method Details

.dir_list(basepath = nil) ⇒ Object



8
9
10
11
# File 'lib/lab/controller/vsphere_controller.rb', line 8

def self.dir_list(basepath=nil)
  # Does this method really even make sense for esxi?
  return "Unimplemented"
end

.running_list(user, host) ⇒ Object



13
14
# File 'lib/lab/controller/vsphere_controller.rb', line 13

def self.running_list(user, host)
end