class Chef::Knife::VspherePoolQuery

VspherePoolQuery extends the BaseVsphereCommand

Public Instance Methods

run() click to toggle source

The main run method for poll_query

# File lib/chef/knife/vsphere_pool_query.rb, line 17
def run
  args = ARGV
  args[2] = "show"
  ui.warn "vsphere pool query is moving to vsphere pool show. Next time, please run"
  ui.warn args.join " "
  Chef::Knife.run(args)
end