Class: PostEventRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25PostEventRequestType

m__this - ManagedObjectReference
eventToPost - Event
taskInfo - TaskInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#eventToPostObject

Returns the value of attribute eventToPost.



37561
37562
37563
# File 'lib/vmware/soap/vim25.rb', line 37561

def eventToPost
  @eventToPost
end

#taskInfoObject

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__thisObject



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