Class: PerfEntityMetricCSV
- Inherits:
-
PerfEntityMetricBase
- Object
- DynamicData
- PerfEntityMetricBase
- PerfEntityMetricCSV
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25PerfEntityMetricCSV
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
entity - ManagedObjectReference
sampleInfoCSV - SOAP::SOAPString
value - PerfMetricSeriesCSV
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#entity ⇒ Object
Returns the value of attribute entity.
-
#sampleInfoCSV ⇒ Object
Returns the value of attribute sampleInfoCSV.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], entity = nil, sampleInfoCSV = nil, value = []) ⇒ PerfEntityMetricCSV
constructor
A new instance of PerfEntityMetricCSV.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], entity = nil, sampleInfoCSV = nil, value = []) ⇒ PerfEntityMetricCSV
Returns a new instance of PerfEntityMetricCSV.
1911 1912 1913 1914 1915 1916 1917 |
# File 'lib/vmware/soap/vim25.rb', line 1911 def initialize(dynamicType = nil, dynamicProperty = [], entity = nil, sampleInfoCSV = nil, value = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @entity = entity @sampleInfoCSV = sampleInfoCSV @value = value end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
1906 1907 1908 |
# File 'lib/vmware/soap/vim25.rb', line 1906 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
1905 1906 1907 |
# File 'lib/vmware/soap/vim25.rb', line 1905 def dynamicType @dynamicType end |
#entity ⇒ Object
Returns the value of attribute entity.
1907 1908 1909 |
# File 'lib/vmware/soap/vim25.rb', line 1907 def entity @entity end |
#sampleInfoCSV ⇒ Object
Returns the value of attribute sampleInfoCSV.
1908 1909 1910 |
# File 'lib/vmware/soap/vim25.rb', line 1908 def sampleInfoCSV @sampleInfoCSV end |
#value ⇒ Object
Returns the value of attribute value.
1909 1910 1911 |
# File 'lib/vmware/soap/vim25.rb', line 1909 def value @value end |