Class: MoveIntoResourcePoolRequestType

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

Overview

urn:vim25MoveIntoResourcePoolRequestType

m__this - ManagedObjectReference
list - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#listObject

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__thisObject



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