Method: RecommendHostsForVmRequestType#initialize

Defined in:
lib/vmware/soap/vim25.rb

#initialize(v__this = nil, vm = nil, pool = nil) ⇒ RecommendHostsForVmRequestType

Returns a new instance of RecommendHostsForVmRequestType.



33598
33599
33600
33601
33602
# File 'lib/vmware/soap/vim25.rb', line 33598

def initialize(v__this = nil, vm = nil, pool = nil)
  @v__this = v__this
  @vm = vm
  @pool = pool
end