Class: RecommendHostsForVmRequestType
- Inherits:
-
Object
- Object
- RecommendHostsForVmRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RecommendHostsForVmRequestType
m__this - ManagedObjectReference
vm - ManagedObjectReference
pool - ManagedObjectReference
Instance Attribute Summary collapse
-
#pool ⇒ Object
Returns the value of attribute pool.
-
#vm ⇒ Object
Returns the value of attribute vm.
Instance Method Summary collapse
-
#initialize(v__this = nil, vm = nil, pool = nil) ⇒ RecommendHostsForVmRequestType
constructor
A new instance of RecommendHostsForVmRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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
#pool ⇒ Object
Returns the value of attribute pool.
33588 33589 33590 |
# File 'lib/vmware/soap/vim25.rb', line 33588 def pool @pool end |
#vm ⇒ Object
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__this ⇒ Object
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 |