Class: PerfEntityMetric
- Inherits:
-
PerfEntityMetricBase
- Object
- DynamicData
- PerfEntityMetricBase
- PerfEntityMetric
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25PerfEntityMetric
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
entity - ManagedObjectReference
sampleInfo - PerfSampleInfo
value - PerfMetricSeries
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.
-
#sampleInfo ⇒ Object
Returns the value of attribute sampleInfo.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], entity = nil, sampleInfo = [], value = []) ⇒ PerfEntityMetric
constructor
A new instance of PerfEntityMetric.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], entity = nil, sampleInfo = [], value = []) ⇒ PerfEntityMetric
Returns a new instance of PerfEntityMetric.
1889 1890 1891 1892 1893 1894 1895 |
# File 'lib/vmware/soap/vim25.rb', line 1889 def initialize(dynamicType = nil, dynamicProperty = [], entity = nil, sampleInfo = [], value = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @entity = entity @sampleInfo = sampleInfo @value = value end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
1884 1885 1886 |
# File 'lib/vmware/soap/vim25.rb', line 1884 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
1883 1884 1885 |
# File 'lib/vmware/soap/vim25.rb', line 1883 def dynamicType @dynamicType end |
#entity ⇒ Object
Returns the value of attribute entity.
1885 1886 1887 |
# File 'lib/vmware/soap/vim25.rb', line 1885 def entity @entity end |
#sampleInfo ⇒ Object
Returns the value of attribute sampleInfo.
1886 1887 1888 |
# File 'lib/vmware/soap/vim25.rb', line 1886 def sampleInfo @sampleInfo end |
#value ⇒ Object
Returns the value of attribute value.
1887 1888 1889 |
# File 'lib/vmware/soap/vim25.rb', line 1887 def value @value end |