Class: PerfCompositeMetric
- Inherits:
-
DynamicData
- Object
- DynamicData
- PerfCompositeMetric
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25PerfCompositeMetric
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
entity - PerfEntityMetricBase
childEntity - PerfEntityMetricBase
Instance Attribute Summary collapse
-
#childEntity ⇒ Object
Returns the value of attribute childEntity.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#entity ⇒ Object
Returns the value of attribute entity.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], entity = nil, childEntity = []) ⇒ PerfCompositeMetric
constructor
A new instance of PerfCompositeMetric.
Constructor Details
permalink #initialize(dynamicType = nil, dynamicProperty = [], entity = nil, childEntity = []) ⇒ PerfCompositeMetric
Returns a new instance of PerfCompositeMetric.
1931 1932 1933 1934 1935 1936 |
# File 'lib/vmware/soap/vim25.rb', line 1931 def initialize(dynamicType = nil, dynamicProperty = [], entity = nil, childEntity = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @entity = entity @childEntity = childEntity end |
Instance Attribute Details
permalink #childEntity ⇒ Object
Returns the value of attribute childEntity.
1929 1930 1931 |
# File 'lib/vmware/soap/vim25.rb', line 1929 def childEntity @childEntity end |
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
1927 1928 1929 |
# File 'lib/vmware/soap/vim25.rb', line 1927 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
1926 1927 1928 |
# File 'lib/vmware/soap/vim25.rb', line 1926 def dynamicType @dynamicType end |
permalink #entity ⇒ Object
Returns the value of attribute entity.
1928 1929 1930 |
# File 'lib/vmware/soap/vim25.rb', line 1928 def entity @entity end |