Class: PostEventRequestType
- Inherits:
-
Object
- Object
- PostEventRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25PostEventRequestType
m__this - ManagedObjectReference
eventToPost - Event
taskInfo - TaskInfo
Instance Attribute Summary collapse
-
#eventToPost ⇒ Object
Returns the value of attribute eventToPost.
-
#taskInfo ⇒ Object
Returns the value of attribute taskInfo.
Instance Method Summary collapse
-
#initialize(v__this = nil, eventToPost = nil, taskInfo = nil) ⇒ PostEventRequestType
constructor
A new instance of PostEventRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, eventToPost = nil, taskInfo = nil) ⇒ PostEventRequestType
Returns a new instance of PostEventRequestType.
37572 37573 37574 37575 37576 |
# File 'lib/vmware/soap/vim25.rb', line 37572 def initialize(v__this = nil, eventToPost = nil, taskInfo = nil) @v__this = v__this @eventToPost = eventToPost @taskInfo = taskInfo end |
Instance Attribute Details
#eventToPost ⇒ Object
Returns the value of attribute eventToPost.
37561 37562 37563 |
# File 'lib/vmware/soap/vim25.rb', line 37561 def eventToPost @eventToPost end |
#taskInfo ⇒ Object
Returns the value of attribute taskInfo.
37562 37563 37564 |
# File 'lib/vmware/soap/vim25.rb', line 37562 def taskInfo @taskInfo end |
Instance Method Details
#m__this ⇒ Object
37564 37565 37566 |
# File 'lib/vmware/soap/vim25.rb', line 37564 def m__this @v__this end |
#m__this=(value) ⇒ Object
37568 37569 37570 |
# File 'lib/vmware/soap/vim25.rb', line 37568 def m__this=(value) @v__this = value end |