Class: QueryPerfCounterByLevelRequestType

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

Overview

urn:vim25QueryPerfCounterByLevelRequestType

m__this - ManagedObjectReference
level - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#levelObject

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__thisObject


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