Class: MoveHostIntoRequestType
- Inherits:
-
Object
- Object
- MoveHostIntoRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25MoveHostIntoRequestType
m__this - ManagedObjectReference
host - ManagedObjectReference
resourcePool - ManagedObjectReference
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
-
#resourcePool ⇒ Object
Returns the value of attribute resourcePool.
Instance Method Summary collapse
-
#initialize(v__this = nil, host = nil, resourcePool = nil) ⇒ MoveHostIntoRequestType
constructor
A new instance of MoveHostIntoRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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
#host ⇒ Object
Returns the value of attribute host.
33656 33657 33658 |
# File 'lib/vmware/soap/vim25.rb', line 33656 def host @host end |
#resourcePool ⇒ Object
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__this ⇒ Object
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 |