Class: ModifyListViewRequestType
- Inherits:
-
Object
- Object
- ModifyListViewRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ModifyListViewRequestType
m__this - ManagedObjectReference
add - ManagedObjectReference
remove - ManagedObjectReference
Instance Attribute Summary collapse
-
#add ⇒ Object
Returns the value of attribute add.
-
#remove ⇒ Object
Returns the value of attribute remove.
Instance Method Summary collapse
-
#initialize(v__this = nil, add = [], remove = []) ⇒ ModifyListViewRequestType
constructor
A new instance of ModifyListViewRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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
#add ⇒ Object
Returns the value of attribute add.
40155 40156 40157 |
# File 'lib/vmware/soap/vim25.rb', line 40155 def add @add end |
#remove ⇒ Object
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__this ⇒ Object
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 |