Class: MoveIntoRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25MoveIntoRequestType

m__this - ManagedObjectReference
host - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, host = []) ⇒ MoveIntoRequestType

Returns a new instance of MoveIntoRequestType.



33645
33646
33647
33648
# File 'lib/vmware/soap/vim25.rb', line 33645

def initialize(v__this = nil, host = [])
  @v__this = v__this
  @host = host
end

Instance Attribute Details

#hostObject

Returns the value of attribute host.



33635
33636
33637
# File 'lib/vmware/soap/vim25.rb', line 33635

def host
  @host
end

Instance Method Details

#m__thisObject



33637
33638
33639
# File 'lib/vmware/soap/vim25.rb', line 33637

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



33641
33642
33643
# File 'lib/vmware/soap/vim25.rb', line 33641

def m__this=(value)
  @v__this = value
end