Class: PerfMetricSeriesCSV
- Inherits:
-
PerfMetricSeries
- Object
- DynamicData
- PerfMetricSeries
- PerfMetricSeriesCSV
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25PerfMetricSeriesCSV
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
id - PerfMetricId
value - SOAP::SOAPString
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.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], id = nil, value = nil) ⇒ PerfMetricSeriesCSV
constructor
A new instance of PerfMetricSeriesCSV.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], id = nil, value = nil) ⇒ PerfMetricSeriesCSV
Returns a new instance of PerfMetricSeriesCSV.
1852 1853 1854 1855 1856 1857 |
# File 'lib/vmware/soap/vim25.rb', line 1852 def initialize(dynamicType = nil, dynamicProperty = [], id = nil, value = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @id = id @value = value end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
1848 1849 1850 |
# File 'lib/vmware/soap/vim25.rb', line 1848 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
1847 1848 1849 |
# File 'lib/vmware/soap/vim25.rb', line 1847 def dynamicType @dynamicType end |
#id ⇒ Object
Returns the value of attribute id.
1849 1850 1851 |
# File 'lib/vmware/soap/vim25.rb', line 1849 def id @id end |
#value ⇒ Object
Returns the value of attribute value.
1850 1851 1852 |
# File 'lib/vmware/soap/vim25.rb', line 1850 def value @value end |