Class: QueryPerfCounterByLevelRequestType
- Inherits:
-
Object
- Object
- QueryPerfCounterByLevelRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25QueryPerfCounterByLevelRequestType
m__this - ManagedObjectReference
level - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#level ⇒ Object
Returns the value of attribute level.
Instance Method Summary collapse
-
#initialize(v__this = nil, level = nil) ⇒ QueryPerfCounterByLevelRequestType
constructor
A new instance of QueryPerfCounterByLevelRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, level = nil) ⇒ QueryPerfCounterByLevelRequestType
Returns a new instance of QueryPerfCounterByLevelRequestType.
35511 35512 35513 35514 |
# File 'lib/vmware/soap/vim25.rb', line 35511 def initialize(v__this = nil, level = nil) @v__this = v__this @level = level end |
Instance Attribute Details
#level ⇒ Object
Returns the value of attribute level.
35501 35502 35503 |
# File 'lib/vmware/soap/vim25.rb', line 35501 def level @level end |
Instance Method Details
#m__this ⇒ Object
35503 35504 35505 |
# File 'lib/vmware/soap/vim25.rb', line 35503 def m__this @v__this end |
#m__this=(value) ⇒ Object
35507 35508 35509 |
# File 'lib/vmware/soap/vim25.rb', line 35507 def m__this=(value) @v__this = value end |