Class: CreateCollectorForEventsRequestType
- Inherits:
-
Object
- Object
- CreateCollectorForEventsRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CreateCollectorForEventsRequestType
m__this - ManagedObjectReference
filter - EventFilterSpec
Instance Attribute Summary collapse
-
#filter ⇒ Object
Returns the value of attribute filter.
Instance Method Summary collapse
-
#initialize(v__this = nil, filter = nil) ⇒ CreateCollectorForEventsRequestType
constructor
A new instance of CreateCollectorForEventsRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, filter = nil) ⇒ CreateCollectorForEventsRequestType
Returns a new instance of CreateCollectorForEventsRequestType.
37507 37508 37509 37510 |
# File 'lib/vmware/soap/vim25.rb', line 37507 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.
37497 37498 37499 |
# File 'lib/vmware/soap/vim25.rb', line 37497 def filter @filter end |
Instance Method Details
#m__this ⇒ Object
37499 37500 37501 |
# File 'lib/vmware/soap/vim25.rb', line 37499 def m__this @v__this end |
#m__this=(value) ⇒ Object
37503 37504 37505 |
# File 'lib/vmware/soap/vim25.rb', line 37503 def m__this=(value) @v__this = value end |