Class: PerfSampleInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- PerfSampleInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25PerfSampleInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
- SOAP::SOAPDateTime
interval - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#interval ⇒ Object
Returns the value of attribute interval.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], timestamp = nil, interval = nil) ⇒ PerfSampleInfo
constructor
A new instance of PerfSampleInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], timestamp = nil, interval = nil) ⇒ PerfSampleInfo
Returns a new instance of PerfSampleInfo.
1798 1799 1800 1801 1802 1803 |
# File 'lib/vmware/soap/vim25.rb', line 1798 def initialize(dynamicType = nil, dynamicProperty = [], = nil, interval = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @timestamp = @interval = interval end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
1794 1795 1796 |
# File 'lib/vmware/soap/vim25.rb', line 1794 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
1793 1794 1795 |
# File 'lib/vmware/soap/vim25.rb', line 1793 def dynamicType @dynamicType end |
#interval ⇒ Object
Returns the value of attribute interval.
1796 1797 1798 |
# File 'lib/vmware/soap/vim25.rb', line 1796 def interval @interval end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
1795 1796 1797 |
# File 'lib/vmware/soap/vim25.rb', line 1795 def @timestamp end |