Class: MoveHostIntoRequestType

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

Overview

urn:vim25MoveHostIntoRequestType

m__this - ManagedObjectReference
host - ManagedObjectReference
resourcePool - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#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

Instance Attribute Details

#hostObject

Returns the value of attribute host.



33656
33657
33658
# File 'lib/vmware/soap/vim25.rb', line 33656

def host
  @host
end

#resourcePoolObject

Returns the value of attribute resourcePool.



33657
33658
33659
# File 'lib/vmware/soap/vim25.rb', line 33657

def resourcePool
  @resourcePool
end

Instance Method Details

#m__thisObject



33659
33660
33661
# File 'lib/vmware/soap/vim25.rb', line 33659

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



33663
33664
33665
# File 'lib/vmware/soap/vim25.rb', line 33663

def m__this=(value)
  @v__this = value
end