Class: PerfMetricId
- Inherits:
-
DynamicData
- Object
- DynamicData
- PerfMetricId
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25PerfMetricId
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
counterId - SOAP::SOAPInt
instance - SOAP::SOAPString
Instance Attribute Summary collapse
-
#counterId ⇒ Object
Returns the value of attribute counterId.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#instance ⇒ Object
Returns the value of attribute instance.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], counterId = nil, instance = nil) ⇒ PerfMetricId
constructor
A new instance of PerfMetricId.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], counterId = nil, instance = nil) ⇒ PerfMetricId
Returns a new instance of PerfMetricId.
1745 1746 1747 1748 1749 1750 |
# File 'lib/vmware/soap/vim25.rb', line 1745 def initialize(dynamicType = nil, dynamicProperty = [], counterId = nil, instance = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @counterId = counterId @instance = instance end |
Instance Attribute Details
#counterId ⇒ Object
Returns the value of attribute counterId.
1742 1743 1744 |
# File 'lib/vmware/soap/vim25.rb', line 1742 def counterId @counterId end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
1741 1742 1743 |
# File 'lib/vmware/soap/vim25.rb', line 1741 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
1740 1741 1742 |
# File 'lib/vmware/soap/vim25.rb', line 1740 def dynamicType @dynamicType end |
#instance ⇒ Object
Returns the value of attribute instance.
1743 1744 1745 |
# File 'lib/vmware/soap/vim25.rb', line 1743 def instance @instance end |