Class: PerfMetricIntSeries
- Inherits:
-
PerfMetricSeries
- Object
- DynamicData
- PerfMetricSeries
- PerfMetricIntSeries
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25PerfMetricIntSeries
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
id - PerfMetricId
value - SOAP::SOAPLong
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 = []) ⇒ PerfMetricIntSeries
constructor
A new instance of PerfMetricIntSeries.
Constructor Details
permalink #initialize(dynamicType = nil, dynamicProperty = [], id = nil, value = []) ⇒ PerfMetricIntSeries
Returns a new instance of PerfMetricIntSeries.
1833 1834 1835 1836 1837 1838 |
# File 'lib/vmware/soap/vim25.rb', line 1833 def initialize(dynamicType = nil, dynamicProperty = [], id = nil, value = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @id = id @value = value end |
Instance Attribute Details
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
1829 1830 1831 |
# File 'lib/vmware/soap/vim25.rb', line 1829 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
1828 1829 1830 |
# File 'lib/vmware/soap/vim25.rb', line 1828 def dynamicType @dynamicType end |
permalink #id ⇒ Object
Returns the value of attribute id.
1830 1831 1832 |
# File 'lib/vmware/soap/vim25.rb', line 1830 def id @id end |
permalink #value ⇒ Object
Returns the value of attribute value.
1831 1832 1833 |
# File 'lib/vmware/soap/vim25.rb', line 1831 def value @value end |