Class: QueryPerfRequestType
- Inherits:
-
Object
- Object
- QueryPerfRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25QueryPerfRequestType
m__this - ManagedObjectReference
querySpec - PerfQuerySpec
Instance Attribute Summary collapse
-
#querySpec ⇒ Object
Returns the value of attribute querySpec.
Instance Method Summary collapse
-
#initialize(v__this = nil, querySpec = []) ⇒ QueryPerfRequestType
constructor
A new instance of QueryPerfRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, querySpec = []) ⇒ QueryPerfRequestType
Returns a new instance of QueryPerfRequestType.
35531 35532 35533 35534 |
# File 'lib/vmware/soap/vim25.rb', line 35531 def initialize(v__this = nil, querySpec = []) @v__this = v__this @querySpec = querySpec end |
Instance Attribute Details
#querySpec ⇒ Object
Returns the value of attribute querySpec.
35521 35522 35523 |
# File 'lib/vmware/soap/vim25.rb', line 35521 def querySpec @querySpec end |
Instance Method Details
#m__this ⇒ Object
35523 35524 35525 |
# File 'lib/vmware/soap/vim25.rb', line 35523 def m__this @v__this end |
#m__this=(value) ⇒ Object
35527 35528 35529 |
# File 'lib/vmware/soap/vim25.rb', line 35527 def m__this=(value) @v__this = value end |