Class: SetCollectorPageSizeRequestType
- Inherits:
-
Object
- Object
- SetCollectorPageSizeRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25SetCollectorPageSizeRequestType
m__this - ManagedObjectReference
maxCount - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#maxCount ⇒ Object
Returns the value of attribute maxCount.
Instance Method Summary collapse
-
#initialize(v__this = nil, maxCount = nil) ⇒ SetCollectorPageSizeRequestType
constructor
A new instance of SetCollectorPageSizeRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, maxCount = nil) ⇒ SetCollectorPageSizeRequestType
Returns a new instance of SetCollectorPageSizeRequestType.
34787 34788 34789 34790 |
# File 'lib/vmware/soap/vim25.rb', line 34787 def initialize(v__this = nil, maxCount = nil) @v__this = v__this @maxCount = maxCount end |
Instance Attribute Details
#maxCount ⇒ Object
Returns the value of attribute maxCount.
34777 34778 34779 |
# File 'lib/vmware/soap/vim25.rb', line 34777 def maxCount @maxCount end |
Instance Method Details
#m__this ⇒ Object
34779 34780 34781 |
# File 'lib/vmware/soap/vim25.rb', line 34779 def m__this @v__this end |
#m__this=(value) ⇒ Object
34783 34784 34785 |
# File 'lib/vmware/soap/vim25.rb', line 34783 def m__this=(value) @v__this = value end |