Class: ReadNextEventsRequestType

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

Overview

urn:vim25ReadNextEventsRequestType

m__this - ManagedObjectReference
maxCount - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, maxCount = nil) ⇒ ReadNextEventsRequestType

Returns a new instance of ReadNextEventsRequestType.


37467
37468
37469
37470
# File 'lib/vmware/soap/vim25.rb', line 37467

def initialize(v__this = nil, maxCount = nil)
  @v__this = v__this
  @maxCount = maxCount
end

Instance Attribute Details

#maxCountObject

Returns the value of attribute maxCount.


37457
37458
37459
# File 'lib/vmware/soap/vim25.rb', line 37457

def maxCount
  @maxCount
end

Instance Method Details

#m__thisObject


37459
37460
37461
# File 'lib/vmware/soap/vim25.rb', line 37459

def m__this
  @v__this
end

#m__this=(value) ⇒ Object


37463
37464
37465
# File 'lib/vmware/soap/vim25.rb', line 37463

def m__this=(value)
  @v__this = value
end