Class: PerformanceDescription
- Inherits:
-
DynamicData
- Object
- DynamicData
- PerformanceDescription
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25PerformanceDescription
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
counterType - ElementDescription
statsType - ElementDescription
Instance Attribute Summary collapse
-
#counterType ⇒ Object
Returns the value of attribute counterType.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#statsType ⇒ Object
Returns the value of attribute statsType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], counterType = [], statsType = []) ⇒ PerformanceDescription
constructor
A new instance of PerformanceDescription.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], counterType = [], statsType = []) ⇒ PerformanceDescription
Returns a new instance of PerformanceDescription.
1664 1665 1666 1667 1668 1669 |
# File 'lib/vmware/soap/vim25.rb', line 1664 def initialize(dynamicType = nil, dynamicProperty = [], counterType = [], statsType = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @counterType = counterType @statsType = statsType end |
Instance Attribute Details
#counterType ⇒ Object
Returns the value of attribute counterType.
1661 1662 1663 |
# File 'lib/vmware/soap/vim25.rb', line 1661 def counterType @counterType end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
1660 1661 1662 |
# File 'lib/vmware/soap/vim25.rb', line 1660 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
1659 1660 1661 |
# File 'lib/vmware/soap/vim25.rb', line 1659 def dynamicType @dynamicType end |
#statsType ⇒ Object
Returns the value of attribute statsType.
1662 1663 1664 |
# File 'lib/vmware/soap/vim25.rb', line 1662 def statsType @statsType end |