Class: QueryPerfProviderSummaryRequestType
- Inherits:
-
Object
- Object
- QueryPerfProviderSummaryRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25QueryPerfProviderSummaryRequestType
m__this - ManagedObjectReference
entity - ManagedObjectReference
Instance Attribute Summary collapse
-
#entity ⇒ Object
Returns the value of attribute entity.
Instance Method Summary collapse
-
#initialize(v__this = nil, entity = nil) ⇒ QueryPerfProviderSummaryRequestType
constructor
A new instance of QueryPerfProviderSummaryRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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
#entity ⇒ Object
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__this ⇒ Object
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 |