Method: MarkAsVirtualMachineRequestType#initialize

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

#initialize(v__this = nil, pool = nil, host = nil) ⇒ MarkAsVirtualMachineRequestType

Returns a new instance of MarkAsVirtualMachineRequestType.



37108
37109
37110
37111
37112
# File 'lib/vmware/soap/vim25.rb', line 37108

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