Class: ModifyListViewRequestType

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

Overview

urn:vim25ModifyListViewRequestType

m__this - ManagedObjectReference
add - ManagedObjectReference
remove - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, add = [], remove = []) ⇒ ModifyListViewRequestType

Returns a new instance of ModifyListViewRequestType.



40166
40167
40168
40169
40170
# File 'lib/vmware/soap/vim25.rb', line 40166

def initialize(v__this = nil, add = [], remove = [])
  @v__this = v__this
  @add = add
  @remove = remove
end

Instance Attribute Details

#addObject

Returns the value of attribute add.



40155
40156
40157
# File 'lib/vmware/soap/vim25.rb', line 40155

def add
  @add
end

#removeObject

Returns the value of attribute remove.



40156
40157
40158
# File 'lib/vmware/soap/vim25.rb', line 40156

def remove
  @remove
end

Instance Method Details

#m__thisObject



40158
40159
40160
# File 'lib/vmware/soap/vim25.rb', line 40158

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



40162
40163
40164
# File 'lib/vmware/soap/vim25.rb', line 40162

def m__this=(value)
  @v__this = value
end