Class: QueryPerfCounterRequestType
- Inherits:
-
Object
- Object
- QueryPerfCounterRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25QueryPerfCounterRequestType
m__this - ManagedObjectReference
counterId - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#counterId ⇒ Object
Returns the value of attribute counterId.
Instance Method Summary collapse
-
#initialize(v__this = nil, counterId = []) ⇒ QueryPerfCounterRequestType
constructor
A new instance of QueryPerfCounterRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, counterId = []) ⇒ QueryPerfCounterRequestType
Returns a new instance of QueryPerfCounterRequestType.
35491 35492 35493 35494 |
# File 'lib/vmware/soap/vim25.rb', line 35491 def initialize(v__this = nil, counterId = []) @v__this = v__this @counterId = counterId end |
Instance Attribute Details
#counterId ⇒ Object
Returns the value of attribute counterId.
35481 35482 35483 |
# File 'lib/vmware/soap/vim25.rb', line 35481 def counterId @counterId end |
Instance Method Details
#m__this ⇒ Object
35483 35484 35485 |
# File 'lib/vmware/soap/vim25.rb', line 35483 def m__this @v__this end |
#m__this=(value) ⇒ Object
35487 35488 35489 |
# File 'lib/vmware/soap/vim25.rb', line 35487 def m__this=(value) @v__this = value end |