Method: PerfMetricIntSeries#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#initialize(dynamicType = nil, dynamicProperty = [], id = nil, value = []) ⇒ PerfMetricIntSeries
Returns a new instance of PerfMetricIntSeries.
1833 1834 1835 1836 1837 1838 |
# File 'lib/vmware/soap/vim25.rb', line 1833 def initialize(dynamicType = nil, dynamicProperty = [], id = nil, value = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @id = id @value = value end |