Class: QueryPerfCounterRequestType

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

Overview

urn:vim25QueryPerfCounterRequestType

m__this - ManagedObjectReference
counterId - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#counterIdObject

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__thisObject



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