Class: QueryPerfRequestType

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

Overview

urn:vim25QueryPerfRequestType

m__this - ManagedObjectReference
querySpec - PerfQuerySpec

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#querySpecObject

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__thisObject



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