Class: MoveIntoResourcePoolRequestType
- Inherits:
-
Object
- Object
- MoveIntoResourcePoolRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25MoveIntoResourcePoolRequestType
m__this - ManagedObjectReference
list - ManagedObjectReference
Instance Attribute Summary collapse
-
#list ⇒ Object
Returns the value of attribute list.
Instance Method Summary collapse
-
#initialize(v__this = nil, list = []) ⇒ MoveIntoResourcePoolRequestType
constructor
A new instance of MoveIntoResourcePoolRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, list = []) ⇒ MoveIntoResourcePoolRequestType
Returns a new instance of MoveIntoResourcePoolRequestType.
35662 35663 35664 35665 |
# File 'lib/vmware/soap/vim25.rb', line 35662 def initialize(v__this = nil, list = []) @v__this = v__this @list = list end |
Instance Attribute Details
#list ⇒ Object
Returns the value of attribute list.
35652 35653 35654 |
# File 'lib/vmware/soap/vim25.rb', line 35652 def list @list end |
Instance Method Details
#m__this ⇒ Object
35654 35655 35656 |
# File 'lib/vmware/soap/vim25.rb', line 35654 def m__this @v__this end |
#m__this=(value) ⇒ Object
35658 35659 35660 |
# File 'lib/vmware/soap/vim25.rb', line 35658 def m__this=(value) @v__this = value end |