Class: PerfMetricSeries
- Inherits:
-
DynamicData
- Object
- DynamicData
- PerfMetricSeries
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25PerfMetricSeries
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
id - PerfMetricId
Direct Known Subclasses
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#id ⇒ Object
Returns the value of attribute id.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], id = nil) ⇒ PerfMetricSeries
constructor
A new instance of PerfMetricSeries.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], id = nil) ⇒ PerfMetricSeries
Returns a new instance of PerfMetricSeries.
1815 1816 1817 1818 1819 |
# File 'lib/vmware/soap/vim25.rb', line 1815 def initialize(dynamicType = nil, dynamicProperty = [], id = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @id = id end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
1812 1813 1814 |
# File 'lib/vmware/soap/vim25.rb', line 1812 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
1811 1812 1813 |
# File 'lib/vmware/soap/vim25.rb', line 1811 def dynamicType @dynamicType end |
#id ⇒ Object
Returns the value of attribute id.
1813 1814 1815 |
# File 'lib/vmware/soap/vim25.rb', line 1813 def id @id end |