Class: QueryEventsRequestType
- Inherits:
-
Object
- Object
- QueryEventsRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25QueryEventsRequestType
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) ⇒ QueryEventsRequestType
constructor
A new instance of QueryEventsRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, filter = nil) ⇒ QueryEventsRequestType
Returns a new instance of QueryEventsRequestType.
37550 37551 37552 37553 |
# File 'lib/vmware/soap/vim25.rb', line 37550 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.
37540 37541 37542 |
# File 'lib/vmware/soap/vim25.rb', line 37540 def filter @filter end |
Instance Method Details
#m__this ⇒ Object
37542 37543 37544 |
# File 'lib/vmware/soap/vim25.rb', line 37542 def m__this @v__this end |
#m__this=(value) ⇒ Object
37546 37547 37548 |
# File 'lib/vmware/soap/vim25.rb', line 37546 def m__this=(value) @v__this = value end |