Class: PerfProviderSummary
- Inherits:
-
DynamicData
- Object
- DynamicData
- PerfProviderSummary
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25PerfProviderSummary
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
entity - ManagedObjectReference
currentSupported - SOAP::SOAPBoolean
summarySupported - SOAP::SOAPBoolean
refreshRate - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#currentSupported ⇒ Object
Returns the value of attribute currentSupported.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#entity ⇒ Object
Returns the value of attribute entity.
-
#refreshRate ⇒ Object
Returns the value of attribute refreshRate.
-
#summarySupported ⇒ Object
Returns the value of attribute summarySupported.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], entity = nil, currentSupported = nil, summarySupported = nil, refreshRate = nil) ⇒ PerfProviderSummary
constructor
A new instance of PerfProviderSummary.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], entity = nil, currentSupported = nil, summarySupported = nil, refreshRate = nil) ⇒ PerfProviderSummary
Returns a new instance of PerfProviderSummary.
1687 1688 1689 1690 1691 1692 1693 1694 |
# File 'lib/vmware/soap/vim25.rb', line 1687 def initialize(dynamicType = nil, dynamicProperty = [], entity = nil, currentSupported = nil, summarySupported = nil, refreshRate = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @entity = entity @currentSupported = currentSupported @summarySupported = summarySupported @refreshRate = refreshRate end |
Instance Attribute Details
#currentSupported ⇒ Object
Returns the value of attribute currentSupported.
1683 1684 1685 |
# File 'lib/vmware/soap/vim25.rb', line 1683 def currentSupported @currentSupported end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
1681 1682 1683 |
# File 'lib/vmware/soap/vim25.rb', line 1681 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
1680 1681 1682 |
# File 'lib/vmware/soap/vim25.rb', line 1680 def dynamicType @dynamicType end |
#entity ⇒ Object
Returns the value of attribute entity.
1682 1683 1684 |
# File 'lib/vmware/soap/vim25.rb', line 1682 def entity @entity end |
#refreshRate ⇒ Object
Returns the value of attribute refreshRate.
1685 1686 1687 |
# File 'lib/vmware/soap/vim25.rb', line 1685 def refreshRate @refreshRate end |
#summarySupported ⇒ Object
Returns the value of attribute summarySupported.
1684 1685 1686 |
# File 'lib/vmware/soap/vim25.rb', line 1684 def summarySupported @summarySupported end |