Class: MoveIntoRequestType
- Inherits:
-
Object
- Object
- MoveIntoRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25MoveIntoRequestType
m__this - ManagedObjectReference
host - ManagedObjectReference
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
Instance Method Summary collapse
-
#initialize(v__this = nil, host = []) ⇒ MoveIntoRequestType
constructor
A new instance of MoveIntoRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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
#host ⇒ Object
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__this ⇒ Object
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 |