Method: MoveHostIntoRequestType#initialize

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

#initialize(v__this = nil, host = nil, resourcePool = nil) ⇒ MoveHostIntoRequestType

Returns a new instance of MoveHostIntoRequestType.



33667
33668
33669
33670
33671
# File 'lib/vmware/soap/vim25.rb', line 33667

def initialize(v__this = nil, host = nil, resourcePool = nil)
  @v__this = v__this
  @host = host
  @resourcePool = resourcePool
end