Class: PerfEntityMetricBase
- Inherits:
-
DynamicData
- Object
- DynamicData
- PerfEntityMetricBase
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25PerfEntityMetricBase
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
entity - ManagedObjectReference
Direct Known Subclasses
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.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], entity = nil) ⇒ PerfEntityMetricBase
constructor
A new instance of PerfEntityMetricBase.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], entity = nil) ⇒ PerfEntityMetricBase
Returns a new instance of PerfEntityMetricBase.
1869 1870 1871 1872 1873 |
# File 'lib/vmware/soap/vim25.rb', line 1869 def initialize(dynamicType = nil, dynamicProperty = [], entity = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @entity = entity end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
1866 1867 1868 |
# File 'lib/vmware/soap/vim25.rb', line 1866 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
1865 1866 1867 |
# File 'lib/vmware/soap/vim25.rb', line 1865 def dynamicType @dynamicType end |
#entity ⇒ Object
Returns the value of attribute entity.
1867 1868 1869 |
# File 'lib/vmware/soap/vim25.rb', line 1867 def entity @entity end |