Class: RecommendHostsForVmRequestType

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

Overview

urn:vim25RecommendHostsForVmRequestType

m__this - ManagedObjectReference
vm - ManagedObjectReference
pool - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#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

Instance Attribute Details

#poolObject

Returns the value of attribute pool.



33588
33589
33590
# File 'lib/vmware/soap/vim25.rb', line 33588

def pool
  @pool
end

#vmObject

Returns the value of attribute vm.



33587
33588
33589
# File 'lib/vmware/soap/vim25.rb', line 33587

def vm
  @vm
end

Instance Method Details

#m__thisObject



33590
33591
33592
# File 'lib/vmware/soap/vim25.rb', line 33590

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



33594
33595
33596
# File 'lib/vmware/soap/vim25.rb', line 33594

def m__this=(value)
  @v__this = value
end