Class: CreateCollectorForTasksRequestType
- Inherits:
-
Object
- Object
- CreateCollectorForTasksRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CreateCollectorForTasksRequestType
m__this - ManagedObjectReference
filter - TaskFilterSpec
Instance Attribute Summary collapse
-
#filter ⇒ Object
Returns the value of attribute filter.
Instance Method Summary collapse
-
#initialize(v__this = nil, filter = nil) ⇒ CreateCollectorForTasksRequestType
constructor
A new instance of CreateCollectorForTasksRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, filter = nil) ⇒ CreateCollectorForTasksRequestType
Returns a new instance of CreateCollectorForTasksRequestType.
36304 36305 36306 36307 |
# File 'lib/vmware/soap/vim25.rb', line 36304 def initialize(v__this = nil, filter = nil) @v__this = v__this @filter = filter end |
Instance Attribute Details
#filter ⇒ Object
Returns the value of attribute filter.
36294 36295 36296 |
# File 'lib/vmware/soap/vim25.rb', line 36294 def filter @filter end |
Instance Method Details
#m__this ⇒ Object
36296 36297 36298 |
# File 'lib/vmware/soap/vim25.rb', line 36296 def m__this @v__this end |
#m__this=(value) ⇒ Object
36300 36301 36302 |
# File 'lib/vmware/soap/vim25.rb', line 36300 def m__this=(value) @v__this = value end |