Class: ReadNextTasksRequestType

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

Overview

urn:vim25ReadNextTasksRequestType

m__this - ManagedObjectReference
maxCount - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ReadNextTasksRequestType.



36256
36257
36258
36259
# File 'lib/vmware/soap/vim25.rb', line 36256

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

Instance Attribute Details

#maxCountObject

Returns the value of attribute maxCount.



36246
36247
36248
# File 'lib/vmware/soap/vim25.rb', line 36246

def maxCount
  @maxCount
end

Instance Method Details

#m__thisObject



36248
36249
36250
# File 'lib/vmware/soap/vim25.rb', line 36248

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



36252
36253
36254
# File 'lib/vmware/soap/vim25.rb', line 36252

def m__this=(value)
  @v__this = value
end