Class: QueryPerfProviderSummaryRequestType

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

Overview

urn:vim25QueryPerfProviderSummaryRequestType

m__this - ManagedObjectReference
entity - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, entity = nil) ⇒ QueryPerfProviderSummaryRequestType

Returns a new instance of QueryPerfProviderSummaryRequestType.



35442
35443
35444
35445
# File 'lib/vmware/soap/vim25.rb', line 35442

def initialize(v__this = nil, entity = nil)
  @v__this = v__this
  @entity = entity
end

Instance Attribute Details

#entityObject

Returns the value of attribute entity.



35432
35433
35434
# File 'lib/vmware/soap/vim25.rb', line 35432

def entity
  @entity
end

Instance Method Details

#m__thisObject



35434
35435
35436
# File 'lib/vmware/soap/vim25.rb', line 35434

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



35438
35439
35440
# File 'lib/vmware/soap/vim25.rb', line 35438

def m__this=(value)
  @v__this = value
end